
 /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.menuicon) */
@media screen and (max-width:600px) {

    ul.topnav li {
        line-height:initial;
    }

}

ul.topnav li:not(:first-child) a:hover{
    color:black;
    text-shadow:0 0 1px black;
}

.logo:hover {
          transform: scale(1.05,1.05);
}
