/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bkgd.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3 {
    text-transform: none;
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #333333;
    font-size: 14px;
}
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: Verdana, Geneva,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
}

p {
    font-size: 1em;
    line-height: 1.5;
    color: #000;
}

ol li {
    font-size:1em;
}

.style3 {
    font-size:1em;
}

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

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

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

.navbar-nav {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 3px;
}

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

.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: 5px;
    padding: 10px 5px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 200;
    letter-spacing: 1px;
    color: #333333;
}

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

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

footer {
    margin-top:20px;
    padding-top:15px;
    background-color: #F5EBF3;
}

footer p {
    margin: auto;
    font-size:0.9em;
}

.carousel{
    width:640px;
    height:500px;
    margin:auto;
    background-color:#e7e7e7;
}

.purpletxt {
    color:purple;
}

.contactform {
    width:40%;
    margin:auto;
    margin-bottom:10px;
}


@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        width:100%;
        height:150px;
    }

    .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: 15px 15px;
    }

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

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
    .dropdown {
        border-right:1px solid lightgrey;
    }
    .navbar-default {
        background-color:#F5EBF3;
    }
    .item {
        border-right:1px solid lightgrey;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: white;
        background-color: #846286;
    }
    
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: white;
        background-color: #846286;
    }
    .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        background-color: #846286;
        color: white;
    }
}

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

/* Set the fixed height of the footer here */
.footer {
    height: 300px;
    width:100%;
    background-color: #F5EBF3;

}
