html {
    scroll-padding-top: 15%;
    scroll-behavior: smooth;
}

header.fixed {
    padding: 7px 0;
}

.navigation {
    flex-direction: column;
    padding: 0 5px !important;
}

.navigation .text-2xl {
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 22px;
}

.navigation a {
    font-size: 14px;
    padding: 8px 18px;
}

.p-5.bg-gray-50.text-gray-700 {
    padding: 0 !important;
}

.p-5.bg-gray-50.text-gray-700 p {
    padding: 0 20px 20px 20px !important;
}


.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
    padding: 30px 0px 20px;
}
.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact-form .form-row {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
}
.contact-form input, .contact-form textarea {
    color: #000;
}

footer {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 25%;
    }
    
    header.fixed {
        padding: 15px 0;
    }
    .navigation {
        flex-direction: row;
        padding: 0 8px !important;
    }
    .navigation .text-2xl {
        margin-bottom: 0;
        font-size: 24px;
    }
    
    .navigation a {
        font-size: 16px;
        padding: 12px 24px;
    }
    footer {
        margin-bottom: 0px;
    }
}
