html, body{
  padding: 0px;
  margin: 0px;
  color: white;
  /* font-family: BrandonTextLight, arial, sans-serif; */
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
}

/*
@font-face {
    font-family: BrandonTextLight;
    src: url("fonts/BrandonText-Light.otf") format("opentype");
}
*/


h1, h2, h3{
  font-weight: 400;
  /* font-family: BrandonTextLight, arial, sans-serif; */
  font-family: 'Montserrat', sans-serif;
}


.caption{
  font-size: 24px;
  margin: 30px 0;
}

.download-button{
  margin-top: 30px;
  background: rgba(255,255,255,0.20);
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  height: 48px;
  width: 100%;
  border: none;
  cursor: pointer;
}
.download-button:hover{
  background: rgba(255,255,255,0.30);
}

.download-icon{
  background-image: url('./media/download-icon.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.img{
   height: 70vh;
  margin-bottom: 30px;
}
.video{
  width: 100%;
  height: auto;
}
 
.main{
  width: 100% !important;
  height: 50% !important;
  align-items: center;
  justify-content: center;
 background-image: url('./media/Background_highres.jpg');
 background-position: center;
 background-size: cover;
 padding-top: 30px;
}

@media (min-width: 576px) {
  .img{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .video{
    width: 100%;
    height: auto;
  }
  .main{
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .img{
    width: 398px;
    height: 283px;
    margin-bottom: 0px;
  }
  .video{
    width: 268px;
    height: 283px;
  }
}

@media (min-width: 992px) {
  .img{
    width: 534px;
    height: 380px;
  }
  .video{
    width: 360px;
    height: 380px;
  }
}

@media (min-width: 1200px) {
  .img{
    width: 635px;
    height: 452px;
  }
  .video{
    width: 428px;
    height: 452px;
  }
}
