/* CSS Document */
h2 {
	font-weight: normal;
	padding-bottom: 40px;
}
h3, h4 {
	font-weight: normal;
}
p {
	font-weight: 300;
}
a,
a:hover {
    color: #bdcc00;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #bdcc00 !important;
}
nav, 
.bottomBo {
	border-bottom: solid #bdcc00 3px;
}
.nav-item {
	font-weight: normal;	
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover,
#mainNav .navbar-nav li.nav-item a.nav-link:focus,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, 
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
	color: #bdcc00;
	background: none;
}
.bg-primary {
    background-color: 
    #4d4d4d !important;
}
.bg-secondary {
    background-color: 
    #4d4d4d !important;
}
.text-secondary {
    color: 
    #4d4d4d !important;
}

.masthead {
	background: #e4e4e4 url(../img/intro.jpg) center top no-repeat !important;
	background-size: auto 100% !important;
	height: calc(100vh - 100px);
	margin-top: 110px;
	border-bottom: solid #bdcc00 3px;
}
.masthead2 {
	background: #e4e4e4 url(../img/contact.jpg) center top !important;
	background-size: auto 100% !important;
	height: calc(100vh - 100px);
	margin-top: 0px;
	border-bottom: solid #bdcc00 3px;
}
.footer {
    background-color: #4d4d4d;
}
.copyright {
    background-color: #222;
}
@media all and (max-width : 1024px) {
.masthead {
	margin-top: 90px;
}
.masthead2 {
	margin-top: 0px;
	background: #CCC url(../img/contact-small.jpg) center top no-repeat !important;
	background-size: auto 100% !important;
}
}
@media all and (max-width : 600px) {
.navbar-brand img {
	width: 180px;
}
.masthead {
	margin-top: 80px;
	background: #e4e4e4 url(../img/intro-small.jpg) center top no-repeat !important;
	background-size: auto 100% !important;
}
.masthead2 {
	margin-top: 0px;
	background: #CCC url(../img/contact-small.jpg) center top no-repeat !important;
	background-size: auto 100% !important;
}
}