/*
* 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-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;
}

h3.thumbnail-title, 
.container.banner-content h2 {
  font-weight: normal;
  margin-bottom: 0.1em;
  font-size: 74px;
}

.thumbnail-title {
  font-size: 22px;
}

.media-body {
  text-align: left;
}

.media:first-child {
    margin-top: 20px;
}

.header-subtext {
    color: #fff;
    font-size: 1.6em;
    margin-bottom: 2em;
}

/* Flush the image with the nav bar */
.banner {
  margin-top: -30px;
  margin-bottom: 30px;
}
  
.banner h2 {
  margin-top:400px;
  margin-bottom:80px;
  color:#fff;
  font-family:oswald,'Open Sans', sans-serif;
  font-size:66px;
  text-shadow: 2px 2px 4px #000000;
}
/* End ======  */

/* Start - Hero image with content in the middle  */
.container.banner-content {
  text-align: center;
}

/*Responsive Queries*/

@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) {}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  .banner {
    margin-top: -10px;
  }
  .banner h2 {
    margin-top:inherit;
  }
}

@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;    
  }
  .title-name h1 {
    font-size: 37px;
  }
  .title-area {
    min-height: 120px;
  }
  .title-container {
    min-height: 120px;
  }
  .container.banner-content {
    width: 650px;
  }
  .media-object {
    width:6.5em;
  }
  .banner h2 {
    margin-top:inherit;
  }
}
@media (min-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {
  .media-object {
      width:6.5em;
    }
}

/* 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: 50px;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .title-area { 
    height: 120px;    
  }
}

#siteContent section {
  margin-bottom: 20px;
}
  
#siteContent .general-content h3:first-child{
  margin-top: 0;
}
