html, body {
	margin: 0;
	padding: 0;
	font-family: 'Prompt', 'Helvetica', 'Arial', serif;
	color:#626161;
	background: #372E71;
	font-size:16px;
	font-weight: lighter;
	letter-spacing: 0.5px;
	}
	
h1, h2, h3 {
	font-family: 'Prompt', 'Arial', serif;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;

	}

img {border:0; max-width: 100%; height: auto;}	

.centred {
margin:0 auto;
text-align:center;
max-width:1000px;
}

.main{
	background: #fff;
	display: inline-block;
	margin: 80px 0;
	box-shadow: 0px 0px 50px #515151;
	padding: 20px 5%;
}
	
.clearer {clear:both; height: 0;}

*:focus  
{  
    outline: none;  
}  

a {color:#372E71; text-decoration: none;}
a:hover {text-decoration: none; color: #000}



::selection {
	background: #372E71; /* Safari */
	color:#fff;
	}
	
::-moz-selection {
	background: #372E71; /* Firefox */
	color:#fff;
}


.logo{
	display: inline-block;
	max-width: 90%;
	margin: 30px 0;
}

.logo h1{
	font-size: 40px;
}

.logo h2{
	font-size: 30px;
}

.text{
	float: left;
	width: 46%;
	margin: 10px 2%;
	text-align: left;
	font-size: 14px;
}

.full-width{
	width: 94%;
	margin: 10px 3% 30px 3%;
	text-align: center;
}

.text .cta{
	display: inline-block;
	width: 80%;
	padding: 15px 5%;
	margin: 20px 5%;
	text-align: center;
	background: #372E71;
	color: #fff;
}

.text img{
	max-width: 96%;
	margin: 20px 2%;
}

.cta h2{
	letter-spacing: normal;
	font-size: 14px;
	font-weight: normal;
}

.logos{
	float: left;
	width: 46%;
	margin: 30px 2% 10px 2%;
	text-align: center;
}

.logos img{
	float: left;
	width: 23%;
	margin: 5px 1%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.map{
	float: left;
	width: 96%;
	margin: 20px 2%;
}

.contact{
	float: left;
	width: 21%;
	margin: 20px 2%;
	text-align: center;
}

.contact h3{
	margin-bottom: 10px;
}

.contact img{
	max-width: 30px;
}


