#main_icon{
    background-image: url(../img/topic17.png);
    background-position: center center;
    background-repeat: no-repeat;
}

a:link.nav_button{ text-decoration: none; border: none; padding:8px;}
a:active.nav_button{ text-decoration: none; border: none; padding:8px}
a:hover.nav_button{ text-decoration: none; border: none; padding:8px}
a:visited.nav_button{ text-decoration: none; border: none; padding:8px}

#main_submenu{ display: none; }

@media screen and (max-width: 600px){
    
    #main_nav .nav_button{
        display: none;
    }
    #main_submenu{
        display: block;
    }
    
}