/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 29, 2016, 9:17:07 PM
    Author     : Jason
*/

html, body{
    width: 100%;
    height:100%;    
}
body{
    
    background-color: orange;
    text-align: center;
    font-family: "Times New Roman", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    
}
header{
    text-align: center;
    font-size: 5em;
    padding-bottom: .2em;
    margin:0;
    color: #0000ff;
    border-bottom:  5px solid blue 
}
h1{
    font-family: Arial, sans-serif;
    font-size: 10em;
    text-decoration: threedshadow;
    alignment-adjust: central;
    padding-top: 1em;
}
h2{
    font-family: sans-serif;
    font-size: 2.5em;
    text-decoration: #008000;
    text-align: center;
}
footer{
   
    height: auto; 
    width: auto;
   
    margin: 0;
    
}
footer div{
    margin: 0;
}
footer p{
    margin: 0;
    color: blue;
}

 a:link{
        color: #008000;
        text-decoration: none;
    }
    a:visited {
        color: #003D00;
    }
    a:hover{
        color:#C0E0DA;
        text-decoration: underline;

    }
    a:active{
        color: tomato;
    }
  nav  li{
        padding: 0 1em;
       
        display: inline;
        float: left;
    }
  nav  ul{
        color: #008000; 
        text-decoration: none;
    }
    nav{
    
    font-size: 3em;
   
   padding-left: 8%;
   padding-bottom: 2.5em;
   
    margin: 0;
     color: white;
}
nav a{
   
}
    main{
        
        width: 65%;
        height: auto;
        font-size: 1.5em;
        margin: .1em 0;
        margin-left: 16%;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 2.5em;
        color: blue;
    }