body {
    padding-top: 30px; /* Padding for .navbar-fixed-top. Change value if navbar height changes. Remove if using .navbar-static-top. */
    background-color: #ffffff !important;
    color: #333 !important;
}

.footer-blurb h4{
    color: #ffffff;
}

.copyright {
	background-color: #F7F7F7 !important;
    color: #333 !important;
}

.mainSections {
    color: #333 !important;
}


@media (min-width: 1200px) {
  .container {
    width: 1370px;
   }
}


    a { color: #659EC7; !important;
}
.navbar-inverse{background-image: url('bhobg.jpg');  background-color: #000000;
 background-size: contain!important; background-repeat: no-repeat; background-position: center;

}



.portfolio-item {
    margin-bottom: 5px;
}

.footer-blurb {
    padding: 30px 0;
    text-align: left;
    background-color: #0C2F4C;
}

.footer-blurb h3 {
    color: #337AB7;
    }
    
.footer-blurb-item {
    padding: 30px 0;
    }
 
.copyright {
	background-color: #000;
	text-align: center;
	padding: 30px 0;
}

-----------

.dropdown-menu {
	min-width: 200px;
	hover;
}
.dropdown-menu.columns-2 {
	min-width: 600px;
}
.dropdown-menu.columns-3 {
	min-width: 900px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

