@import "/includes/fonts/open-sans-v2/styles.css";

body {

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
}


section {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-family: 'open sans';
	

	font-weight: 200;
}

section p {
	font-weight: 300;
	font-size: 1.8em;
	text-align: center;
}



