@charset "UTF-8";

/*Mobile view*/
@media screen and (max-width:480px) {}

/*Tablet view*/
@media screen and (max-width:769px) {}

body {
	background-color: #310203;
    margin: 5%;
	width: auto;
	height: auto; /* the auto value on the sides, coupled with the width, centers the layout*/
	font-family: Arial, Helvetica, sans-serif;
	color: #F7931E;
	font-size: 120%;
}

img {border: none; max-width: 100%; height: auto; margin-top: 3%; margin-bottom: 3%;}

h1, h2, p, ul, ol {line-height: 130%; margin-left: 4%; margin-right: 4%;}

h1 {font-size: 125%;}
h2 {font-size: 120%;}


a:link, a:visited, a:active {text-decoration: none; color: #4CF8CA;}

a:hover {text-decoration: underline; color: #0C0;}



.notopmargin {margin-top: 0px;}
.nobottommargin {margin-bottom: 0px;}
.notopbottommargin {margin-top: 0px; margin-bottom: 0px;}



hr {
	background-color: #F7931E;
	border: none;
	height: 10px;
	width: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}