/*Masthead Code*/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  
  .title-name h1 {
    font-size: 24px;
    margin: 0;
  }
  

  /* Flush the image with the nav bar */
  .banner {
    margin-top: -30px;
    /*margin-bottom: 30px;*/
    height: 45em;
    /*background-size: contain !important;*/
  }

  
img {
	margin-bottom: 10px;
}

/* Skinny masthead */
.title-area {
    height: 120px;	
  }
  /*Responsive Queries - Skinny masthead */

  @media (min-width: 300px) and (max-width: 360px) { 
       .site-masthead { 
            height: 140px;
        }
      }

     
  @media (max-width: 400px) { 
    .banner {
    	height: 10em;
    }
  }

 @media (min-width: 360px) and (max-width: 400px) { 
       .site-masthead { 
            height: 110px;
        }
      }


   @media (min-width: 400px) and (max-width: 520px) { 
     .site-masthead { 
          height: 130px;
      }
      .banner {
      	height: 15em;
      }
    }

  @media (min-width: 520px) and (max-width: 767px) { 
   .site-masthead { 
		height: 100px;
	}
    .banner {
    	height: 20em;
    }
  }
  
  @media (max-width: 767px) {
    .site-masthead {
        padding:10px 0;
    }
    .title-container {
        height: 50px;
    }
    .title-name {
		width: auto;
        margin-top: 30px;
    }
    .title-name h1 {
        font-size: 26px;
        margin-top: -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-name h1 {
        font-size: 32px;
    }
    .site-masthead {
        height: 100px;
    }	
    .title-name h1 {
        height: 140px;
    }	
	.banner {
      height: 25em;
  	}
  }

  @media (max-width: 992px) {
    .row.full-992 .col-sm-6 {
        width: 100%;
		padding-left: 7.5px; 
    }
  }

  @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: 32px;
    }
	.banner {
      height: 30em;
  	}
  }

  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    .title-name h1 {
        font-size: 32px;
    }
  }
  







