* {
    
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    font-weight: 400;
    color: #000; 
    background-color: #fff;
}

#OuterWrapper {
    margin: 20px auto;
    width: 1200px;
} 

header {
    width: 100%;
    height: 200px;
    text-align: center;
}

h1 {
    font-size: 3em;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#HomeNav {
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;   
}

#HomeNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#HomeNav li {
    display: inline-block;
    padding: 10px;  
}

#HomeNav li a {
    color: #000;
    text-decoration: none;
}

#HomeNav li a:link, a:visited {
    color: #000; 
}

#HomeNav li a:hover, a:active {
    text-decoration: underline;
    color: #8C8161;
}

aside {
    top: 200px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position: fixed;
    overflow: auto;    
}

#subNav {
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;   
}

#subNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#subNav li {
    display: block;
    padding-bottom: 20px;  
}

#subNav li a {
    color: #000;
    text-decoration: none;
}

#subNav li a:link, a:visited {
    color: #000; 
}

#subNav li a:hover, a:active {
    text-decoration: underline;
    color: lightgrey;
}

main {
    text-align: center;   
}

p{
    text-align: left;
    line-height: 1.75;
    margin: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

img {
    margin-bottom: 20px;
}

footer {
    font-family: 'Montserrat', sans-serif;
    font-size: .875em;
    font-weight: 300;
    padding: 20px;
    position: fixed;
    bottom: 0;
}