body {
  color: white;
  font-family: 'Eczar', serif;
  line-height: 24px;
  color: #523528;
}

.plane {
  position: fixed;
  z-index: 1080;
  bottom: 35px;
  right: 35px;
  width: 85px;
}

.tab {
  width: 75px;
}


.video-copy h1 {
  color: white;
  font-size: 24px;
}

@media (min-width: 768px) {
  body {
    line-height: 42px;
  }
  .cover {
    font-size: 24px;
    background-attachment: fixed;
  }

  #top-logo {
    width: 250px;
  }

  .plane {
    width: 125px;
  }

  .video-copy h1 {
    font-size: calc(1.375rem + 1.5vw);
  }

  .tab {
    width: 100px;
  }
}

.map {
  background: url(./yellow.png) no-repeat center center fixed;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 14px;
  position: relative;
  z-index: 3;

  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 75%) inset;
  -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 75%) inset;
  -moz-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 75%) inset;
}

.contact-form-wrapper {
  background: url(./yellow.png) no-repeat center center fixed;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  border: 4px solid #3b4132;
}

.footer {
  background: url(./green-paper.png) no-repeat center center fixed;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-form-wrapper h5 {
  color: #d9b68b;
}

.white-paper {
  background: url(./white-paper.png) no-repeat center center fixed;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 14px;
  position: relative;
  z-index: 3;
}

.form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-top: 1px dashed #393f30;
  border-bottom: 1px dashed #393f30;
  padding: 10px 5px;
  position: relative;
  font-size: 22px;
}

.school-line {
  position: relative;
}

.school-line:before {
  content: '';
  border: 1px dashed #dc8032;
  position: absolute;
  z-index: 0;
  top: 27px;
  width: 100%;
  height: 100%;
}

.form-control:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-top: 1px dashed #393f30;
  border-bottom: 1px dashed #393f30;
}

.btn-default {
  background: transparent;
}

video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.logo-wrapper {
  z-index: 1080;
}

form label {
  font-size: 20px;
  color: #393f30;
}

footer {
  background-color: #ffe5c6;
  color: #dc8032;
  font-size: 18px;
}

.top-footer {
  /*display: none !important;*/
}

.bottom-footer {
  background-color: #fbad42;
}

#thanks {
  display: none;
}

.owl-head {
  position: relative;
  top: 24px;
  z-index: 100;
}