* {
    margin: 0;
    padding: 0;
}

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

#OuterWrapper {
    margin: 30px auto;
    Width: 1200px;
    
}

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

h1 {
        font-size: 3em;
}

h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
 
#MainNav {
        font-size: 1.5em;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
}

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

#MainNav li{
        display: inline-block;
        padding: 15px;
    
}
#MainNav a:link, a:visited {
    color: #000;
    text-decoration: none;
}

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

main {
        text-align:center;
    
}

footer {
    font-family: 'Times New Roman', Times, serif;
    font-size: 100%;
    color:#000;
    background-color: #fff;
}
aside{
    top:200px;
    width: 200px;
    height: 100%;
    position: fixed;
    overflow: auto;
}


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


img {
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#Project1 {
    
}

