@media screen and (max-width: 1200px) {
    .menu-toggle {
        display: flex !important;
        font-family: 'Source Sans Pro', sans-serif;
        background: #0000;
        color: #fff;
        font-size: 18px;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .menu-toggle svg {
        width: 40px;
        height: 40px;
        font-size: 18px;
        font-weight: 300;
        color: #262626;
    }
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}