body {
	margin: 0 auto;
	background-color: #f4f4f4;
}

header {
	width: 100%;
	background-color: #0e9fc6;
	position: relative;
	height: 120px;
	font-family: 'Playfair Display', serif;
}

.box {
	height: 110px;
	width: 400px;
	background-color: #022042;
	position: relative;
	left: 50px;
	border-left: 30px solid #022042;
	border-top-left-radius:3em;
	border-bottom-left-radius:3em;
	padding-top: 2px;
	border-right: 10px solid #8c2a2a;

}

.logo {
	float: right;
	position: relative;
	top: 90px;
	right: 20px;
}

header h1 {
	font-size: 27px;
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 10px;
	color: #f1f1f1;
}

header h2 {
	font-size: 27px;
	margin-top: 0;
	text-align: center;
	margin-bottom: 5px;
	color: #fff;
}

hr {
	margin:0 auto;
	height: 10px;
	background-color: #8c2a2a;
	border: 3px solid #64111d;
	width: 80%;
	border-radius: 50px;
}

main {
	background-color: #E8F4F7;
}

main h1 {
	margin-top: 0;
	padding-top: 15px;
	font-family: sans-serif;
	text-align: center;
	text-shadow:1px 1px 1px #8C2A2A;
}

main p {
	padding-left: 10px;
	font-family: sans-serif;
	line-height: 2;
}

main p span {
	color: maroon;
	font-weight: bold;
}

section p {
	padding-left:10px ;
	last-child:;
}

section p:last-child {
	padding-left:10px ;
	margin-bottom: 0;
}

section h2 span {
	font-family: sans-serif;
	background-color: black;
	color: gold;
	font-size: 40px;
}

section h2 {
	font-family: sans-serif;
	color: navy;
	padding-left: 2px;
}


.indent {
	text-indent: 20px;
	padding-left: 0;
}

ul li {
	color: maroon;
	font-family: sans-serif;
	list-style-type: square;
	font-weight: bold;
}

footer {
	position: relative;
	background-color: #0e9fc6;
	text-align: center;
	color: #fff;


}

footer p {
	margin-top: 0;
	margin-bottom: 2px;
	padding-top: 15px;
	color: #64111d;
	text-decoration: underline;
}

footer img {
	padding-bottom: 5px;
}

address:last-child {
	padding-bottom: 10px
}

.two {
	background-color: #022042;
	color: #fff;
	padding: 5px;
	font-family: sans-serif;
	text-shadow:2px 2px 2px #000;
}
