
body {
  margin: 0;
  background: #ffffff; 
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}


/* =============================================================================
  CONTENT
============================================================================= */
.content {
  position: relative;
  top: 200;
  z-index: 2;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.content__heading {
  margin-bottom: 24px;
  color: #272727;
  font-size: 45px;
}

.content__teaser {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 20px;
}

.content__cta {
  display: inline-block;
  margin: 0;
  padding: 12px 48px;
  color: #ff3c64;
  font-size: 22px;
  text-decoration: none;
  border: solid 4px #ff3c64;
}


video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
 background: url('./media/video.jpg') no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
          transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}


@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(./media/video.jpg) #ffffff no-repeat center center fixed; }
  #bgvid { display: none; }
}