.booking-buttons{
    position: absolute;
    right: 15%;
    top: 0px;
}

.booking-buttons .btn--bookings:first-child{
    margin-bottom: 10px;
}

.btn--custom-colored{
    background: #0fb17f;
    border: 2px solid #0fb17f;
    text-decoration: none;
    text-align: center;
    width: 160px; 
    box-sizing: border-box; 
    padding: 3px 10px;
    display: block;
    line-height: 130% !important;
    border-radius: 10px;
}

.whatson-button{
    margin-left: 18%;
    position: absolute;
}

.btn--whatson{
    height: 134px;
    display: table-cell;
    vertical-align: middle;
}

.btn--custom-colored:hover{
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff; 
}

.main-logo {
    padding-left: 5%;
}

@media(max-width: 1128px){
    .contact_details{
        width: 150px;
    }
}

@media(max-width: 1074px){
    .btn--whatson{
        width: 80px;
    }
    .booking-buttons{
        right: 10%;
    }
}

@media (max-width: 900px){
    .booking-buttons,
    .whatson-button{
        position: unset !important;
        margin-left: 0px !important;
    }

    .btn--custom-colored{
        margin: auto;
        display: table;
        width: auto;
        max-width: 360px;
    }

    .btn--whatson{
        margin-bottom: 10px !important;
        height: unset;
        width: auto;
    }

    .main-logo {
        padding-left: 0px !important;
    }
}

@media (max-width: 600px){
    .btn--mobile-center{
        float: none !important;
    }
}