/*!
 * Start Bootstrap - Scrolling Nav 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 {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-default{
    background-color:#212021;
    border-color:#C6AA7F;
}

.navbar-default .navbar-nav > li > a{
    color:#908175;
    border-top: 4px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    color:#c6aa7f;
    border-top-color:#c6aa7f;
}

.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li.active > a:focus, 
.navbar-default .navbar-nav > li.active > a:hover{
    background-color:transparent;
    color:#c6aa7f;
    border-top: 4px solid #c6aa7f;
}

.background-fancy{
    padding:100px 0;
    text-align: center;
    position:relative;
    color:#d6c0ae;
}

.landing-section {
    padding: 150px 0 100px 0;
    text-align: center;
}

.intro-section {
    padding: 150px 0 100px 0;
    text-align: center;
}

.about-section{

}

.about-section blockquote{
    color:#d6c0ae;
    border-left:2px solid #d6c0ae;
}

.about-section blockquote footer{
    color:#d6c0ae;
}

.locations-section {
    padding: 100px 0 ;
    text-align: center;
}

.locations-section table{
    border:0;
}

.locations-section .table thead tr th,
.locations-section .table tbody tr td{
    border:0;
}

.menu-section {

}

.contact-section {
    padding: 100px 0;
    text-align: center;
}

.bottom-section {
    padding: 100px 0;
    text-align: center;
    background-color:#212021 !important;
    color:#d6c0ae;
}
