@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100%;
	background-position: top center;
}

h1 {
	color: #c3ad62;
	font-size: 28px;
}

p {
	color: #002c45;
	font-size: 18px;
	font-weight: 600;
}

section {
	width: 100%;
	height: 100%;
	text-align: center;
}

.logo {
	width: 100%;
	max-width: 300px;
	padding-top: 8em;
}

@media screen and (max-width: 400px;) {
	section {margin: 0 30px;}
}