﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.site-masthead  {
  background-image: url("../img/site-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}

.full-background {
  background: #074177;
}

.well h3.thin-header {
  margin-top: 0px;
}

.banner {
    background: url(../img/banner3.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    height: 45em;
}

.intro-caption {
  background: #002F5B; 
  padding: 40px 0px; 
  text-align: center; 
  margin-bottom: 0px;
}

.thin-header {
    font-weight: normal;
}

h2.thin-header {
    margin-top: 0px;
    color: #fff;
    margin-bottom: 10px;
}

h3.thin-header {
    font-weight: normal;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 4px;
    margin-top: 20px;
}

h3 {
  margin-top: 0px;

}

h4.thin-header {
    font-weight: normal;
}

#intro-paragraph p {
  margin-top: 20px;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}


.thumbnail-title.thin-header {
  border-bottom: none;
}


video {
  color: #fff;
}

/*Responsive Queries*/

@media (max-width: 349px) {}



@media (min-width: 320px) and (max-width: 640px) {
    .banner {
      height: 14em;
    }

    h2.thin-header {
      margin-top: 0px;
      font-size: 22px;
    }

    .intro-caption {
      padding: 20px 0px;
    }
}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
}


@media (min-width: 768px) {
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    height: 100%;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    min-height: 120px;  
    position: relative; 
  }
  .title-name h1 {
    font-size: 37px;
  }
  .title-container {
    min-height: 120px;
  }
  .banner {
    height: 30em;
  }

}

@media (min-width: 992px) {
}

@media (max-width: 1024px) {}


@media (min-width: 991px) and (max-width: 1024px) {}


/* Medium devices (iPad Pro, 1024px and up) */
@media (min-width: 1024px) and (max-width: 1199px){
    .banner {
      height: 40em;
    }
  
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
}

/*Large devices (1080p FULL HD laptops, 1920px and up) */
@media (min-width: 1920px) and (max-width: 2399px) {
    .banner {
        height: 70em;
    }
}

/* Larger devices (wide format monitors, 2400px and up) */
@media (min-width: 2400px) {
    .banner {
        height: 85em;
    }

}

/* video */
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

#video {
  margin-top: 0em;
  top: -48.5px;
  margin-left: 0px;
  width: 100%;
  margin-bottom: -1em;
}

#play-pause {
  position: absolute;
  top: 100px;
  right: 150px;
  color: white;
  border: 1px solid;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  z-index: 1;
}

#play-pause:hover {
  color: #5976a5;
}

/* Scroll to bottom - video */
#scroll-down {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  right: 50%;
}

#scroll-down .scroll {
  font-size: 2.1em;
  color: #fff;
}

.double-chevron {
  display: block;
  background: url(../img/double-chevron.png) center center no-repeat;
  width: 77px;
  height: 20px;
  background-size: 50% auto;
  margin: auto;
}

@media (min-width: 300px) and (max-width: 1024px) {
  #scroll-down .scroll {
    font-size: 1.2em;
    bottom: 1%;
    margin-top: -1.2em;
  }

  .double-chevron {
    width: 100%;
  }
  
}