﻿/*
      New Perspectives on HTML, CSS, and JavaScript
      Tutorial 14

      
      Author: Amber Ridgeway
      Date: 03.21.16 

      Filename:form.css
         */


/*Form*/

form.form{
float:left;
display:block;
margin-left: 700px;
margin-top: 75px;
margin-right:600px;
background-color:red;
/*height:70%;*/
font-size:1.5em;
opacitY: 0.7;
border:1px solid black;
border-radius: 25px;

}

/*style for Header*/
.grass{
margin-top:0px;

float:inherit;
}

.grass1 {

width: 100%;

}

.grass2 {
text-align:center;
font-size:3em;
margin-top:-90px;
margin-left:100px;
margin-right:100px;
float:inherit;
}

/* nave styles */

nav.horizontal {
   margin-top: -300px;
   list-style-type: none;
  }




header img{
width:100%;

}


#custInfo{
display:block;
text-align:center;
float:right;

margin-top: 100px;
}

legend{
	text-align:center;
}



footer{
background-image:url('Background-Images-WSP061.jpg');
width:100%;

clear:both;
float:right;
margin-top: 50px;	
text-align: center;
margin-left:auto;
margin-right: auto;


}






