/*
* Created By: MDC Web Services
* Description: Site stylesheet 
* Revised: 8/23/2016
*/


/*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;
}
.file-structure {
   border-left: 1px solid #777;
   list-style: none;
}
.file-structure > li{
    position: relative;
}
.file-structure > li::before{
    /*display: block;*/
    position: absolute;
    top: 0;
    left: 1px;
    width: 100px;
    height: 1px;
    background-color: red;
}
.directory-structure .glyphicon {
    color: #666;
}
.file-structure ul li {
  list-style: none;
  border-left: 1px solid #777;
  padding-left: 1em;

}

.article-body p.no-bottom-margin {
    margin-bottom:0px;
}
.banner.banner-img {
    background: url(../img/hospitality.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    padding: 200px;
    margin-bottom: 20px;
}
/* .banner.banner-img h2 {
    text-align: center;
    color: #fff;
} */
.well.contents {
    opacity: 0.8;
}

.well.contents h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.carousel-control {
    width: 5%;
}

#play-pause {
    top: 30px;
    right: 40px;
}

blockquote small {
    color: #000;
    font-style: italic;
}

@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;
    }
}

@media (max-width: 767px) {
    .site-masthead {
        padding: 10px 0;
    }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
   
}

@media (min-width: 768px) and (max-width: 991px) {
    .title-area {
        height: 120px;
    }
    .title-container {
        height: 120px;
    }
    .title-name h1 {
        font-size: 37px;
    }
}

@media (max-width: 992px){
    .banner.banner-img {
        padding: 100px;
    }
}

@media (max-width: 678px) {
    .well.contents h2 {
        font-size: 1.6em;
    }
    .banner.banner-img {
        padding: 70px;
    }
}

@media (max-width: 450px) {
    .banner.banner-img {
        padding: 40px;
    }
}

@media (max-width: 400px) {
    .banner.banner-img {
        padding: 30px;
    }
}


/* 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;
    }
}