/*!
 * 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/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    letter-spacing: 1px;
}

h2,h3 {
    font-family: "Open Sans", sans-serif;
}

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

p.caption-text {
    color: #fff;
    margin: 5px 15px 5px 15px;
    text-align: left;
    font-size: 1.2em;
}

div.carousel-caption {
    right: 0;
    bottom: 15%;
    left: 7%;
    width: 40%;
    max-width: 500px;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    padding: 10px;
}

a.carousel-control {
    width: 5%;
}

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

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

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

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

.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.87);
}

.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;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0);
}

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

@media screen and (max-width:418px) {
    .carousel-caption {
        display: none;

    }
}

@media screen and (max-width:500px) {

    .carousel-caption {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .carousel-caption p{
       font-size: 10px;

    }

    .carousel-caption button {
        font-size: 10px;
    }
}
@media screen and (min-width:768px) {

    .brand {
        background-color: #2c3e50;
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: 'Dancing Script', cursive;
        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 {
        background-color: #2c3e50;
        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 35px;
    }

    .nav li.current a{
        background-color: #2c3e50;
        color: #fff;
    }


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

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

}

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

a.phone-number {
    color: #fff;
}

/* FAQ ACCORDION */
/******************/

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

div.panel.show {
    display: block;
}