@import url(http://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic);

body {
  background: url(../img/bg.jpg);
  font-size: 14px;
  color: #fff;
  font-family: 'Arvo', serif;
  overflow: hidden;
}

ul {
	margin: auto;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 200px; left: 0; bottom: 0px; right: 0;
	list-style: none;
	text-transform: uppercase;
	height: 60px;
}
ul li {
  margin: 0 40px;
  display: inline-block;
  text-align: center;
}

ul li span {
  font-size: 42px;
}


section {
	margin: auto;
	position: absolute;
	height: 250px;
	top: 0; left: 0; bottom: 150px; right: 0;
}

h1, h1 img {
	display: block;
	margin: auto;
	margin-bottom: 50px;
}

section p {
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	width: 50%;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
