* {
margin: 0;
padding 0;
}

body{
    font-family: 'Roboto', sans-serif;  
    font-size:100%;
    color:black; 
    background-color: #ffffff;
}

#OuterWrapper {
    margin: 50px auto;
    width: 1200px;
    
}
header {
    width: 100%; 
    height: 80px;
    text-align: center; 
    padding: 30px;
    color: #D91E41;
    
}

h1 {
font-family: 'Montserrat', sans-serif;
    font-size: 3.6em;
    color: #07B2D9;
}

aside{
    top: 150px;
    width: 200px;
    margin: 10px;
    height: 100%;
    position: fixed;
}
main {
    text-align: center;
}


p{
    text-align: left;
    font-size: 1em;
    line-height: 1.7;
    margin-left: 100px;
}
.writing{
    text-align: left;
    padding:5px;
    font-size:1em;
    line-height: 1.7;
    margin-left: 250px;
}


/*this styles my home navigation*/

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

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

#HomeNav li {
  display: inline;
    padding-right: 30px;
    
}

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

#HomeNav a:link, a:visited {
    color: black;
    text-decoration: none; 
    
}

#HomeNav a:hover, a:active {
    text-decoration: underline;
    color: #07B2D9;
    
}

footer {
    font-family: "Times New Roman", Times, sans-serif;
    font-size: .8em;
    color: #07B2D9;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%
    
    
    
}

/*this styles my main navigation*/ 

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

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

#MainNav li {
  display: inline;
    padding-right: 30px;
    
}

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

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

#MainNav a:hover, a:active {
    text-decoration: underline;
    color:#07B2D9;
    
}

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

#SubNav ul{
    list-style-type: none;
    margin: 5px;
    padding: 5px;
    }
#SubNav li{
    display: block;
    padding-bottom: 20px;
}
#SubNav a:link, a:visited {
color: #000;
    text-decoration: none;
}
#SubNav a:hover, a:active {
    color: #07B2D9;
    text-decoration: underline;
}


footer {
    font-family: "Times New Roman", Times, sans-serif;
    font-size: .8em;
    color: #07B2D9;
    padding-right:30px;
    margin: 5px;
    margin-left: -150px;
    position: fixed;
    width: 90%;
          
}



