﻿html,body
{
    margin:0px;
}
body {
    font-family: 'Open Sans', sans-serif
}
h1 {
    font-family: 'Montserrat', sans-serif;
    color:blueviolet;
}
h2 {
    font-family: 'Roboto', sans-serif;
    color:cadetblue;
}
a:hover
{
    text-decoration:none;
}

header
{
    background-color:aliceblue;
}
nav ul
{
    list-style-type:none;
    margin-left:-40px;
}
nav ul li
{
    float:left;
    margin-right: 20px;
}

nav a {
    font-family: 'Oswald', sans-serif;
    color:burlywood;
    font-size:larger;
}

.clearer
{
    clear:both;
}

.container
{
    padding: 10px;
}

.half
{
    float:left;
    width:50%;
}


footer
{
    background-color: aliceblue;
}

main
{
    min-height:500px;
   
}