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: #212121 !important;
    font-size: 18px !important;
}


body {
    font-family: Roboto !important;
	
}

.navbar-nav {
    width: unset !important;
}


b.orange {
    color: orange;
}

.row.mainRow {
    padding-top: 25px !important;
}

h1, h2, h3 {
    font-family: sketchnote-text, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}


h4 {
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}


b {
    font-family: sketchnote-text, sans-serif !important;
	    font-weight: 500 !important;
    font-style: normal !important;
}


strong {
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}



h1 {
	font-size: 32px !important;
}

.h2, h2 {
    font-size: 30px !important;
}

.h3, h3 {
    font-size: 24px !important;
}

h4 {
	font-size: 17px !important;
}

p {
	font-size: 16px !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;
	}
}

