@charset "utf-8";
/* Google Fonts - Open Sans */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700);

#main-content a {
	color: #00718F ;
}
a:focus {
	outline: none !important;
}
/*** Bootstrap overrides ***/

html, body { 
	height: 100%; 
}
body {
	background-color: #ebebeb;
	font-family: 'Open Sans', sans-serif;
	background-repeat: no-repeat;
	background-position: top 0;
	background-image: url(/images/static-background.jpg);
	background-size: cover;
	background-attachment: fixed;
}

a {
	color: #339900;
}
a:visited, a:active {
	color: #339900;
}
a:hover {
	color: #666;
}
h1, h2, h3, h4 {
	font-weight: 300;
}
h2 {
	margin-top: 0px;
}
.navbar {
	border-bottom: #E6E600 solid 2px;
}

.main-content {
	margin-top: 30px;
	/*margin-left: 10px;*/
	background-color: rgba(255,255,255,.70);
	border-radius: 10px;
	min-height: 475px;
	/*
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-o-animation-delay: 1s;	
	*/
}

#home-bottom-content {
	background-color: rgba(131,131,131,.70);
	margin-top: 25px;
	/*bottom: 0;*/
	width: 100%;
	min-height: 150px;
}
#home-bottom-content p {
	color: #fff;
	font-size: 14px;
}
#home-bottom-content h3 {
	font-variant: small-caps;
	color: #fff;
	letter-spacing: 4px;
	font-weight: 700;
}
#home-bottom-content a {
	color: #4CE600;
}

.telephone-number {
	display:inline-block;
}


@media (min-width: 768px) {
body {
	padding-top: 100px;
}
.navbar {
	min-height: 100px;
}
.navbar-default {
	background-color: rgba(255,255,255,0.8)
}
.navbar-header {
	/*padding-top: 10px;*/
}
.navbar-nav {
	margin-top: 5px;
	margin-left: 30px;
}
.navbar-nav li {
	font-size: 14px;
	font-weight: 700;
	margin-left: 2px;
	margin-right: 2px;
}
.navbar-brand {
	padding: 0px !important;
	margin-left: 25% !important;
}
#home-bottom-content {
	padding-left: 20%;
	padding-right: 20%;
}

#top-navigation {
	margin-top: 20px;
	margin-left: 20%;
}
.dropdown {
	margin-left: 20px;	
}


}


@media (min-width: 992px) {
.navbar-nav li {
	font-size: 18px;
	margin-left: 15px;
	margin-right: 15px;
}
.navbar-brand {
	margin-left: 45% !important;
}
#home-bottom-content {
	/*position: absolute;*/
}

}

@media screen and (max-width: 767px) {
.navbar a {
	font-size:16px;
}
.navbar-brand {
	padding: 0px !important;
	margin-left: 5% !important;
}
.navbar-brand img {
	width: 50px;
	margin-right: 10px;
}
#main-container {
	margin-top: 50px;
	margin-bottom: 15px;
}
#mobile-header-text {
	padding-top: 7px;
	color: #666666;
	font-size: 22px;
	/*font-weight: 700;*/
}

}
