html, body{
	height: 100%;
	font-family: 'Alegreya Sans', sans-serif;
	background: #003265;
	color: #FFF;
}

.wrap{
	position: relative;
	top: 40px;
	transform: none;
}

#logo img{
	display: block;
	margin: 0 0 50px 0;
	width: 330px;
	
	height: auto;
	max-width: 100%;
}
html.no-svg #logo img{
	display: none;
}

html.no-svg #logo{
	display: inline-block;
	width: 330px;
	height: 71px;
	background: url(../images/logo-RC.jpg) top left no-repeat;
	margin-bottom: 50px;
	background-size: contain;
}

.box{
	margin-bottom: 50px;
}

@media (min-width: 768px) { 
	.wrap{
		position: relative;
		top: 30%;
		transform: translateY(-30%);
	}
	
	html.no-svg .header{
		text-align:center;
	}
	
	#logo img{
		margin: 0 auto 150px;
	}
	
	html.no-svg #logo{
		margin-bottom: 150px;
	}
	
	.box{
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) { 


	.wrap{
		position: relative;
		top: 30%;
		transform: translateY(-30%);
	}
	
	#logo img{
		width: 500px;
	}
	
	html.no-svg #logo{
		width: 440px;
		height: 94px;
		background: url(../images/logo-RC-large.jpg) top left no-repeat;
	}
}

h1{
	font-weight: 900;
	margin: 30px 0 0 0;
}

h2{
	font-weight: 700;
	margin: 0 0 20px 0;
	font-size: 26px;
}

p{
	font-weight: 300;
	color: #8fb4db;
	font-size: 20px;
	line-height: 24px;
}

ul{
	text-align: left;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

ul li{
	margin: 0 0 10px 0;
}

ul h3{
	float:left;
	margin:0;
	color: #8fb4db;
}

ul p{
	margin-left: 55px;
}

a, a:hover, a:visited{
	color: #8fb4db;
}