body p {
	color: #333;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}

header	{
	background-color: #012438;
}

h1,h2,h3,h4 {
	font-family: 'Oswald', sans-serif;
}

.btn-primary	{
	background-color: #012438;
	border-color: #012438;
}


.button1 {
	padding-bottom: 50px;
}


.logo img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 30px 0 30px 0;
	width: 154px;
}

.col-xs-12 img {
	width: 100%;
}

.parallax {
	background-image: url("../img/hero_image.jpg");
	min-height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section h1 {
	padding: 25px 0 25px 0;
	color: #012438;
	font-size: 2em;
}

h2 {
	color: #012438;
}

section .col-md-6 p {
	padding: 5px 0 5px 0;
}

.mobilespace p {
	padding: 5px 0 5px 0;
}

section .col-md-8 p {
	color: #012438;
	font-size: 1.6em;
	padding-bottom: 80px;
	line-height: 30px;
}

.patch1 {
	background-color: #fdb918;
	min-height: 100px;
	padding-top: 12px;
}

h3	{
	color: #012438;	
	padding: 20px 0 10px 0;
	font-size: 1.5em;
}

.btn-info {
	background-color: #012438;
	border-color: #012438;
}

.btn-info:hover {
	background-color: #054c74;
	border-color: #054c74;
}

.btn-info.focus, .btn-info:focus {
	background-color: #054c74;
	border-color: #054c74;
}

.aqua img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 45px 0 45px 0;
}

.parallax2 {
	background-image: url("../img/cover.jpg");
	min-height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.logospace {
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


@media only screen and (max-width: 768px) {
	.col-md-6 img {
			margin-right: auto;
			margin-left: auto;
			display: block;
			padding-top: 50px;
	}
}


.col-lg-12,.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-right: 0;
		padding-left: 0;
}


.mobilespace {
	padding: 25px 0 25px 0;
}

footer {
	background-color: #012438;
	color: #ddd;
	padding: 25px 0 25px 0;
}

footer p {
	color: #ddd;
}

footer a {
	color: #ddd;
}

footer a:hover,a:focus {
	color: #9B9B9B;
	text-decoration: none;
}


