@charset "UTF-8";

@font-face {
	font-family: MajestiBanner;
    src: url(media/Majesti-Banner-Book.otf);
}

h1 {
	font-family: MajestiBanner;
    color:#be1e2d;
    font-size: 32pt;
}

h2 {
	font-family: MajestiBanner;
    color: #8a8c8f;
    font-size: 18pt;
}

h3 {
	font-family: MajestiBanner;
	font-weight: bold;
}

body {
	background: #41393d;
	
}
	
p {
	color: #ffffff;
	font-family: athelas, serif;
	font-style: normal;	
	font-weight: 400;
}


a {
	color: #ffffff;
	font-family: MajestiBanner;
	text-decoration: none;
}

a:visited {
    color: #ffffff;
	font-family: MajestiBanner;
	text-decoration: none;
}


#Decal {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 1px;
}


li a:hover {
    background-color: #41393d;
}

.active {
    background-color: #ef4e22;
}

.image { 
   	position: relative; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

.imageoverlay { 
   	position: absolute; 
   	top: 80px; 
   	left: 0; 
   	width: 980px; 
	color: #be1e2d; 
   	font: bold 24px/45px MajestiBanner;   
   	background: rgb(0, 0, 0);
   	background: rgba(0, 0, 0, 0.7);
   	padding: 10px; 
	text-align: center;
  	left: 50%;
    margin-left: -500px;
}

footer {
	background: #be1e2d;
	text-align: center;
	width: 960px;
	padding: 20px;
	left: 50%;
	color: #fff;
}

#topnav{
	position: absolute;
	top: 0px;
  	left: 50%;
    margin-left: -500px;
	width:1000px;
}

.button{
	background-color: #be1e2d;
	display:block;
	width:200px;
	height:50px;
	padding-top:30px;
	float:left;
	
}

.button:hover{
	background-color:#8a8c8f;
	display:block;
	width:200px;
	height:50px;
	padding-top:30px;
	float:left;
	
}

img {   
display:block;
}

.content {
	background-color: #8a8c8f;
	width: 960px;
	padding: 20px;
}

.half {
	background-color: #8a8c8f;
	width: 460px;
	padding: 20px;
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
}

.background {
	width: 1000px;
	background-color: #8a8c8f;
}

.logohome {
	position: absolute;
	top: 45%;
	left: 35%;
}

.logooverlay { 
   	position: absolute; 
   	top: 23%; 
   	left: 35%; 
   	background: rgb(0, 0, 0);
   	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
}

#facebook {
	display: inline-block;
	
}

#twitter {
	display: inline-block;
}

#instagram {
	display: inline-block;
}