.header-full {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .6)), url("../../images/header/auberge_du_snouk.jpg");
    background-size: cover;
    background-position: center;
}

.header{
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .6)), url("../../images/header/auberge_du_snouk.jpg");
    background-size: cover;
    background-position: center;
}

.header-button-menu {
    color: #ffffff !important;
    border: none;
    background: #1f1f1f;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    padding: 15px;
    transition: all .3s ease-in-out;
}

.header-button-reservation{
    color: #ffffff!important;
    border: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    background-color: #c39d63;
    padding: 15px;
    transition: all .3s ease-in-out;
}

.header-button-menu:hover{
    background: rgba(255,255,255,.3);
}
