#content-desktop {display: block;}
#content-mobile {display: none !important;}

@media screen and (max-width: 768px) {
  #content-desktop {display: none !important;}
  #content-mobile {display: block !important;}
}

.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-links {
  position: absolute;
  bottom: 20%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.bottom-links a {
  color: #ffc272 !important;
  font-size: 16px;
  text-shadow: 0px 0px 8px #000;

  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: rgb(255,194,114);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  height: auto;
  transition: all .4s ease;
  padding: 8px !important;
  text-shadow: none;
  width: auto;
  line-height: 1.5em;
  background-color: transparent;
  color: #FFC272;
  border: 1px solid #FFC272;
  border-radius: 30px;
  font-family: Helvetica, Arial, sans-serif;
  width: 180px;
}

.bottom-links a:hover {
  background: rgb(255,213,125);
  color: white !important;
}

.video-object:before {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-container {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  overflow: hidden;
  background-color: #34302c;
   line-height: 0px !important;
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  height: 85%;
  max-width: 100%;
  filter: brightness(0.5);

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;

  /* Center the video */
  top: 50%;
  left: 50%;
}

p.lead {
}

.hero .title h2 {
  transition: none 0s ease 0s;
  line-height: 80px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 69px;
}

.hero .lead p {
  font-size: 22px;
  font-weight: 400;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  display: inline-block;
  margin-top: 30px;
  line-height:32px;
}

#content-mobile .title h2 {
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 40px;
}


@media (max-width: 1100px) {
  .bottom-links {
    bottom: 10%;
  }
}

@media (max-width: 767px)
{
  .video-container video {
    /* Make video to at least 100% wide and tall */ 
    max-width: none;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
  }

  .hero .lead p {    
    width: 100%;  
  }

  .video-container img {
    /* Make video to at least 100% wide and tall */
    min-width: 100%; 
    min-height: 100%; 
    max-width: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    top: 50%;
    left: 50%;
  }

  .img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block; 
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* W3C */
  }

  .img-gradient img{
    display:block;

  }

  #widget_1602536330793_overlayText {
    top: 30% !important;
  }

  .hero .title h2 {
    font-size: 60px;
  }

  #widget_1602536330793_overlayText {
    top: 50% !important;
  }
  .video-container, .video-container video {
    height: 100vh;
  }

  #content-mobile {
    width: 300px;
  }
  .hero .title h2 {
    font-size: 50px;
  }

  .bottom-links {
    bottom: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bottom-links a {
    margin-bottom: 10px;
  }
}

/*
@media (min-width: 769px) and (max-width: 1230px) {
  .hero .title h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 770px) and (max-width: 930px) {
  .hero .title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
*/
