﻿/*
* 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;
}



/*Header*/
.culinary-header {
  background-image:url(../img/header-bg.jpg) ;
  background-repeat: no-repeat;
  background-position: center; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height: 811px;
}

.culinary-intro {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 85px;
  line-height: 30px;
}

.program-grid h3, .program-grid h4 {
  margin-top: 0;
  font-weight: 400;
}

.programs {
  padding-bottom: 53px;
}

.program-grid {
  background-color: #f4f4f4;
   padding-top: 53px;
  padding-bottom: 80px;
}

.programs a {
  color: #005dab;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

#video {
  margin-top: 4.7em;
  top: -48.5px;
  margin-left: 0px;
  width: 100%;
  margin-bottom: -1em;
}
    
/* START: Secondary Nav */

.culinary #siteNav {
  position: fixed;
  width: 100%;
  padding-top: 0.8em;
}

.culinary .navbar-default {
  background-color: #fff;
}

.culinary .navbar-default .navbar-nav>li>a {
  background: #fff;
  color: #666;
}
.culinary .navbar-default .navbar-nav>li>a:focus ,
.culinary .navbar-default .navbar-nav>li>a:hover {
  background: #235C6B;
  color: #fff;
}

.culinary .navbar-default .navbar-nav>.active>a,
.culinary .navbar-default .navbar-nav>.active>a:hover,
.culinary .navbar-default .navbar-nav>.active>a:focus {
  /* background-color: #5c6d8d; */
  background-color: #05495B;

  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.culinary .mdc-nav {
  margin-bottom: 0;
  border: 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
}

/* Logo */
.culinary img {
  height: 70px;
  margin-top: -1.6em;
}

.section-header {
  text-align: center;
}

/* video */
#play-pause {
  position: absolute;
  top: 100px;
  right: 150px;
  color: white;
  border: 1px solid;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  z-index: 1;
}

#play-pause:hover {
  color: #5976a5;
}

h2.summary-skills {
  font-size: 1.4em;
  font-weight:100; 
  margin-top: 0;
}

/* Scroll to bottom - video */
#scroll-down {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  right: 50%;
}

#scroll-down .scroll {
  font-size: 2.5em;
  color: #fff;
}


.double-chevron {
  display: block;
  background: url(../img/double-chevron.png) center center no-repeat;
  width: 77px;
  height: 20px;
  background-size: 50% auto;
  margin: auto;
}

/* .page-header {
  margin-top: 2em !important;
} */


#siteContent {
  margin-top: 85px;
}

/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {
  .culinary-header {
    height: 185px;
    margin-top: 68px;
  }

  .culinary-intro {
    padding-bottom: 25px;   
  }

  #siteContent {
    margin-top: 20px;
  }

  .custom-btn a {
    margin-bottom: 20px;
  }

  .program-grid h4 {
    margin-top: 10px;
  }

  .programs {
    padding-bottom: 30px;
  }
}

@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;
  }

  #siteNav .navbar-toggle {
    margin-top: 8px;
  }
}


@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 1: (iPad Classic)*/
/*@media (min-width: 768px) {
  .culinary-header {
    height: 342px;
    margin-top: 138px;
  }
}*/

/* Small devices 2: (tablets, iPad classic, 768px and up) */
/*@media (min-width: 768px) and (max-width: 991px) {
  .culinary-header {
    height: 342px;
    margin-top: 138px;
  }
}*/

/* Small devices 3: (Newer tablets, iPad Pro, 1024px and up) */
/*@media (min-width: 991px) and (max-width: 1024px) {
  .culinary-header {
    height: 342px;
    margin-top: 138px;
  }
}*/

@media (min-width: 300px) and (max-width:500px){
  /* #siteContent {
    margin-top: 90px;
  } */
  .navbar-default .navbar-toggle {
    background-color: #235C6B;
  }
  #play-pause {
    top: 80px;
    right: 15px;
  }
  .culinary img {
    margin-left: -20px;
  }
}

@media (min-width: 501px) {
  .navbar-default .navbar-toggle {
    background-color: #235C6B;
  }
}

@media (max-width: 768px) {
  .navbar-default .navbar-toggle {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
  .navbar-default .navbar-toggle {
    background-color: #235C6B;
    margin-right: 20px;
  }
  .culinary img {
    margin-left: -20px;
  }
  #siteNav .navbar-toggle {
    margin-top: 8px;
  }
}
@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-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;
  }
}
.culinary-hp .programs h3 {
  font-weight: 400;
}
.culinary-hp .culinary-external h3 {
  font-weight: 400;
}

.culinary-hp .navbar.navbar-default.navbar-static-top.mdc-nav {
  margin-bottom: 0;
  border-color: transparent;
}

.culinary-headline {
  background-color: #222;
  color: #c9c9c9;
  padding: 60px;
}

.culinary-intro p {
  margin-left: 100px;
  margin-right: 100px;
}

.programs small {
  font-size: 15px;
  color: #656565;
}
.programs h3 {
  font-size: 20px;
}
.culinary-external {
  
  padding-top: 53px;
  padding-bottom: 80px;
}
.culinary-hp .mdc-footer-links {
  margin-top: 0;
}
.culinary-external h3 {
  font-size: 20px;
}


@media (min-width: 300px) and (max-width: 1024px) {
  #scroll-down .scroll {
    font-size: 1.2em;
    bottom: 1%;
    margin-top: -1.2em;
  }

  .double-chevron {
    width: 100%;
  }
  
}


.program-grid h2 {
  margin-top: 0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}





