#logo img {
    transform: scale(0.8) !important;
    margin-top: -25px;
    margin-left: -80px;
}

#enquiry-btn {
    color: black !important;
}

#enquiry-btn:hover {
    color: white !important;
}

#contact .container {
    box-shadow: grey 10px 10px 10px 10px;
    border-radius: 30px;
}

.contact-form-container {
    background-color: white !important; 
    border-radius: 30px !important;
}

@media only screen and (min-width: 768px) {
    #logo {
        margin-top: 5px;
        margin-left: 15px;
    }

    #logo img {
        transform: scale(0.8);
        margin-top: -35px;
    }
}