@media(max-width: 800px){

    header {
        height: 60px;
    }

    .logoImg {
        width: 78px;
        height: auto;
        margin-left: -10px;
    }

    .menu-icon {
        font-size: 36px;
    }

    .menu {
        top: 60px;
    }

    .menu a:active {
        background-color: /*#009adc #4d9a50*/ #a47c01;
    }
}