@font-face{
  font-family: modern;
  src: url(../Fonts/modern-ft.woff) format("woff");
}@font-face{
  font-family: modern-thin;
  src: url(../Fonts/modern-ft-thin.woff) format("woff");
}@font-face {
  font-family: modern;
  src: url(../Fonts/modern-ft-bold.woff) format("woff");
  font-weight: bold;
}

body {
  margin: 0;
  padding: 0;
/*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: #333;
  background-attachment: fixed;
  background-size: cover;
  font-family: modern;
  }

p {
  margin-left: 10%;
  margin-right: 10%;
}

input, textarea{
  width:100%;
}

#landing{
  background-image: url("../Images/poster.webp");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#ctbgd{
  background-image: url("../Images/ctbgd.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#ba:hover{
  opacity: 0.7;
}
#bi:hover{
  opacity: 0.7;
}


/* Mobile Adjustments */
/* For mobile phones: */
@media only screen and (max-width: 768px){
  header {
    width: auto;
  }
  body{
    width: auto;
  }
  #cal{
    width:100%;
    max-width: 768px;
    height: auto;
  }
  iframe{
    width: 100%;
    height: 250px;
  }
  #title{
    position: absolute;
    top: 60%;
    width: 100%;
    font-size: 8vw;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    font-family: modern;
  }
  #title2{
    position: absolute;
    top: 70%;
    width: 100%;
    font-size: 8vw;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    font-family: modern;
  }

  #landing-nav{
    position: absolute;
    top: 85%;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }

}

@media only screen and (min-width: 600px) {
    /* For tablets: */

}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    iframe{
      min-width: 60%;
      width: 100%;
      height: 50vh;
    }
    #title{
      position: absolute;
      top: 20%;
      width: 100%;
      font-size: 8vw;
      letter-spacing: 3px;
      color: #fff;
      text-align: center;
      font-family: modern;
    }
    #title2{
      position: absolute;
      top: 40%;
      width: 100%;
      font-size: 8vw;
      letter-spacing: 3px;
      color: #fff;
      text-align: center;
      font-family: modern;
    }

    #landing-nav{
      position: absolute;
      top: 75%;
      width: 100%;
      font-size: 12px;
      color: #fff;
      text-align: center;
    }

    #topnav{
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
    }

}
@media only screen and (min-width: 900px){
    #cal{
      width:500px;
      height:330px;
    }
    iframe{
      width: 100%;
    }
}
