﻿body
{
    width: 960px;
    margin: 0px auto;
    background-color: rgb(255, 231, 231);
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 2px;
}

header, nav, article, section, footer
{
    display: block;
}

header
{
    text-align: center;
    letter-spacing: 2px;
    color: rgba(0,0,0,.4);
}

h1
{
    letter-spacing: 15px;
    font-size: 36px;
    padding: 275px 0 0 0;

}

img.photos
{
    border-radius: 25px;
    margin: 0px 0px 5% 5%;
    max-width: 400px;
    box-shadow: 5px 5px 10px;
}

img.collection
{
    border-radius: 1px;
    border: 1px solid black;
    margin: 0px 0px 5% 5%;
    max-width: 200px;
    box-shadow: gray 4px 4px 20px;
}

#main
{
    background-image: url(seankait1.jpg);
    background-image: linear-gradient(to bottom, rgba(255, 231, 231,.4), white), url("seankait1.jpg");
    background-repeat: no-repeat;

}

nav ul 
{
   height: 40px;
   padding: 0;
   width: 100%;
   list-style: none;
}

nav ul li 
{
   float: left; 
   line-height: 40px;
   height: 40px;
   border-left: 1px solid black;
   border-bottom: 1px solid black;
   display: block;
}

#index
{
    border-left: none;
}

nav ul li a 
{
   display: block; 
   width: 100%; 
   text-decoration: none; 
   color: rgb(245, 59, 44);
   padding: 0px 37px 0px 38px;
}


nav ul li:hover 
{
   background-color: rgba(17, 159, 247, .2);
}

section.maincontent
{
    margin: 0px auto;
    width: 80%;
}
article
{
    background: white;
    padding: 5% 20%;
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
    box-shadow: gray 5px 5px 10px;
    border: 1px gray solid;
    margin: 0px 0px 20px 0px;
}

footer p
{
    text-align: center;

}
