@charset "utf-8";

body {
	background-color:#ffb6ad;
	padding-bottom:20px;
}

hr {
	background-color:#632900;
	height:5px;
	border:none;
}

.mainHero {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
}

.container {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-size:50px;
	text-align:center;
	margin-top:0;
}

h3 {
	font-size:35px;
}

li {
	margin-top:10px;
	margin-bottom:10px;
}

a {
	color:black;
	text-decoration:none;
}