/*
Theme Name: Ocean Construction
Theme URI: http://www.ocean-construction.co.uk
Author: Dean Wronowski
Author URI: http://www.deanwronowski.co.uk
Description: Bespoke theme for Ocean Construction

*/


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
a{
    color:#B3CD5D;
    text-decoration: none;
}

/************************************* SITE CONTENT ******************/
body
{
	background-color: #1D3642;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
		font-weight:100;
    line-height: 1.725em;
		color:#ffffff;
}
header{
	text-align: center;
}
header img
{
    max-width:300px;
}
.clear
{
	clear:both;
}
h1
{
    margin-bottom:5px;
    margin-top:30px;
		font-weight:700;
		font-size:1.8em;
		text-transform: uppercase;;
}
h2
{
    margin-bottom:5px;
    margin-top:36px;
		text-transform: uppercase;;
		color:#B3CD5D;
		font-weight:700;
		font-size:1.5em;
}


.content-area{
	text-align: center;
	margin-bottom:40px;
	font-size:1.4em;
}

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

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

/***************** RESPONSIVE ***************/
@media only screen and (max-width: 768px) {
	body{
		font-size:15px;
	}
}
