/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes.
    */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', serif;
    color: #fff;
    color: rgb(255,255,255);
}
p, div {
    font-family: 'Arvo', serif;
    color: #fff;
    color: rgb(255,255,255);
    font-size: 20px;
    /*! text-shadow: 0 0 3px #000 */
    /*! text-shadow: black 0.1em 0.1em 0.2em; */
}

a {
color: #ffffff !important;
}

.fa_custom {  
color: #ffffff  
}

.fa_footer {  
color: #777  
}

.fa_green {  
color: #1ED760
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/county_fair.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-tickets {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/tickets.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-food {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/food.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-experience {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/experience.jpg') no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-music {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/music.jpg') no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-contact {
    display: block;
    width: 100%;
    text-align: center;
    background: url('../img/contact_map.jpg') no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-music img {
  padding: 30px 0;
}

.headline {
    padding: 120px 0;
}

.headline h1 {
    font-size: 130px;
    color: #fff;
    color: rgb(255,255,255);
}

.headline h2 {
    font-size: 77px;
    color: #fff;
    color: rgb(255,255,255);
}

.headline img {
  padding: 30px 0;
}

.h3 {
    font-size: 50px;
    color: #000;
}

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

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

footer {
    margin: 50px 0;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
        margin-top: 120px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
        margin-top: 100px;
        text-shadow: 0 0 3px #000
    }
    
    .lead {
        text-shadow: 0 0 3px #000
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 35px;
        margin-top: 100px;
        text-shadow: 0 0 3px #000
    }
    
    .lead {
        text-shadow: 0 0 3px #000
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 35px;
        text-shadow: 0 0 3px #000
    }
    
    .lead {
        text-shadow: 0 0 3px #000
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}