﻿/*
* Created By: MDC Web Services
* Description: SITE stylesheet 
* Revised: 5/19/2014
*/

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.title-name h1 {
  font-size: 22px;
  margin: 0;
}
.title-name p {
  margin-bottom: 0;
}

.site-masthead  {
  background-image: url("../img/");
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
  background: #005b61; /* Old browsers */
  background: -moz-linear-gradient(top,  #005b61 0%, #024142 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005b61), color-stop(100%,#024142)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #005b61 0%,#024142 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #005b61 0%,#024142 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #005b61 0%,#024142 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #005b61 0%,#024142 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b61', endColorstr='#024142',GradientType=0 ); /* IE6-9 */

}
.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.image-caption {
	text-align:"center";
}

@media (min-width: 768px){
    .title-name {
    background-image: url("../img/sn-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size:contain;
  }
}
@media (max-width: 767px){
    .title-name {
    background-image: none;
  }
}


@media (min-width: 768px) {
  .site-masthead  {

  }
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-name {
    background-image: none;
  }

  .title-area { 
    height: 120px;  
  }

  .title-container { 
    height: 120px; 
  }

  .title-name h1 {
    font-size: 37px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }

  .title-container { 
    height: 140px; 
  }

  .title-name h1 {
    font-size: 48px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }

  .title-container { 
    height: 180px; 
  }
  .title-name h1 {
    font-size: 48px;
    line-height: 1;
  }
  .title-name p {
    font-size: 24px;
  }
}





/*Style the Masthead Navigation*/
.navbar-default {
  background-color: #02838C;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #ffffff;
  color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #024142;
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
-moz-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);
}
/*Campus Tiles*/
.media-container {
  position: relative;
  overflow: hidden;
}
.media-container img {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out; 
  transition: all 300ms ease-out;
}
.container-caption {
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  left: 0;
}
.basic-caption {
  bottom: 0;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  line-height: 25px;
}
.nursing-footer {
  background-color: #eee;
  padding: 30px 0;
  margin-bottom: -30px;
  margin-top: 30px;
}



