.menu {
    background: #ff8000;
    width: 100%;
    height: 66px;
    line-height: 66px;

}

.m-left {
    float: left;
}

.logo {
    margin: 0;
    padding: 0;
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;

}

.m-right {
    float: right;
}

.m-link {

    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0 15px;

}

.m-link i {
    margin-right: 10px;
}


.m-right a:hover {
    color: lightgrey;

}



.insta {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: -600px;
    margin-top: 0px;


}

.facebook {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
    padding-top: 200px;
}

footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #ff8000;
    color: #fff;
}



