#main_icon{
    background-image: url(../img/topic5.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.nav_button{ width: 200px; }

h2{
    font-family: 'Roboto-Bold';
    font-size: 1.3em;
    color: #ff9900;
}

#main_submenu{ display: none; }

@media screen and (max-width: 600px){
    
    #main_nav .nav_button{
        display: none;
    }
    #main_submenu{
        display: block;
    }
    
}