{
{margin: 0;
padding: 0;}

}
body 


{color:#000; font-size: 11px; font-family: Helvetica, sans-serif;

    
}

 .custom {
  cursor: url('../images/heart1.svg'), auto;
}

#OuterWrapper {
    
    margin: 80px auto;
    width: 1200px;
    background-color: white;
    padding: 10px;
    opacity: 1;}
    
                
header {
        width: 100%
        height: 200px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    
        }

h1 {
    font-size: 65px;
    
        }
h2{
    font-size: 55px;
}
h3{
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
p {
    font-size: 2em;
}
h1 {
    font-size: 4em
    }
aside {
    top: 300px;
    left:30px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position: fixed;
    overflow: auto;
    font-family: 'Montserrxat', sans-serif;

    
}


main

    {text-align: center}

footer

    {text-align: center}

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

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

            }

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


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

#MainNav a:link, a:visted {
    color: #000;
    text-decoration: none;
    
                        }   
#MainNav a:hover, a:active {
        color:lightpink;
    text-decoration: underline;
        
    
}
#HomeNav{
    font-size: 1.5em;
    font-family: 'Helvetica'
    
}

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

}

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


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

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


a:visited { text-decoration: none; }
#SubNav{
    font-size: 1.5em;
    font-family: 'Helvetica';

    
}

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

}


#SubNav li{
    padding-bottom: 20px;
    color: black;
    font-family: 'Helvetica';

}
a:visited 
{
    text-decoration: none; 
}

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

#SubNav:active a:hover, a:active{
    color:saddlebrown;
    text-decoration:underline;
}
footer {
    font-family: "Helvetica'";
    font-size: ,8;
    padding: 50px;
    bottom: 0;
    
}



