.navbar {
    background-color: #f9be00 !important;
}

footer {
    background-image: url(../images/bg-new.jpg);
    background-color: #6b0900;
    background-size: cover;
}


footer:before {
    /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #330905 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #330905 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #330905 100%); */
    background-image: url(../images/bg-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer .contactBox {
    background-color: #6b1309;
}


#form1 input[type="submit"] {
    background: #636363;
}


.contactInfo{
	background-color: rgba(0,0,0,0.2);
}

@media (max-width:991px){
    footer {
        background-image: url(../images/bg_m-new.jpg);
        background-color: #6b0900;
    }
}