/* global */
body
{
    padding-top: 60px;
    font-family: 'Ropa Sans', sans-serif;
    overflow: auto;
}

section h1 {font-weight: bold;}

/* Start Navbar */

.navbar-inverse .navbar-nav > li > a
{
    color: #BBB;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
.navbar-inverse .navbar-brand{color: #BBB;font-size: 30px;line-height: 30px;}

/* End Navbar */

/* Start Footer Section */

.footer .copyright {
    background: #333;
    color: #AAA;
    padding: 15px 0;
    margin-top: 30px;
    font-size: 18px;
}
/* End Footer Section */


/* Start Scroll Up */
#scroll-top {
    width: 40px;
    height: 40px;
    padding: 5px 8px;
    color: #DDD;
    right: 15px; 
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    display: none;
    cursor: pointer;
}
#scroll-top:hover {background: #000;}
/* End Scroll Up */

/* Hover */
.hvr-float{display: block;}

/* Smart Phones And Tablets */
@media(max-width:767px)
{
    .navbar-inverse .navbar-nav > li > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .subscribe .form-control {
        margin: 20px auto;
        width: 400px;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }
    .center-p {
        text-align: center;
    }
}

/* Start About Us */


.about-us {
    padding: 70px 0;
}
.about-us h1 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0px;
    font-size: 100px;
}

/*** Start Default Theme ***/
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .hover > a, 
#scroll-top
{
    background-color: #E41b17 !important;
}

.navbar-inverse .navbar-brand span,

.footer .copyright span
{
    color: #E41b17;
}

