/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/steve-johnson-643287-unsplash.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(7,6,40,.3);
}

h1,
h2,
h3,
h4,
h5,
h6{
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

ol {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

ol li {
    padding-top: 7px;
    padding-bottom: 7px;
}


#bienvenida {
    padding-top: 60px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 100px; /* the bottom margin is the negative value of the footer's height */
}

#bienvenidaTitle{
    font-size: 6vh;
    text-shadow: 0 0 0.1em white, 0 0 0.1em white, 0 0 0.0em white;
    font-family: "Enriqueta", serif;
    color: white;
}

#bienvenidaText {
    font-family: "Enriqueta", serif;
    font-size: 3vh;
    color: white;
}

#map {
    height: 400px;
    width: 100%;
}

#emblem {
    font-size: 9vh;
    font-weight: 900;
    font-family: "Edwardian Script ITC", serif;
    color: white;
    text-shadow: 0 0 0.2em orange, 0 0 0.2em orange, 0 0 0.2em orange;
    /*line-height: 44px;
    padding-top: 10px;
    padding-right: 0px;
    margin-bottom: 0px;
    white-space: nowrap;*/
}

#emblemToggle {
    font-size: 4vh;
    font-weight: 900;
    font-family: "Edwardian Script ITC", Cambria, Charcoal, sans-serif;
    text-transform: none;
    color: white;
    text-shadow: 0 0 0.2em orange, 0 0 0.2em orange, 0 0 0.2em orange;
    /*line-height: 44px;
    padding-top: 10px;
    padding-right: 0px;
    margin-bottom: 0px;
    white-space: nowrap;*/
}

#infoPage {
    font-size: 16px;
    background: rgba(28, 35, 58, 1);
    color: white;
    line-height: 38px;
}

#churchInfoBorder {
    padding-top: 20px;
    width: 100%;
    border-bottom: 1px solid rgb(28, 35, 58);
}

#footerContainer {
    background-color: rgba(28, 35, 58, .9);

}

#footerDeatails {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 1.5vh;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
}

#bottomBorder {
    border-bottom: 1px solid rgb(28, 35, 58);
}
#bottomTopBorder {
    border-top: 1px solid rgb(28, 35, 58);
    border-bottom: 1px solid rgb(28, 35, 58);
    padding: 30px;
}

.navbar-collapse ul li a:hover:not(.active) {
    border-bottom: 4px solid orange;
    color: white;
    /* Shadow text
    text-shadow: 0 0 0.0em white, 0 0 0.1em white, 0 0 0.0em white; */
}

.active {
    color: white !important;
    background-color: inherit !important;
}

audio {
    /* background-color: */
}

#navContainer {
    background-color: rgba(28, 35, 58, .8);
}

#dropdownOverride {
    background-color: rgba(28, 35, 58, .9);
}

.dropdown ul li a:hover:not(.active) {
    background-color: inherit;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-collapse ul li a{
    color: #808080;
    font-size: 2vh;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}

footer p {
    margin: 0;
    padding: 20px 0;
}

@media screen and (min-width:768px) {
    #bienvenida {
        padding-top: 80px;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto 240px; /* the bottom margin is the negative value of the footer's height */
    }

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }


    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }

    #churchInfo {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 18px;
    }
    #infoPage {
        font-size: 24px;
        background: rgba(28, 35, 58, 1);
        color: white;
        line-height: 38px;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}