body {
    background-color: rgb(243, 243, 243);
}

.fa-bars {
    color: rgb(33, 33, 33);
}

.section-img-contact {
    background-image: url('../img/contactform.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: auto;
}

.navbar .nav-link {
    color: rgb(27, 27, 27) !important;
}

.navbar .navbar-brand {
    color: #d6a12f !important;
    font-size: 25px;
}

.navbar {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-height-contact {
    height: 100px;
}

.btn-secondary {
    color: rgb(27, 27, 27) !important;
    background-color: inherit !important;
    border-color: inherit !important;
    border: none;
}

.main--contact {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
}

#fcf-form {
    display:block;
}

.fcf-body {
    width: 50%;
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    max-width: 100%;
    /* border: 1px solid black; */
    /* box-shadow: 0px 0px 5px grey; */
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.button3-contact {
    border-radius: 0;
    width: 100%;
    background-color:#d6a12f;
    color: white;
}

.button3:hover{
    background-color:#aa7c1a;
    color: white;
}

@media (max-width: 1000px) {
    .container--name-input {
        flex-direction: column;
    }
}

@media (max-width: 790px) {
    .fcf-body {
        width: 100%;
    }

    .main--contact {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .fcf-body {
        width: 100%;
    }

    .main--contact {
        flex-direction: column;
    }
}