*{
    margin:0;
    padding:0;
    
}

body{
    font-family: "Georgia", "times new roman",Times,serif;
    font-size: 100%;
    color: #000;
    background-color:#fff;
}


#OuterWrapper{
    margin: 20px auto;
    width: 1700px;

}

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

h1{
    font-size: 3em;    
}
h1,h2,h3 {
    font-family: 'Pacifico', cursive;
    color:#401F0D;
    font-size: 2em;
    font-weight: 400;
    text-align: center;

}

#HomeNav{
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    
}
#HomeNav ul{
    list-style-type:none;
    margin:0;
    padding:0;
    
}
#HomeNav li{
    display:inline-block;
    padding:20px;
    
}

#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:#18A2C3;
    
}
aside {
    
    top:200px;
    width:200px;
    margin:20px;
    height:100%;
    position:fixed;
    overflow:auto;   
}

#subNav{
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    
}
#subNav ul{
    list-style-type: none;
    margin:0;
    padding:0;
    
}
#subNav li{
    display:block;
    padding: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:#025159;
    
}

.writing{
    margin: 0 200px;
}

.center {
    display:block;
    margin: 0 auto;
    width:5%;
    
}

p{
    text-align:left;
    line-height: 1.75;
    margin: 0 30px;   
        
}

#project {  
    text-align: center;
}

img{
    margin-bottom: 20px;
}
footer {
    font-family:"Times New Roman", Times, serif;
    font-size: .875em;
    padding: 30px;
    position:fixed;
    bottom:0;
}
