﻿/*
* 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;
}

#siteContent .programs-degrees a {
  color: #fff;
}

.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;
}


/*Responsive Queries*/

@media (max-width: 349px) {}

@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;
  }
}


@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: 37px;
  }
}
@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;
  }
}

/* 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;
  }
}
.hospitality-bg {
  background-image: url("../img/hp-bg.jpg");
  background-color: #fafafa;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}
@media (min-width: 992px) {
  .hospitality-bg {
    padding-top: 120px;
    height: 600px;
  }
}
@media (max-width: 992px) {
  .hospitality-bg {
    padding: 30px;
    background-size: cover;
  }
}
.hospitality-header {
  text-align: center;
   padding: 20px;
   background-color: rgba(255, 255, 255, 0.92);
   
}
.hospitality-header-alt {
  text-align: center;
   padding: 20px;
   background-color: rgba(0, 81, 101, 0.95);
   color: #fff;
}
.hospitality-header-alt hr {
  border-top: 1px solid #0399c3;
}
@media (min-width: 992px) {
  .hospitality-header {
    width: 800px;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .hospitality-header-alt {
    width: 800px;
    padding: 40px;
  }
}
.hospitality-header h2 {
  margin-top: 0;
  color: #404040;
  text-transform: none;
  font-size: 23px;
}
.hospitality-header h1 {
  margin-top: 0;
  color: #0195d0;
  text-transform: uppercase;
  font-size: 30px;
}

@media (max-width: 640px) {
  .hospitality-header h2 {
    font-size: 22px;
  }
}
.title-hospitality {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #0a5492;
  margin-bottom: 5px;
}
.title-hospitality-alt {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .title-hospitality {
    font-size: 16px;
  }
}
.programs-degrees h3 {
    font-size: 17px;
    font-weight: 700;
    
    border-bottom: 1px solid #3F6585;
    padding-bottom: 8px;
    color: #bbedff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}
@media (min-width: 768px) {
  .programs-degrees h3 {
    text-align: center;
  }
}
.programs-degrees ul {
  margin-bottom: 30px;
}

.program-area {
  background-color: #141a1f;
  color: #fff;
  padding: 10px 0 60px 0;
}
.mdc-footer-links {
  margin-top: 0;
}
.programs-degrees img {
  margin-bottom: 20px;
}
@media (min-width: 992px){
.programs-degrees .col-sm-4 {
    padding: 40px;
  }  
}
@media (max-width: 768px) {
  .programs-degrees .col-sm-4 {
    margin-bottom: 60px;
  }  
}
