html {
  position: relative;
  min-height: 100%;
}

body {
	background:url(../images/body-bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Arbutus Slab', serif;
	font-size: 13px;
	color: #b2ddff;
}

a,
a:active,
a:link,
a:visited {
	color:#fff;
}

a:hover {
	color:#fff;
}

h1, h2, h3 {
	color: #fff;
}

h1 {font-size: 26px;text-transform: uppercase;margin:0 0 60px;}
h2 {font-size: 20px;margin:0 0 24px;}
h3 {font-size: 18px;margin:0 0 24px;}
h4 {font-size: 14px;margin:0 0 10px;}
h4 span {color: #fff;}

#headersection {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #007db6;
}

#headersection .col-md-12 {
	padding-bottom: 60px;
}

div.col-md-3 {
	margin-bottom: 50px;
}

div.col-md-3 p {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 15px 0;
}

img.img-responsive {
	background-color: #fff;
	padding: 5px 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
}

@media (min-width: 768px) {
	img.img-responsive {
		padding: 20px 0;
	}	
}

.btn {
	background: #009aff;
	border-radius: 0;
}

.btn:hover {
	background: #008ae5;
	color: #fff;
}

#contactsection {
	border-top: 1px solid #007db6;
	border-bottom: 1px solid #007db6;
	padding-top: 40px;
	padding-bottom: 40px;
}

#contactsection h3 {
	margin-bottom: 15px;
}

#footsection {
	font-size: 10px;
	text-align: center;
	line-height: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #e7e7e7;
}

.footer p {
	margin: 20px 0;
}

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}