body {
  margin: 0;
  background: #fafafa;
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.stopfade {
   opacity: .5;
}

@-ms-viewport{
  width: device-width;
}

#description_box {
  font-family: 'Open Sans', sans-serif;
  background: rgba(0,0,0,0.3);
  color: white;
  width: 33%;
  margin: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: lighter;
}

h1 {
  letter-spacing: .4rem;
  text-transform: uppercase;
}

.white_link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

#contact {
  border:1px solid rgb(179, 173, 173);
  width: max-content;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#contact {
  color: white;
  text-decoration: none;
}

#footer {
  color: whitesmoke;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-left:auto;
  font-size: 0.5rem;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 768px) {
  #description_box {
    width:70%;
    float: none;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem
  }
  h1 {
    text-align: center;
  }
  #main_body{
    width: 100%;
  }
}