*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    color: white
    background-color: white
}

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

header{
    font-family: 'Oswald', sans-serif;
    width: 100%;
    height: 150px;
    text-align: center;
    color: palevioletred;
}
h1, h2, h3{
    font-family: 'Montserrat', sans-serif;
}
h1 { font-size: 4em}
h3 {font-size: 2em}

#homeNav {
        font-family: cursive, "comic sans ms";
    font-size: 1em
    
}
#homeNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0
}
#homeNav li{
    display: inline;
    padding-right: 10px;    
}
#homeNav a{
    color: crimson;
    text-decoration: none;
}
#homeNav a:link, a:visited{
    color: whitesmoke;
}
#homeNav a:hover, a:active{
    text-decoration: underline;
    color: chartreuse
}
main{
    text-align: center;
}
img{
    margin-bottom: 30px
        
}

p{
    font-size: 1em;
    text-align: left;
    line-height: 1.75;
    margin: 0 30px;
}
footer{
        font-family: "times new roman", times, serif;
    font-size: .8em;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    
}

//

#mainNav {
        font-family: cursive, "comic sans ms";
    font-size: 1em
    
}
#mainNav ul{
    list-style-type: none;
    margin: 0;
    padding: 0
}
#mainNav li{
    display: inline;
    padding-right: 10px;    
}
#mainNav a{
    color: blue;
    text-decoration: none;
}
#mainNav a:link, a:visited{
    color: darkcyan;
}
#mainNav a:hover, a:active{
    text-decoration: underline;
    color: deepskyblue
}

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

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

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

#subNav a:link, a:visted {
        color: black;
    text-decoration: none;
    
}

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

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

}

#projects main{
    margin-left: 150px;
    
}

