@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic&subset=latin,latin-ext);

body {
	background-color: #274c67;
	color: #f2efe8;
	font-family: 'Noto Serif', serif;
	margin-top: 45px;
}

#title {
	width: 100%;
	text-align: center;
	font-size: 72px;
}

#sub {
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
}

#email {
	text-align: center;
	width: 100%;
	font-size: 20px;
}

#email a {
	color: #ed7e00;
	text-decoration: underline;
}

#text {
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	margin-top: 50px;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;

}

.first-letter {
	float: left;
	color: #ed7e00;
	font-size: 96px;
	line-height: 60px;
	padding-top: 9px;
	padding-right: 8px;
	margin-left: -2px;
}