*{
    margin: 0;
    padding: 0;
}

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

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

header{
    margin-top: 50px;
    width: 100%;
    height: 180px;
    text-align: left;
    line-height: 56px;
}

h1, h2, h3, h4{
    font-family: 'Poppins', sans-serif;
}

h1{ position:fixed;
    font-size: 6em;
}

h2{ 
    font-size: 1.6em;
    letter-spacing: 1px;
}

p{  margin-left: 230px; 
    margin-right: 150px; 
    line-height: 30px;
    text-align: left;
    font-size: 19px;
}

aside{
    top:215px;
    left: 50px;
    width:180px;
    margin: 20px;
    height:100%;
    position:fixed;
    overflow:auto;
}

main{
    text-align: center;
}

/*this is where you style the mainnav*/
#MainNav{
    position:fixed;
    margin-top: 70px;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
}

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

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

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

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

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

/*this is where you style the Home*/
#HomeNav {
    margin-top: -75px;
    font-size:120px;
    font-family: 'Poppins', sans-serif;
}

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

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

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

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

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

/*this is where you style the subnav*/
#SubNav{
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}

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

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

#SubNav a{
    color:#000;
    text-decoration: none;
}

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

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

/*this is where you style the footer*/
footer{
    font-family: 'Poppins', sans-serif;
    font-size: 0.1m;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%
}

