@import url(https://fonts.googleapis.com/css2?family=Roboto);
@import url(https://fonts.googleapis.com/css2?family=Inter);

html, body {
	height:				100%;
	margin:				0;
	padding:			0;
}

#megtheestallion {
	width:				911px;
	margin:				0 auto;
	font-size:			111%;
	position:			relative;
	height:				auto !important;
	min-height:			100%;
}

header h1{
	text-align:			center;
	font-family:		Roboto, Arial, Helvetica, sans-serif;
	font-size:			333%;
}

header a:link {
	text-decoration:	none;
	color:				#000;
}

header a:visited {
	text-decoration:	none;
	color:				#000;
}

header a:hover {
	text-decoration:	none;
	color:				#000;
}

nav {
	border:				solid;
	border-width:		1px 0;
	height:				33px;
	text-align:			center;
	margin:				0;
	padding:			0;
	clear:				both;
}

nav ul {
	list-style-type:	none;
	padding:			0;
	margin:				0;
}

nav ul li {
	font-family:		Inter, Arial, Helvetica, sans-serif;
	font-size:			111%;
	display:			inline-block;
}

nav ul li a {
	text-decoration:	none;
	color:				#800000;
	float:				left;
	padding:			0 33px;
	line-height:		33px;
}

nav ul li a:visited {
	color:				#800000;
}

nav ul li a:hover {
	color:				#000;
}

#content h2 {
	font-family:		Roboto, Arial, Helvetica, sans-serif;
	margin-bottom:		7px;
	font-size:			200%;
	color:				#000;
}

#content h3 {
	font-family:		Roboto, Arial, Helvetica, sans-serif;
	margin-bottom:		7px;
	font-size:			150%;
	color:				#800000;
}

#content h4 {
	font-family:		Roboto, Arial, Helvetica, sans-serif;
	font-size:			100%;
	color:				#000;
}

#content p {
	font-size:			100%;
	font-family:		Inter, Arial, Helvetica, sans-serif;
}

#content ul,ol {
	font-size:			100%;
	font-family:		Inter, Arial, Helvetica, sans-serif;
	padding-left:		10%;
}

#content a:link {
	color:				#800000;
}

#content a:visited {
	color:				#800000
}

#content a:hover {
	text-decoration:	none;
	color:				#800000
}

.i {
	font-style:			italic;
}

.b {
	font-weight:		bold;
}

footer {
	text-align:			center;
	clear:				both;
	font-size:			90%;
	font-family:		Inter, Arial, Helvetica, sans-serif;
	padding-top:		3%;
	padding-bottom:		3%;
}