﻿/*
    Index Style Sheet

    Author: Joshua Leyendecker
    Date: Sept 1, 2015

    File Name: homepage.css

*/

header{
    position:center;
    height: 100%;
    width: 100%;
}

nav.horizontal{
    
}

nav.horizontal ul{
    height:25px;
    background-color:cadetblue;
}

nav.horizontal ul li{
    padding: 0px;
    float: left;
    width: 15%;
    line-height: 25px;
    height: 20px;
    list-style-type: none;

   
}

nav.horizontal ul li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;

}
body
{ 
    background-color:white;
}

img div{
    padding-right: 30px;
    padding-left: 30px;
    margin: 4px;
    position: center;
    
}
#slide{
    
    border: 20px cadetblue solid;
    background-color: cadetblue;
}

h1{
       text-align: center;
  }

