﻿/*

   Main style sheet
   Author: Eric Hughes
   Date:   8/30/2015

   Filename:         freeStyles.css
   Supporting Files: 
   
*/

/* Default Styles */

body {
   background-image: url('04.jpg');
   background-repeat: repeat-y;
   background-position: center;
}

h1 {
   width: 800px;
   color: white; 
   font-size: 36px; 
   font-weight: normal;
   letter-spacing: 5px;
   text-align: center;
   padding-top: 45px;
}


* {
   list-style: none;
   margin: 0px;
   padding: 0px;
}

header, figure, footer, article, nav, section {
   display: block;
}

html, body {
   height: 100%;
}


/* Figure Box Styles */

figure {
   float: right;
   margin: 20px;
   width: 500px;
}

/* Summary Section */

#summary {
   width: 800px;
}

#summary h1 {
   width: 800px;
   color: white; 
   font-size: 24px; 
   font-weight: normal;
   letter-spacing: 5px;
   text-align: center;

}

#simple {
   width: 800px;
   color: white;
   text-align: center;
   margin-top: 45px;
	
}

#formHead {
   font-size:19px;
   color: white;
}

#sides {
   color: white;
   font-size: 35px;
   font-family:BayScript;
}

div {
   color: white;
   padding-left: 45px;
   font-weight: bold;
}

footer {
	text-align: center;
	font-size: small;
	color: green;
}

.auto-style1 {
	background-color: #000000;
}

