@charset "utf-8";
/* CSS Document */


.header{
	background-image: url(../Pictures/HeaderBG.png);
	height: 200px;
	width: 300px;
	
}

#TripleMoonLogo {
	height: 200px;
	width: 400px;
	display: left;
}
h1{
	display: inline;
	margin: 0;

}
h2{
	display: inline;
	margin: 0;
	float: right;
	padding-top: 25px;
	padding-right: 50px;
	font-family: Franklin Gothic Medium;
	font-size: 16px;
}

.navbar{
	background-color: #424242;
}
a:visited{
	color: white;
}

a:link{ 
	color: white;
}

a:hover{
color: black
}
	
li{
		border-right: thin solid white;
}
ul, li{

	display: inline;
	list-style: none;
	font-family: Franklin Gothic Medium;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 50px;

}

.content{
	background-color: #424242;
	}
h3{
	
	font-family: Franklin Gothic Medium;
	font-size: 30px;
	text-align: center;
}
h4{
	font-family: Franklin Gothic Medium;
	font-size: 22px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
.footer{
	background-image: url(../Pictures/FooterBG.png);
	height: 100px;
	font-family: Franklin Gothic Medium;
	font-size: 18px;
	padding-top: 15px;
	text-align: center;
}
