/*
* 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-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;
}
.landing-module img:first-of-type{
  margin-bottom: 1em;
}

.btn {
  padding: 12px 15px; 
}


.btn.btn-success,
.btn.btn-success:focus,
.btn.btn-success:visited, 
.btn.btn-success:active,
.btn.btn-success:link,
.btn.btn-success:hover {
    background-color: #398060;
} 

.img-slogan {
  position: relative;
  margin-bottom: 30px
}

.img-slogan p {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 15px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #2a75b8;
}

/*Responsive Queries*/

@media (min-width: 350px) and (max-width: 640px) {}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {}

@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  .img-slogan p {
    font-size: 15px;
	bottom: 10px
  }
}

@media (max-width: 349px) {
  .img-slogan p {
    font-size: 13px;
    bottom: 8px;
  }
}

@media (min-width: 768px) {
  .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;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-container { 
    height: 120px; 
  }
  .title-name h1 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
}

@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-container { 
    height: 140px; 
  }
  .title-name h1 {
    font-size: 48px;
  }
  .img-slogan p {
    font-size: 20px;
	bottom: 22px
  }
}


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

/*Modules*/
.module-footer {
    border-top: 1px solid #c9d0d7;
    font-style: italic;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: right;
}
/*well*/
.well {
  background-color: #fff;
}
@media (max-width: 992px) {
  .student-life .lead {
    margin-top: 20px;
  }
}

#siteContent main .row {
  margin-bottom: 20px;
}







