* {
    margin: 0; 
    padding: 0;  
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    font-weight: 400;
    color:black;
    background-color: #FFF0DD;
}

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

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

h1{
    font-size: 4em;
    color: #038C73;
    font-family: 'Crimson Text', serif;
  


}
h2, h3 {
    font-family: 'Cardo', serif;
    color: #8C0327;
    font-weight: 600px;
    padding-bottom: 20px;
    
}

#HomeNav {
    font-size: 1.5em;
    font-family: 'Raleway', 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: black;
}

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

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


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

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

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

#subNav li a {
    color: #000;
    text-decoration: none;
    
}
#subNav li a:link, a:visited {
    
    color: black;
}

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

main {
    text-align: center;
}

.writing{ 
margin-left: 220px; 
}

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

img {
    margin-bottom: 20px;
}

footer {
    font-family: 'Raleway', sans-serif;
    font-size: .7em;
    position: relative; 
    padding: 20px;
    bottom: 0; 
}


#MainNav {
    font-size: 1.5em;
    color: #D2B859;
    font-family: 'Raleway', sans-serif;
     font-weight: 400;
    
}

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

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

#MainNav li a {
    color: #D2B859;
    text-decoration: none;
    
}
#MainNav li a:link, a:visited {
    
    color:#D2B859;
}

#MainNav li a:hover, a:active {
    
    text-decoration: underline;
    color: #D2B859;
    
