@charset "UTF-8";
body {
	font-family: "Merriweather", "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	line-height: 1.8em;
	background-color: #B5A662;
	font-size: 1.2em;
	color: #030453;
}
#page {
	width: 700px;
	margin: auto;
	background-color: #F2F2F2;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.41);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.41);
}
header {
	border-bottom: 5px dashed #010440;
	margin-bottom: 40px;
}
img {
	display: block;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
	border-radius: 8px;
}
h1 {
	font-family: "Patua One", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 2em;
	font-size: 2em;
	text-align: center;
	color: #BF7C0A;
}
h2 {
	font-family: "Lato", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.8em;
	color: #8B6B41;
	text-align: center;
}
p {
	padding-left: 15px;
	padding-right: 25px;
}

#services {
	background-color: #262626;
	color: #F2F2F2;
	margin-bottom: 41px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 8px;
}
