*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #F9F8F4;
}

div.contaier{
	height: 90%;
	width: 90%;
}

h1.title {
	width: 90%;
	color: #46433D;
	font-family: Franklin Gothic Demi Cond, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 2%;
	margin: 2% auto;
	background-color: #718CD0;
	font-size: 250%;
}

div.peggy {
	width: 80%;
	margin: 5% auto;
	align-content: center;
}

p {
	font-family: Franklin Gothic Demi Cond, Arial, Verdana, sans-serif;
	color: #46433D;
	font-weight: bold;
	margin: 2% auto;
}

p.quote{
	text-align: center;
}

p.quote span {
	font-size: 70%;
}

img.responsive_image {
	max-width: 100%;
	margin: auto;
	display: block;
}

div.footer {
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 5%;
	position: fixed;
	background-color: #F9F8F4;
	max-height: 20%;
}

h2 a{
	text-decoration: none;
	float: right;
	color: #F9F8F4;
	font-family: Franklin Gothic Demi Cond, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	background-color: #46433D;
	padding: 3%;
	margin-top: 2%;
	font-size: 100%;
}
