* {
    margin: 0;
    padding: 0; 
}

body {
    font-family: 'Karla', sans-serif;
font-family: 'Lato', sans-serif;
    font-size: 100%;
    color: #000000;
    background-color: #ffffff;   
}

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

#OuterWrapper2 {
    margin: 20px auto;
    width: 1610px;
    background-color: ;
}

#CenterWrapper {margin: 20% auto;
    width: 1200px;
    background-color:
}

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

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

h1{
    font-size: 4em;
}

h3 {
    font-size: 1em;
    font-weight: normal;
    font-family: 'Karla', sans-serif;
}

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

main {
    text-align: center;
}

p {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

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

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

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

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

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

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

#HomeNav {
    font-size: 1.5em;
    font-family: 'Karla', 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:active {
    color: #fff;
    text-decoration: none;
}

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

/*this is where you style the subnav*/
#SubNav {
    font-size: 1.5em;
    font-family: 'Karla', sans-serif;
}

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

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

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

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

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

/*this is where you style the footer*/
footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .8;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}


br {
   display: block;
   margin: 10px 0;
}


/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: middle;
  width: 50%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}