﻿/*
* 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;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.banner-military {
  background: url(../img/veterans-main-new.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top;
  height: 38em;
}
.full-width-banner-military {
  margin-top: -2.7em;
  margin-bottom: 40px;
  padding-top: 30px;
  background-color: #324D6A;
  color: #fff;
  height: 27em;
}
.full-width-banner-military h2{
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0px;
}
.full-width-banner-military p {
  text-align: center;
  font-size: 16px;
}
.full-width-banner-military img {
  margin: 2.5px auto 20px;
  display: block;
}
.full-width-banner-military .btn.btn-danger {
  width: 35%;
}

.full-width-banner-testimonial {
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 30px;
}
.quote {
  font-size: 24px;
  line-height: initial;
}

.quote-author {
  font-size: 12px;
}
.thin-header {
  font-weight: normal;
}
h3.thin-header {
  border-bottom: 1px solid #C9D0D7;
  padding-bottom: 0.5em;
}

.mt-35 {
  margin-top: 35px;
}

.row.fix {
  margin-left: 15px;
  margin-right: 15px;
}

/* Skinny masthead */
.title-area {
  height: 120px;	
}
/*Responsive Queries - Skinny masthead */

@media (max-width: 444px) { 
  .full-width-banner-military {
    height: 44em;
  }
}
@media (min-width: 444px) and (max-width: 555px) { 
  .full-width-banner-military {
    height: 45em;
  }
}
@media (max-width: 555px) {
  .full-width-banner-military .btn.btn-danger {
    width: 80%;
  } 
  .banner-military {
    height: 18em;
  }
}
@media (min-width: 555px) and (max-width: 640px) { 
  .full-width-banner-military {
    height: 47em;
  }
  .banner-military {
    height: 20em;
  }
}
@media (min-width: 640px) and (max-width: 768px) { 
  .full-width-banner-military {
    height: 75em;
  }
  .full-width-banner-military img {
    width: 40%;
  }
  .full-width-banner-military {
    height: 48em;
  }
  .banner-military {
    height: 22em;
  }
}



@media (max-width: 767px) {
  .site-masthead {
      padding:10px 0;
      height: 50px;
  }
  .title-container {
      height: 50px;
  }
  .title-name {
      margin-top: 35px;
      width: auto;
  }
  .title-name h1 {
      font-size: 32px;
      margin-top: -40px;
  }
  .full-width-banner-military img {
    width: 25%;
  }
  .full-width-banner-military h2 {
    font-size: 24px;
  }
}
@media (max-width: 444px) {
  .site-masthead {
    height: 90px;
}
}
@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-name h1 {
      font-size: 37px;
  }
  .site-masthead {
      height: 100px;
  }	
  .title-name h1 {
      height: 100px;
  }	
  .full-width-banner-military h2 {
    font-size: 32px;
  }
  .full-width-banner-military img {
    width: 40%;
  }
  .full-width-banner-military {
    height: 40em;
  }
  .banner-military {
    height: 25em;
  }
}
@media (min-width: 992px) {
  .title-area {
      height: 100px;	
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-name h1 {
    font-size: 34px;
  }
  .full-width-banner-military {
    height: 30em;
  }
  .banner-military {
    height: 30em;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-name h1 {
      font-size: 40px;
  }
}











