html {
    font-size: 26px
}

.overall-wrapper-contact {
    margin-top: 40px;
    margin-bottom: 40px
}

#form-map-wrapper {
    height: 60vh;
    margin-bottom: 2.5em;
    padding-top: 2.5em;
    gap: 30px
}

#form-map-wrapper>* {
    flex: 1 1 0%
}

#contact-form-wrapper {
    flex-grow: 1;
    position: relative
}

#contact-form-wrapper h5 {
    position: absolute;
    transform: translate(0%, -50px);
    width: 100%;
    text-align: center;
    padding-left: 14px;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #2179f3
}

#h5 {
    font-size: 1.2rem;
    color: #2179f3
}

#contact-form-wrapper #contact-form {
    display: flex;
    flex-direction: column;
    gap: 7%;
    border-radius: 5px;
    box-shadow: 0 0 0 0;
    padding: 35px 0;
    background-color: beige;
    height: 100%
}

#contact-form-wrapper #contact-form h2 {
    text-align: center;
    font-size: 1.2em;
    margin-top: -10px
}

#contact-form-wrapper #contact-form input,
#contact-form-wrapper #contact-form textarea {
    border: none;
    border-bottom: 1px solid #000;
    margin-top: 22px;
    padding: 0 0 10px 7px;
    resize: none;
    background-color: beige;
    max-width: 80%;
    min-width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px
}

#contact-form-wrapper #contact-form textarea {
    margin-top: 12px;
    padding-bottom: 15px;
    height: 80px;
    padding: 0
}

#contact-form-wrapper #contact-form input:focus,
#contact-form-wrapper #contact-form textarea:focus {
    outline: none
}

#contact-form-wrapper #contact-form button {
    border-radius: 5px;
    border: none;
    background-image: linear-gradient(120deg, #baf334 0%, #78e787 100%);
    box-shadow: 0 3px 5px #3ba03b;
    margin-top: 20px;
    margin-left: 15%;
    padding: 15px;
    width: 45%;
    min-width: 185px
}

#contact-form-wrapper #contact-form button:hover {
    box-shadow: 0 3px 3px #3ba03b
}

#contact-form-wrapper #contact-form button:active {
    box-shadow: 0 3px 1px #3ba03b
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px beige inset;
    transition: background-color 5000s ease-in-out 0s
}

#map-wrapper {
    flex-grow: 1
}

#map-wrapper iframe {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1420px) {
    #form-map-wrapper {
        gap: 30px
    }

    * {
        font-size: 26px
    }
}

@media only screen and (max-width:1273px) {
    * {
        font-size: 23px
    }

    #form-map-wrapper h2 {
        font-size: 1.2em
    }

    #form-map-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width:928px) {
    * {
        font-size: 21px
    }

    #contact-form-wrapper #contact-form input,
    #contact-form-wrapper #contact-form textarea {
        font-size: 19px
    }

    #h5 {
        font-size: 25.2px
    }
}

@media only screen and (max-width:780px) {
    #form-map-wrapper {
        display: flex;
        flex-direction: column;
        height: 1000px
    }

    #map-wrapper {
        flex-grow: 1;
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    #map-wrapper iframe {
        width: 100%
    }

    #contact-form {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }

    #form-map-wrapper {
        padding-left: 7%;
        padding-right: 7%
    }
}

@media only screen and (max-width:460px) {
    #form-map-wrapper {
        padding-left: 3%;
        padding-right: 3%
    }
}