body {
    padding-top: 80px;
    font-family: 'Special Elite', cursive;
    font-size: 16px;
    line-height: 1.5;
}

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.nav a {
    /*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto', sans-serif;
    */
    /*font-family: 'Special Elite', cursive;*/
    font-size: 1.3em;
}


/*.nav i {*/
/*color: #bfbfbf;*/
/*font-size: 1.3em;*/
/*}*/
.navbar-inverse {
    background-color:  #787a6a;
    border-bottom: 4px solid #494e35;
}


.navbar-inverse .navbar-nav>li>a
{
    color: #eee;

}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
    color: #eff;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
    min-height:200px;
}

.navbar {
    min-height: 80px;
}

.navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}


/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 991px) {
    body {
        padding-top: 160px;
    }
}

@media (max-width: 762px) {
    body {
        padding-top: 80px;
    }
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}

@media (max-width: 457px) {

    .navbar-brand img
    {
        width:295px;
        height: 60px;
    }

    .navbar-brand {
        padding: 8px;
    }

}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }
}

footer {
    /*font-family: 'Special Elite', cursive;*/
    color:#404040;
    background-color:  #fff;
    border-top: 4px solid #494e35;
}

footer a {
    color:#404040;
}

.footer-box {
    border-top: 4px solid #494e35;
    padding-top:10px;
    padding-bottom:10px;
}

.fb_iframe_widget {
    width:100%;
}
