﻿/*
* 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;
}

h3 {
  padding-bottom: 15px;
  font-size: 26px;
}

.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 {
  background: url(../img/hp-banner.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top;
  height: 46em;
}

.hero-unit {
  background-color: #324D6A;
  padding-bottom: 20px;
  color: #fff;
}
.hero-unit a:link,.hero-unit a:visited {
  color: #fff;
}
.hero-unit hr {
  border-top: 1px solid #446589;
}

.hero-unit h2 {
  font-size: 36px;
}

.hero-unit p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.mt-20 {
  margin-top: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.thumbnail ul {
  padding-left: 20px;
}
.thumbnail {
  border: none;
}

/* Display 5 columns */
.col-half-offset{
  margin-left:4.166666667%
}
#campus-links h4 {
  font-size: 16px !important;
}
/*Responsive Queries*/

@media (max-width: 349px) {
  .banner {
    height: 15em;
  }
}

@media (min-width: 350px) and (max-width: 640px) {
  .banner {
    height: 18em;
  }
}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 540px) {
  #campus-links .col-xs-2 {
    width: 100% !important;
  }
  #campus-links .col-xs-2 {
    width: 100% !important;
  }
  #campus-links .col-xs-2.col-half-offset {
    margin-left: 0;
  }
}
@media (min-width: 540px) and (max-width: 1200px) {
  #campus-links .col-xs-2 {
    width: 50% !important;
  }
  #campus-links .col-xs-2 {
    width: 50% !important;
  }
  #campus-links .col-xs-2.col-half-offset {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .hero-unit h2 {
    font-size: 24px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .banner {
    height: 22em;
  }
}


@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;
  }
  .banner {
    height: 26em;
  }
}
@media (min-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {
  .banner {
    height: 30em;
  }

}

/* 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;
  }
}




/* Skinny masthead */
.title-area {
  height: 120px;	
}
/*Responsive Queries - Skinny masthead */

@media (max-width: 767px) {
  .site-masthead {
      padding:10px 0;
      height: 80px;
  }
  .title-container {
      height: 50px;
  }
  .title-name {
      margin-top: 30px;
  }
  .title-name h1 {
      font-size: 32px;
      margin-top: -40px;
  }
}
@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;
  }	
}
@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: 48px;
  }
}

/* Large devices (large desktops 720p, 1200px and up) */
@media (min-width: 1200px) {
  .title-name h1 {
      font-size: 60px;
  }
  .banner {
      height: 38em;
  }
}

/* Large devices (large desktops 1080p 1200px and up) */
@media (min-width: 1900px) {
  .banner {
      height: 52em;
  }
}

/* Large devices (large desktops 27" wide monitors, 1200px and up) */
@media (min-width: 2500px) {
  .banner {
      height: 66em;
  }
}











