

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

}

/* Header Image Background*/

/* Header Image Background*/
.test-header {
    /*min-height: 550px;*/
    background: linear-gradient(#0c3c7e, #657488);
    /*background: url("../images/mouse.jpg") center center no-repeat fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*background-size: cover;*/
    /*-o-background-size: cover;*/
    /*opacity: 1;*/
}



.business-header {
    height: 550px;
    /*background: url('../images/header.jpg') center center no-repeat scroll;*/
    background: url('../images/govtHeaderGavel.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 1;
}

.mainBusiness-header {
    min-height: 550px;
    background: url('../images/header.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 1;
}

.rentalBusiness-header {
    height: 550px;
    background: url('../images/indexRentalHouse.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 1;
}

.salonBusiness-header {
    height: 550px;
    background: url('../images/salon.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 1;
}

.smallNav>li>a {
    font-size: 9pt;
    padding: 20px 40px;
}

.tagline {
    color: #FFFFFF;
    margin-top: 285px;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.contactContainer {
    margin-top: 45px;
    font-size: 15px;
}

@media (min-width: 350px) {
    .screenshot {
        padding-top: 60px;
    }
}

.salonContainerMain {
    padding: 80px 0;
}

.screens,
#features {
    margin-top: 30px;
    padding: 50px 0;
}