﻿/*
* 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; */
  background-color: #F1F1F1;
}

#siteNav {
  margin-bottom: 0px;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}
.banner-iced {
  background: url(../img/main-image.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top;
  height: 38em;
}
.parent-center {
  display: flex;
  justify-content: center;
}
.child {
  align-self: center;
  padding-left: 40px;
  padding-right: 40px;
}

h3.underline {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

h4.thumbnail-large {
    font-size: 22px;
}

.home-page .thumbnail-title {
  text-align: center;
   
}


.thumbnail {
  border: none;
}

.mb-60 {
  margin-bottom: 60px;
}

.gray-area-full-width h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
    margin-bottom: 40px;
}

.anchor-margin:before {
  content: "";
  display: block;
  height: 160px;
  margin: -160px 0 0;
}

.awards h5  {
  margin-bottom: -3px !important;
}


blockquote footer, blockquote small, blockquote .small {
    color: #757575;
}


.centertext {
	text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

/*Responsive Queries*/

@media (max-width: 349px) {
  .title-name img {
    width: 80%;
  }
  .banner-iced {
    height: 15em;
  }
}

@media (min-width: 350px) and (max-width: 640px) {
  .banner-iced {
    height: 18em;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .banner-iced {
    height: 20em;
  }
}

@media (max-width: 540px) {
  .row.fix.seven-cols {
    display: block;
  }
}

@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {
  .banner-iced {
    height: 24em;
  }
}


@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 { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
  .row.fix.seven-cols img.img-responsive{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-iced {
    height: 30em;
  }
}
@media (max-width: 992px) {
  #siteNav .navbar-toggle {
    background-color:#005dab;
  }
  .row.fix.seven-cols img.img-responsive{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@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-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;
  }
}


/* Override col-md-1 to allow  7 columns*/
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 40%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}