/*general styles*/
p{
    line-height: 1.61em;
    font-weight: 500;
    font-size: 1.2em;
}

li{
    line-height: 1.61em;
    font-weight: 500;
    font-size: 1.2em;
}


/*Classes*/
.spacer{
    height: 350px;

}
/* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

