/* CSS Document */
body {
	margin: 0;
}
@font-face {
    font-family: 'majesti';
    src: url("Misc/Majesti-Banner-Medium.otf") format("opentype");
}
ul {
	list-style-type: none;
	margin:0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top:0;
	width: 100%;
	display: inline-block;
	text-align: center;
}
li {
	float:left;
	margin-left:auto;
}
li a {
	display: block;
	color: #8a8c8f;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	width: 50px;
}
li a:hover:not(.active) {
	background-color: #ef4e22;
}
h1 {
	color:#be1e2d; 
	font-family: 'majesti';
	font-size: 300%; 
	text-align:center;
}
h3 {
	color:#be1e2d; 
	font-family: 'majesti';
	font-size: 180%;
}
p {
   color:#8a8c8f; 
	font-family: times new roman;
	font-size: 120%; 
}