html,body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial,Verdana;
	font-size: 16px;
	color: #000;
}

img {
	border: none;
}

h1,h2,h3,h4 {
	color: #171188;
	margin: 2px 0;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}

p {
	margin: 5px 0;
}

.navbar {
	margin-bottom: 0;
}

#prenav {
	font-size: 0.9em;
	background-color: #dedede;
	padding: 5px 0;
}

#header {

}
.navbar-brand {
	padding: 5px 0 !important;
	margin: 0 !important;
}
.navbar-brand img {
	max-height: 100%;
}

#footer {
	background-color: #dedede;
	padding: 10px 20px;
}

.highlight_box {
	padding: 40px 0;
	background-color: #EDEDED;
}
.highlight_box.alt {
	background-color: #383564;
}
.highlight_box.alt, .highlight_box.alt h1, .highlight_box.alt h2, .highlight_box.alt h3 {
	color: #fff;
}

.well-sm {
	padding: 10px 10px;
}

.bger {
	position: relative;
	padding: 70px 0;
}
.bger,.bger h1,.bger h2,.bger h3 {
	color: #fff;
}
.bger.wimg {
	background: #000000;
}
.bger .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
.bger .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.4;
}

.spaced-content {
	margin-top: 20px;
}
