/*
 * Globals
 */

.ce-bodytext p,
.ce-bodytext ul li,
.ce-uploads li,
.ce-bodytext table td {
    font-size: 14px;
    font-weight: 200;
}

.ce-uploads span {
    display: inline;
}


/*
 * Base structure
 */

.navbar-nav,
.navbar-brand {
    font-weight: bold;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    color: #134d8c;
}

.jumbotron.image {
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.75);
            box-shadow: inset 0 0 200px rgba(0,0,0,.75);
}

.jumbotron.normal {
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.75);
            box-shadow: inset 0 0 200px rgba(0,0,0,.75);
}

.jumbotron.color {
    background-color: #7cb27d;
    padding-top: 100px;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.25);
            box-shadow: inset 0 0 100px rgba(0,0,0,.25);
}

.jumbotron.contact {
    background-color: #f1e9d6;
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.15);
            box-shadow: inset 0 0 20px rgba(0,0,0,.15);
}

.jumbotron h1 {
    font-size: 26px;
}

.jumbotron p {
    font-size: 14px;
}

.imgsection {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee;

    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.75);
            box-shadow: inset 0 0 100px rgba(0,0,0,.75);
}

.imgsection:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 200px rgba(0,0,0,.75);
            box-shadow: inset 0 0 200px rgba(0,0,0,.75);
}

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding: 0;
}

.subcat-3,
.subcat-4 {
    height: 200px;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .imgsection {
        height: 280px;
    }
}

#homepage-intro-video {
    width: 100%;
    height: 200px;
}

#iframe-360 {
    width: 100%;
    height: 200px;
}

@media (min-width: 768px) {
    .ce-bodytext p,
    .ce-bodytext ul li,
    .ce-uploads li,
    .ce-bodytext table td {
        font-size: 18px;
    }

    .jumbotron.image {
        padding-top: 300px;
    }

    .jumbotron h1 {
        font-size: 45px;
    }

    .jumbotron p {
        font-size: 18px;
    }

    #homepage-intro-video {
        height: 400px;
    }

    #iframe-360 {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .ce-bodytext p,
    .ce-bodytext ul li,
    .ce-uploads li,
    .ce-bodytext table td {
        font-size: 21px;
    }

    .jumbotron.image {
        padding-top: 400px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }

    .jumbotron p {
        font-size: 21px;
    }

    #homepage-intro-video {
        height: 600px;
    }

    #iframe-360 {
        height: 400px;
    }
}



/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 600px;
    margin-bottom: 60px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 600px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 600px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}



/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 768px) {

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

/* Footer
------------------------- */

footer {
    margin: 50px 0;
}

footer p,
footer a {
    color: #8d9eb0;
}

footer .text-uppercase {
    color: #134d8c;
}
