body {
	background: #f3e0d0;
	font-size: 20px;
}

.col-5 img {
	max-width: 400px;
	margin-left: 10px;
	border-bottom: 4px dashed #feb83e;
	margin-bottom: 5px;
}

.col-5 img:hover {
	  transform: scaleX(-1);
}

.header {
	text-align: center;
	border-bottom: 3px solid #000;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 50px;

}

.footer {
	text-align: center;
	margin-top: 50px;
	border-top: 3px solid #000;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 14px;
}

h2 {
	font-family: 'Shadows Into Light Two', cursive;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 40px;
	margin-top: 20px;
	color: #775191;
	font-size: 33px;
	text-shadow: 1px 1px 0px #775191;
}

p {
	line-height: 35px;
	letter-spacing: 1px;
}

.col-7 a {
	color: #008aac;
	border-bottom: 2px dashed #feb83e;
}

.col-7 a:hover {
	text-decoration: none;
	color: #775191;
	border-bottom: 2px solid #feb83e;
}


.col-7 li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 35px;
	letter-spacing: 1px;
}

.col-7 ul {
	margin-left: 0;
	padding-left: 0;
}

li strong {
	font-family: 'Shadows Into Light Two', cursive;
	font-weight: 700;
	text-shadow: 1px 0px 0px #49afc8;
	color: #49afc8;
	letter-spacing: 1.5px;
}
