html, body{
	font-family: "news-gothic-std", sans-serif;
	color: #4a4a4a;
	background-color: #f1f1f1;
	margin: 0;
}

p {
	line-height: 135%;
}

a {
	
}

section {
	padding-top: 30px;
}

h1, h2, h3{
	font-family: "tenso", sans-serif;
}

h1 {
	color: #ffffff;
	margin: 0;
	font-size:  2em;
	font-weight: 700;
}

h2 {
	color: #ffffff;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
}

h3 {
	color: #455560;
	margin-top: 0;
}

ul {
	line-height: 135%;
	list-style: none;
	display: inline;
	margin: 0 auto;
}

section#header {
	height: 200px;
	max-width: 940px;
	background-color: #455560;
	padding: 2%;
	margin: 0 auto;
}

#wrapper {
	max-width: 940px;
	padding: 0 2%;
	margin: 0 auto;
	background-color: #fafafa;
}

iframe {
	max-width: 100%;
	min-width: 100%;
	height: 300px;
}

section#header div {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

div.small-12.medium-4.large-4.columns {
	text-align: center;
	margin: 0 auto;
}