.logo {
  width: 226px;
}
@media (max-width: 960px) { /* xs breakpoint */
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 959.95px) {
  .logo {
  }
}
.recaptcha-error {
  border: solid 2px #f44336;
  padding: 0.2em;
  width: 19.5em;
}

.bgimg-1,
.bgimg-2,
.bgimg-3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}
.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3 {
    background-attachment: scroll;
  }
}
.youtube-video {
  width: 500px;
}
@media only screen and (min-width: 1239px) {
  .youtube-video {
    width: 600px;
  }
}
@media only screen and (max-width: 1060px) {
  .youtube-video {
    width: 450px;
  }
}
@media only screen and (max-width: 970px) {
  .youtube-video {
    width: 450px;
  }
}
@media only screen and (max-width: 760px) {
  .youtube-video {
    width: 450px;
  }
}
@media only screen and (max-width: 480px) {
  .youtube-video {
    width: 300px;
  }
}
