img {
    margin-right: 10px;
}

body {
    padding: 0;
    font-family: 'Arial', sans-serif;
    overflow-x: hidden;
    background-color: #F4F0E6;
    /*display: grid;*/
    justify-content: center;
}

main {
    /*margin: 0 2rem 3rem 0;*/
    margin: 20px;
}

/* Add the dark overlay to the parallax container */
.overlay {
    position: relative;
    overflow: hidden;
}

.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for the darkness */
    z-index: -1;
}

/* Style the contact section */
.contact-section {
    margin-top: 2rem;
    padding: 20px;
    /*background-color: #fff;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.contact-section p {
    margin-bottom: 0;
}

/* Update the parallax container styles */
.parallax-container {
    overflow: hidden;
    position: relative;
    min-height: 315px;
}

.parallax {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.parallax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}


.image-row {
    text-align: center;
    color: white;
    padding: 100px 0;
}

.image-row h2 {
    /* font-size: 2em; */
    margin-bottom: 20px;
}

select.ff-el-form-control:not([size]):not([multiple]) {
    height: 42px;
}

.fluentform, .ff-el-form-control {
    display: block;
    width: 100%;
}

.ff-default, .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    font-family: -apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form.fluent_form_3, .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: #67C23A;
    color: #ffffff;
}
.ff-default, .ff_btn_style {
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

@media (min-width: 1024px) {
    main {
        min-width: 45rem;
    }
}
