@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');


*{
	padding: 0;
	margin: 0;
}

html, body{
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

body{
	overflow: hidden;
	color: #595959;
	font-size: 22px;
	font-weight: 300;
}

a{
	color: #595959;
	text-decoration: none;
	transition: all 0.2s;
}
a:hover{
	color: #5EB0C5;
	text-decoration: none;
}


.main-wrapper{
	max-width: 90%;
	margin: 15vh auto;
}

.logo{
	display: block;
	text-align: center;
	margin-bottom: 60px;
	margin-right: 28px;
}
@media only screen and (max-width: 768px) {
	.logo{
		margin-right: 0;
	}
}
.logo img{
	max-width: 100%;
}

.strap_line{
	text-align: center;
	margin: 15vh 0;
	font-size: 25px;
}

.contact{
	text-align: center;
}
.contact a{
	color: 
}