/*
CSS for website
*/

*{
margin:0;
padding:0;
}

body
{
color: white;
font-family: helvetica, arial, verdana, sans-serif;
}

#classwebsite
{
position: absolute;
margin-top: 5%;
margin-left: 10%;
}

li
{
list-style: none;
}

a {
color: white;
}


h1
{
font-size:30pt;
position: absolute;
top: 30%;
left: 35%;
padding: .5em;
}


h2
{
margin-bottom: 1em;
}

#navigation
{
position: absolute;
padding: 2em;
margin-top: 15%;
margin-left: 10%;
background: #3D4F26;
text-align: center;
}


#classdescrpt
{
background: #3D4F26;
position: absolute;
padding: 2em;
margin-top: 25%;
margin-left: 35%;
margin-right:10%;
line-height: 130%;
}


html {
        background: url(images/background.png) no-repeat center center fixed;
        background-size: cover;
}