﻿/*
* 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;
}

.banner {
    background: url(../img/banner.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    height: 45em;
}
.full-background {
  background: #074177;
}

.intro-caption {
  background: #002F5B; 
  padding: 40px 0px; 
  text-align: center; 
  margin-bottom: 0px;
}

.thin-header {
    font-weight: normal;
}

h2.thin-header {
    margin-top: 0px;
    color: #fff;
    margin-bottom: 10px;
}

h3.thin-header {
    font-weight: normal;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 4px;
    margin-top: 20px;
}

h2.thin-header-dark {
  font-weight: normal;
  /* border-bottom: 1px solid #cbcbcb; */
  padding-bottom: 4px;
  /* margin-top: 20px; */
  color: #333;
  font-size: 28px;
}

h3 {
  margin-top: 0px;

}

h4.thin-header {
    font-weight: normal;
}

#intro-paragraph p {
  margin-top: 20px;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.thumbnail-title.thin-header {
  border-bottom: none;
}

#siteNav.navbar-default {
  border-color: #005dab !important;
}

.registration h2 {
  color: #333;
}
.registration h3.thin-header {
  border-bottom: none;
}
.img-box {
  background-color: #F3F3F3;
  DISPLAY: flex;
  JUSTIFY-CONTENT: center;
}
.img-box img {
  padding-top: 15%;
  padding-bottom: 15%;
  padding-left: 25%;
  padding-right: 25%;
}

.mt-40 {
  margin-top: 40px;
}
.img-box-title h4,
.img-box-title p {
  color: #fff;
  text-align: center;
}
.img-box-title h4 {
  margin-top: 0px;
}

.img-box-title a:link,
.img-box-title a:visited {
  text-decoration: none !important;
}

.img-box-title a:hover,
.img-box-title a:active,
.img-box-title a:focus {
  text-decoration: underline !important;
  color: #fff;
}

.img-box-title.orange {
  /* background-color: #FF5630; */
  background-color: #DB320C;
}
.img-box-title.blue {
  /* background-color: #00B8D9; */
  background-color: #0073D3;
}
.img-box-title.green {
  /* background-color: #36B37E; */
  background-color: #05804C;
}

.img-box-title {
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-right: 10px;
  /* min-height: 118px; */
}
  
.open-house .btn.btn-primary,
.open-house .btn.btn-default {
  width: 35%;
}

#mobile-carousel {
  display: none;
}

/*Responsive Queries*/

@media (max-width: 349px) {}



@media (min-width: 320px) and (max-width: 640px) {
    .banner {
      height: 14em;
    }

    h2.thin-header {
      margin-top: 0px;
      font-size: 22px;
    }

    .intro-caption {
      padding: 20px 0px;
    }
}

@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;
  }
  .fill {
    height: 100%;
  }
  .carousel-inner {
    height: 100%;
  }
  #mobile-carousel {
    display: block;
  }
  #carousel-example-generic1 {
    display: none;
  }
}



@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-area { 
    min-height: 120px;  
    position: relative; 
  }
  .title-name h1 {
    font-size: 37px;
  }
  .title-container {
    min-height: 120px;
  }
  .banner {
    height: 30em;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .carousel-fill {
      height: 400px;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 1024px) {}


@media (min-width: 991px) and (max-width: 1024px) {}


/* Medium devices (iPad Pro, 1024px and up) */
@media (min-width: 1024px) and (max-width: 1199px){
    .banner {
      height: 40em;
    }
  
}



/* 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;
  }
}

@media (min-width: 1367px) {
  .carousel-fill {
    height: 600px;
  }
}


/*Large devices (1080p FULL HD laptops, 1920px and up) */
@media (min-width: 1920px) and (max-width: 2399px) {
    .banner {
        height: 70em;
    }
}

/* Larger devices (wide format monitors, 2400px and up) */
@media (min-width: 2400px) {
    .banner {
        height: 85em;
    }

}
