﻿/*
* 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;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

#siteNav {
  margin-bottom: 0px;
}


.banner {
  background: url(../img/2021commencement-1200x400.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top;
  height: 36em;
}

.banner.presidential {
  background: url(../img/presidential-banner.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top;
  height: 36em;
}

.banner.american-dream {
  background: url(../img/americandream-banner.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: top;
  height: 38em;
  /* background-blend-mode: overlay;
  background-color: rgba(0,0,1, 0.5); */
}

.well-message {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.banner-content.dark {
  background-color:#02152a ;
  color: #fff;
}

.banner-content.light.footer {
  background-color:#F2F2F2 ;
  color: #000;
}
.banner-content.light p {
  font-size: 18px;
  line-height: 1.5;
}

.banner-content.dark h2 {
  margin-bottom: 20px;
  font-weight: 400;
}

h2.text-center {
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 10px;
}
.banner-content.light {
  padding-top: 40px;
  padding-bottom: 40px;
}
#siteContent.homepage {
  margin-top: 0px;
}

.homepage .banner-content.light.intro-banner {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
} 

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-30-less {
  margin-bottom: -30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-60 {
  margin-top: 40px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}
h3, h4 {
  font-weight: 400 !important;
}

.homepage .well {
  background-color: #F8FBFF;
}

.homepage .well h4 {
  font-weight: 600 !important;
}
  
.homepage .well h3 {
  margin-top: 0px;
    margin-bottom: 20px;
}
.homepage .well {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
}
h3.related-title {
  font-size: 23px;
  border-bottom: none;
}

.dark-background {
  background-color: #051C37;
  padding-top: 40px;
    padding-bottom: 40px;
}

.dark-background h2,
.dark-background p,
.dark-background .fas {
  color: #fff;
}

.dark-background h2 { 
  margin-bottom: 30px;
  margin-top: 40px;
}


.dark-background .col-xs-6.col-sm-4.col-md-2 p {
  text-align: center;
  line-height: 1.3;
}
.dark-background .col-xs-6.col-sm-4.col-md-2 {
  text-align: center;
  padding-right: 11px;
}

.circle-icon {
  color: #54abff;
  border: 2px solid #54abff;
  background-color:#54abff;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.55em;
  vertical-align: middle;
}
.fa-microchip:before, 
.fa-microscope:before, 
.fa-podium:before, 
.fa-university:before, 
.fa-user-graduate:before,
.fa-chalkboard-teacher:before {
  display: block;
}

.dark-background .fas {
  padding-top: 15%;
  margin-bottom: 10px;
}

.media-list li {
  border-bottom: none;
}

.media {
  margin-top: 0px;
}

.homepage .panel-group .panel {
  margin-bottom: 20px;
}

.panel-title a.accordion-toggle {
  font-size: 18px;
}
.width-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* .panel-default > .panel-heading {
  box-shadow: 0px 0px 4px 1px #888888;
} */




/* Skinny masthead */
.title-area {
  height: 120px;	
}


@media (max-width: 349px) {
  .banner.american-dream,
  .banner {
    height: 10em;
  }
  .banner.presidential {
    height: 8em;
  }
  .dark-background .fas {
    padding-top: 10%;
  }
}

@media (min-width: 350px) and (max-width: 640px) {
  .banner.american-dream,
  .banner.presidential,
  .banner {
    height: 10em;
  }
  .dark-background .fas {
    padding-top: 10%;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .banner.american-dream,
  .banner.presidential,
  .banner {
    height: 12em;
  }
  .dark-background .fas {
    padding-top: 5%;
  }
}


@media (max-width: 640px) {
  .width-60 {
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .banner.american-dream,
  .banner.presidential {
    height: 15em;
  }
  .banner {
    height: 18em;
  }
  .dark-background .fas {
    padding-top: 5%;
  }
}


/*Responsive Queries - Skinny masthead */
@media (max-width: 767px) {
  .site-masthead {
      padding:10px 0;
      height: 120px;
  }
  .title-container {
      height: 50px;
  }
  .title-name {
      margin-top: 30px;
  }
  .title-name h1 {
      font-size: 32px;
      margin-top: -40px;
  }
}

@media (max-width: 768px) {
  .homepage .col-sm-8,
  .homepage .col-sm-4 {
    width: 100%;
  }
}

@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;
  }	
  .banner.american-dream,
  .banner.presidential {
    height: 20em;
  }
  .banner {
    height: 18em;
  }
  .dark-background .fas {
    padding-top: 10%;
  }
  .dark-background img {
    margin-top: 75%;
  }
}
@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;
  }
  .banner.american-dream,
  .banner.presidential,
  .banner {
    height: 25em;
  }
  .dark-background img {
    margin-top: 25%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-name h1 {
      font-size: 39px;
  }
}











