
/* --------------------------------------------------------
/* ---- HEADER
-------------------------------------------------------- */
.msf__main_header{
    width: 100%;
    height: auto;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.msf__main_header .logo{
    width: 280px;
    height: auto;
    float: left;
}

.msf__main_header .menu{
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 40px;
    right: 40px;
}


/* --------------------------------------------------------
/* ---- Footer
-------------------------------------------------------- */

.msf__footer{
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 11px;
    line-height: 14px;
    font-family: "Gotham-Light";
    color: #000;
    font-weight: 800;
    text-align: center;
}

.msf__footer a:hover{
    color: #e30613 !important;
}


/* --------------------------------------------------------
/* ---- RESPONSIVE
-------------------------------------------------------- */


@media only screen and (max-width: 560px) {
    .msf__main_header{
        padding: 30px 20px 30px 20px !important
    }

    
    .msf__main_header .logo{
        width: 260px;
        height: auto;
        float: left;
    }

    .msf__main_header .menu{
        bottom: 30px;
        right: 0px;
    }
    
}

@media only screen and (max-width: 480px) {
    .msf__main_header .logo{
        width: 200px;
        height: auto;
        float: left;
    }

    .msf__main_header .menu{
        width: 80px;
        right: 0px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 330px) {
    .msf__main_header .logo{
        width: 180px;
        height: auto;
        float: left;
    }

    .msf__main_header .menu{
        width: 80px;
        right: -10px;
        font-size: 12px;
    }
}