/* custom css */

.fa {
    margin-top: 7px; /* add a margin to socmed icons in footer */
}

.jumbotron {
    /* add bootstrap jumbotron background image */
    background: url("../img/background1.jpg");
    /* change bootstrap jumbotron text color */
    color: #FFF;
}

h1, h2 {

	color: #D41B17 !important;

}

.navbar-brand {
    padding: 5px 5px 5px 10px;
}

.footer-distributed {
    background-color: #e7e7e7 !important;
}

.fa {
    color: #fff;
}

.footer-distributed p.footer-links {
    color: #D41B17 !important;
}

.panel-body {
    padding: 0px;
}

.footer-distributed {
    margin-top: 40px !important;
}

@media (max-width: 960px) { 
.jumbotron {
    padding-left: 10px !important;
}
}

.navbar-default .navbar-nav>li>a {
    color: #D41B17;
}

a {
    color: #D41B17;
    text-decoration: none;
}

.container .jumbotron, .container-fluid .jumbotron {
    margin-bottom: 0px;
}

.footer-distributed .footer-right a {
    background-color: #666 !important;
}

.footer-left p {
    color: black !important;
}