* {
    margin: 0;
        padding: 0;   
}

body {
    font-family: "Times New Roman", Times, serif;
    font-size: 100%;
    color: #fff;
    background-color: #fff;
}

#OutWrapper {
    margin: 30px auto;
    width: 1300px;   
}

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

h2{
    font-family: 'Comfortaa';
    margin-bottom: 30px; 
}

h1{
    font-family: 'Bungee Shade';
    font-size: 1.78em; 
}

#HomeNav{
    font-family: 'Comfortaa';
    font-size: 1.2em; 
}

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

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

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

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

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

/*this is THE MAIN NAVIGATION*/

#MainNav{
    font-family: 'Comfortaa', sans-serif;
    font-size: 1.2em; 
}

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

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

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

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

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

/*This styles sub navigation*/

#SubNav {
    font-family:'Comfortaa';
    font-size: 1em;
}

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

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

#SubNav a:link, a:visited {
    color: #fff;
    text-decoration: none;
}

#SubNav a:hover, a:active {
    text-decoration: underline;
    color: #000;
}

aside{
    top: 200px;
    width: 100px;
    margin: 15px;
    height: 100px;
    position: fixed;
    
}

main {
    text-align: center;
}

p {
    text-align: left;
    margin: 14px; 
    line-height: 1.75;
    font-size: 1em;
}

img{
    margin-bottom: 50px;
    margin-right: 40px;
    margin-left: 30px;
}

footer{
    font-family: 'Erica One';
    font-size: .8em;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width; 100%;
}