﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h2 {
  margin-bottom: 40px; 
}

h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.site-masthead  {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

#siteContent h1, #siteContent h2, #siteContent h3, #siteContent h4 {
  font-weight: 400;
}

.navbar-default {
  border-color: transparent;
}

.video {
  margin-top: -30px;
  margin-bottom: 20px;
}

.parallax-img-banner {
  /* Set a specific height */
  min-height: 25em; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.media {
  margin-top: 30px !important;
}

#siteContent .parallax-img-banner h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

#siteContent .parallax-img-banner a {
  color: #fff;
}

.banner {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

#siteContent .banner h3 {  
  font-weight: bold;
  margin-bottom: 30px;
}

#siteContent .banner a {
  color: #fff;
}

/* Skinny masthead */
.title-area {
  height: 120px;	
}

.promote-header {
  line-height: 1.1em;
  z-index: 383;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 90%);
  box-shadow: none;
  text-align: center;
  letter-spacing: 2px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%,-50%);
}

.promote-header .btn-more-info {
  font-size: 18px;
  font-weight: bold;
  text-shadow: none;
  margin-top: 30px;
}

/*Responsive Queries*/

/* Remove the parallax scrolling effect for mobile devices */
@media only screen and (max-device-width: 1199px) {
  .parallax-img-banner {
      background-attachment: scroll;
      min-height: initial;
  }
}

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {}

/*Responsive Queries - Skinny masthead */
@media (max-width: 370px) {
      .site-masthead {
          height: 150px;
      }
    }

@media (min-width: 370px) and (max-width: 767px) { 
	.site-masthead {
        padding:10px 0;
        height: 90px;
    }
}

@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  .title-name h1 {
      font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  .video {
    margin-top: -20px;
  }
  .banner {
    padding: 20px !important;
  }
  .banner-content {
    width: initial;
  }
  .promote-header {
    font-size: 15px;
    top: 90%
  }
  .promote-header .btn-more-info {
    margin-top: 12px;
    font-size: 12px;
  }
  .col-sm-3, .col-sm-6 {
    margin-bottom: 30px;
  }
}


@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 { 
    height: 120px;  
  }
  .site-masthead {
      height: 110px;
  }	
  .title-name h1 {
    font-size: 37px;
  }
  .banner {
    padding: 20px !important;
  }
  .promote-header {
    font-size: 22px;
    top: 78%
  }
  .promote-header .btn-more-info {
    margin-top: 18px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .title-area {
    height: 100px;	
  }
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-name h1 {
    font-size: 48px;
  }
  .banner {
    padding: 30px !important;
  }
  .promote-header {
    font-size: 28px;
    top: 78%
  }
  .promote-header .btn-more-info {
    margin-top: 20px;
    font-size: 16px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-name h1 {
    font-size: 48px;
  }
}






















