.input {
    background-color: #f2f2f4;
    border-radius: 6px;
    height: 40px;
    padding-left: 18px;
    width: 460px;
    margin-right: 15px;
    font-size: 13px;
    font-family: "AvenirNext-Regular", sans-serif;
}

.large-input {
    border: none;
    background-color: #f2f2f4;
    border-radius: 6px;
    height: 200px;
    padding: 10px 18px;
    width: 442px;
    margin-right: 15px;
    font-size: 13px;
    font-family: "AvenirNext-Regular", sans-serif;
}
.contactanosDiv {
    background-color: #b9874f;
    padding-left: 48px;
    padding-right: 48px;
    height: auto;
    text-align: center;
    color: white;
    font-family: "FuturaBold";
    padding-top: 17px;
    padding-bottom: 14px;
    font-size: 15px;
    margin: 0px auto;
    /* margin-top: 20px; */
    width: 40%;
    margin-top: 30px;
    /* margin-top: 0px; */
    /* padding-top: 20px; */
}

#subject {
    border: none;
    background-color: #f2f2f4;
    border-radius: 6px;
    height: 40px;
    padding-left: 18px;
    width: 480px;
    margin-right: 15px;
    font-size: 13px;
    font-family: "AvenirNext-Regular", sans-serif;
}

.contactForm {
    margin-top: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    background: #ffffff;
    box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
    padding-bottom: 80px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
}

#sendMessage {
    margin-top: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    width: 165px;
    color: #fff;
    background: #ba8750;
    border: none;
    text-transform: uppercase;
    font-family: "Futura";
}

#sendMessage:hover {
    background: #ffffff;
    color: #c7a567;
}

.field {
    margin: 20px;
}
textarea {
    resize: none;
}

.label {
    margin: 10px;
}
select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}

.container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

@media screen and (max-width: 1100px) {
    .contactForm {
        position: relative;
        width: 90%;
        padding-top: 0;
        margin-top: 0px;
        box-shadow: none;
        padding-bottom: 0px;
    }
    .field {
        position: relative;
        width: 100%;
        left: 5%;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .input {
        width: 80%;
        border-radius: 0px;
    }
    #subject {
        width: 87%;
    }
    #message {
        width: 80%;
        padding-left: 20px;
        padding-top: 13px;
    }
    .imageSlider {
        height: 80vh;
    }
    #slider {
        height: 80vh;
    }
    .container {
        background: white;
        padding-top: 37px;
    }
    button#sendMessage {
        margin-top: 20px;
        width: 88%;
    }
}
