html, body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  background-color: #000;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-size: cover;
  background-position: center center;
}

body:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0,0,0,.5);
}

#video-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#video-player video {
  position: absolute;
  min-height: 100%;
  top: 50%;
  left: 50%;
  /* opacity: .7; */
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
}

#video-player:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/pixel.png') repeat;
  content: "";
  opacity: .5;
}

a, a:focus, a:hover {
  color: #fff;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  color: #333;
  text-shadow: none; 
  background-color: #fff;
  border: .05rem solid #fff;
}
.cover-container {
  z-index: 1;
  max-width: 70em;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
  text-transform: uppercase;
  font-size: 0.65rem;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.dropdown-menu {
  font-size: 1rem;
  background-color: rgba(0,0,0,.9);
  border: none;
  border-radius: .5rem;
}

.dropdown-item {
  color: #fff;
}

.btn-outline-light:hover #twitter_icn {
  fill: #212529;
}

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.h1, h1 {
  font-size: .65rem;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 1.6;
}

.color-orange {
  color: #F39659;
}

.lead {
  font-size: .75rem;
}

main p:not(.lead) {
  font-size: .75rem;
}

.mastfoot {
  color: rgba(255, 255, 255, .5);
  font-size: 0.7rem;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
  .h1, h1 {
    font-size: 1.3rem;
    letter-spacing: 4px;
  }
  .lead {
    font-size: 1rem;
  }
  main p:not(.lead) {
    font-size: 1rem;
  }
}
