/*
   New Perspectives on HTML and CSS
   Final Project

   Endless Terror Contact Stylesheet
   Author: Jay Phillips
   Date: 5/25/16   

   Filename: form.css
   Supporting files: 

*/

/*
   New Perspectives on HTML
   Module 4

   ICI Text and Color Styles
   Author: Jay Phillips	
   Date: 5/6/16  

   Filename:         terror.css
   Supporting Files: none

*/

body 
{
	background-color: black;
	color: rgb(0, 26, 102);
	font-family: "Century Gothic", sans-serif;
	top-margin: 50px;
	padding: 100px;
	
}
header img
{
	
	display: block;
    	margin-left: auto;
   	margin-right: auto;
}

.menu 
{	
	display: block;
	text-align: center;
    	margin-left: auto;
   	margin-right: auto;
}

.menu ul
{
display: inline-table;

margin: auto;
padding: 10px;
}


.menu li 
{
	
	display: table-cell;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.menu a 
{
	  
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 26, 102);
	font-size:  24px;
	letter-spacing: 0px;
	
}

.menu a:hover 
{
	color: rgb(230, 230, 230);
	font-weight: bold;
	font-variant: small-caps;
	font-size: 28px;
} 

.fieldTitle 
{
	font-size: 20px;
	font-style: bold;
	letter-spacing: 2px;
}

.field p 
{
	font-size: 14px;
}

.field td 
{
	padding: 2px;
}

.backToTop
{
	display: block;
	right: 50px;
	position: absolute;
	
}


footer 
{
	
	padding: 20px;
	margin: 20px;
}

footer p
{	
	font-size: 14px;
	color: rgb(217, 217, 217);
	text-align: center;
}

