/*
* Created By: MDC Web Services
* Description: Site stylesheet 
* Revised: 8/23/2016
*/

/*@import url('/media/system/site-assets/css/demo.css');
@import url('/media/system/site-assets/css/patterns.css');*/


/*Masthead Code*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


/*section:nth-child(even) {
    background-color: #eee;
}*/

.title-name h1 {
    font-size: 24px;
    margin: 0;
}

.site-masthead {
    background-image: url("/media/system/site-assets/images/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;
}

.full-bg {
    height: 90%;
    position: relative;
    background-repeat: no-repeat;
}

.full-bg .content {
    z-index: 1;
    position: relative;
}

.filter {
    background-color: rgba(0, 0, 0, 0.302);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.full-width-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0d47a1;
    text-shadow: 0px 9px 18.69px rgba(0, 0, 0, 0.48);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 2em 0;
}

.full-width-banner .content {
    /*position: absolute;*/
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 10%;
}

.full-width-banner h2 {
    line-height: 1.632;

}

.full-width-banner p {
    /*font-weight: bold;*/
    text-align: center;
}

.sample section {
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 1em auto;
}

.nav .has-child li.active a {
    color: #333;
    background-color: #eee;
    font-weight: bold;
}

nav.has-child li.active {
    border-bottom: none;
}

.nav .has-child ul {
    padding-left: 0;
}

.nav .has-child li {
    list-style: none;
    border-bottom: 2px solid #fff;
}

.nav .has-child li:last-of-type {
    border-bottom: none;
}

.nav .has-child li a {
    display: block;
    background-color: #f8f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.nav .has-child li a:hover {
    background-color: #eee;
}

/*.nav.multilevel>li>a:after {
    content: "\e080";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 5px;
    margin-left: 0.5em;
    margin-bottom: 10px;
    font-size: 0.85em;
}*/

@media (max-width: 640px) {
    body .full-width-banner {
        text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.48);
    }
    /*body .full-width-banner h2 {
        font-size: 1.2em;
        margin-bottom: 1.5em;
    }
    body .full-width-banner p {
        font-size: 1.2em;
    }*/
}

@media (min-width: 641px) and (max-width: 767px) {
    /*.full-width-banner p {
        font-size: 1.7em;
        line-height: 1.2;
    }*/
    .full-width-banner h2 {
        /*margin-bottom: 2.5em;*/
        font-size: 1.7em;
    }
}

@media (max-width: 767px) {
    .site-masthead {
        padding: 10px 0;
    }
    .caption-page figure {
        margin-bottom: 2em;
    }
    .nav .has-child li a {
        padding-left: 25px;
    }
    .full-width-banner {
        /*
        background-image: url('http://www.mdc.edu/mobile/img/mdc-mobile-at-home-783.jpg');
        height: 340px;
        */
        
    }
}

/* Small devices (tablets, 768px and up) */

@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 (min-width: 768px) and (max-width: 991px) {
    .title-area {
        height: 120px;
    }
    .title-container {
        height: 120px;
    }
    .title-name h1 {
        font-size: 37px;
    }
     .full-width-banner p {
        font-size: 1.6em;
        line-height: 1.2;
    }
    /*.full-width-banner h2 {
        margin-bottom: 1.5em;
    }*/
    .full-bg {
        height: 768px;
    }
    .nav .has-child li a {
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .full-bg {
        height: 460px;
    }
    /*.full-width-banner {
        background-image: url('http://www.mdc.edu/mobile/img/mdc-mobile-at-home-1047.jpg');
    }*/
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .full-width-banner p {
        font-size: 2em;
        line-height: 1.2;
    }
    .full-bg {
        height: 768px;
    }
    .nav .has-child li a {
        padding-left: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .title-area {
        height: 140px;
    }
    .title-container {
        height: 140px;
    }
    .title-name h1 {
        font-size: 48px;
    }
    /*.full-width-banner {
        background-image: url('http://www.mdc.edu/mobile/img/mdc-mobile-at-home-1047.jpg');
    }*/
    /*.full-width-banner h2 {
        margin-bottom: 2em;
    }*/
}

/* 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;
    }

    /*.full-width-banner {
        background-image: url('http://www.mdc.edu/mobile/img/mdc-mobile-at-home.jpg');
    }*/
    /*.full-width-banner h2 {
        margin-bottom: 2em;
    }*/
}





