body {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

a {
  word-break: break-word;
}

.social .soc-text {
  display: inline !important;
}

.fab {
  display: inline-block;
  min-width: 1.1em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.fa-twitter::before {
  content: "X";
}

.fa-youtube::before {
  content: "YT";
  font-size: .8em;
}

.navbar-toggler {
  cursor: pointer;
}

.navbar-toggler-icon {
  background-image: none !important;
  position: relative;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  display: block;
  width: 1.5em;
  height: 2px;
  background: #fff;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.video-container iframe {
  background: #05070d;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
}
