* {
    margin: 0;
    padding: 0;    
}

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

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

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

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 3em;   
}
h2 { 
    font-family: 'Quicksand', sans-serif;
    font-size: 3em;   
}

h3 { 
    font-family: 'Quicksand', sans-serif;
    font-size: 3em;   
}

h4 { 
    font-family: 'Quicksand', sans-serif;
    font-size: 3em;   
}

h5 { 
    font-family: 'Quicksand', sans-serif;
    font-size: 3em;   
}



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

main {
    text-align: center;

    
}

p{
    text-align: left;
    font-size: 1em;
    line-height: 1.7em;
    margin: 0 50px;
    
}
    

img{
    margin-bottom: 20px;
    
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}


/*this styles my home navigation*/

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

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

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

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

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

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

/*this styles my Main navigation*/

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

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

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

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

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

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

/* this styles my second main navigation*/
#MainNav2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

#MainNav2 li {
    Display: inline;
    padding-right: 10px;
}

#MainNav2 a {
    color: #22336D;
    text-decoration: none;
}

#MainNav2 a:link, a:visited {
    color: #5864A6;
    text-decoration: none;
}

#MainNav2 a:hover, a:active {
    text-decoration: underline;
    color: #D96A29;
    
}

/* this styles my third main navigation*/

#MainNav3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

#MainNav3 li {
    Display: inline;
    padding-right: 10px;
}

#MainNav3 a {
    color: #401B13;
    text-decoration: none;
}

#MainNav3 a:link, a:visited {
    color: #401B13;
    text-decoration: none;
}

#MainNav3 a:hover, a:active {
    text-decoration: underline;
    color: #733924;
    
}

/* this styles my fourth main navigation*/

#MainNav4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

#MainNav4 li {
    Display: inline;
    padding-right: 10px;
}

#MainNav4 a {
    color: #D9B918;
    text-decoration: none;
}

#MainNav4 a:link, a:visited {
    color: #40341E;
    text-decoration: none;
}

#MainNav4 a:hover, a:active {
    text-decoration: underline;
    color: #4D5373;
    
}

/* this styles my fifth main navigation*/

#MainNav5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

#MainNav5 li {
    Display: inline;
    padding-right: 10px;
}

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

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

#MainNav5 a:hover, a:active {
    text-decoration: underline;
    color: #BF6B7B;
    
}


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

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

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

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

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

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

/* this styles my second sub navigation*/

#SubNav2{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

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

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

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

#SubNav2 a:hover, a:active {
    color:#f0c7a9;
    text-decoration: underline;
}

/* this styles my third sub navigation*/

#SubNav3{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

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

#SubNav3 a {
    color:#D9B918;
    text-decoration: none;
}

#SubNav3 a:link, a:visited {
    color:#40341E;
    text-decoration: none;
}

#SubNav3 a:hover, a:active {
    color:#4D5373;
    text-decoration: underline;
}

/* this styles my fourth sub navigation*/

#SubNav4{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

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

#SubNav4 a {
    color:#401B13;
    text-decoration: none;
}

#SubNav4 a:link, a:visited {
    color:#D9C3A9;
    text-decoration: none;
}

#SubNav4 a:hover, a:active {
    color:#733924;
    text-decoration: underline;
}

/* this styles my fifth sub navigation*/

#SubNav5{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
}

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

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

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

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

#SubNav5 a:hover, a:active {
    color:#BF6B7B;
    text-decoration: underline;
}


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