/* 			_____)                             	_____             
		   /                      /)   ,       (, /  |            
		   )__   ___  __   _  _/_(/      _       /---|  __ _/_ _  
		 /       // (_/_)_(_(_(__/ )__(_(__   ) /    |_/ (_(__/_)_
		(_____)    .-/                       (_/                  
		          (_/                                      */

/* FONT-FACE CUSTOM FONTS */

@font-face {
	font-family: wrestlemania;
	src: url("../fonts/WRESTLMANIA.ttf");
}

body {
	background-color: peachpuff;
}

h1 {
	font-family: "wrestlemania", sans-serif;
	color: blue;
	font-size: 70pt;	
	text-align: center;
	padding: 15px;
	letter-spacing: 10px;


}

h2 {
	font-family: "Helvetica", Arial, sans-serif;
	color: black;
	font-size: 25pt;
	text-align: center;

}

h3{
	font-family: "Helvetica", Arial, sans-serif;
	color: blue;
	font-size: 17pt;
	text-align: center;
	text-decoration: underline;
}
h4 {
	text-align: center;
	font-style: italic;
	
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	padding: 10px;
	font-weight: bold;
	font-family: "Big Caslon", Arial, serif;

}

li {
	display: inline;
	float: left;
	text-decoration: none;
	padding: 10px;

}

a {
	
	display: block;
	padding: 8px;
	color: black;
	
}
a:link {
	text-decoration: none;
	text-align: center;
	color: blue;
	
}



p {
	font-size: 20px;
	margin-right: 40;
	margin-left: 40px;
	text-align: center;
	}

.center {
	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}


img {
	padding: 20px;

}

.moossitemap {
	max-width: 100%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.devices {
	display: inline-block;
}