.elementor-1 .elementor-element.elementor-element-78c0430c{--display:flex;--margin-top:280px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1 .elementor-element.elementor-element-b337f38{text-align:center;}.elementor-1 .elementor-element.elementor-element-b337f38 .elementor-heading-title{color:#FFD700;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1 .elementor-element.elementor-element-674b0052 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-1 .elementor-element.elementor-element-674b0052{color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:22px;font-weight:400;}/* Start custom CSS for container, class: .elementor-element-78c0430c */body {
    background-image: url('https://reginacarper.com/regina/wp-content/uploads/2024/12/aaf9a3c5eb9618855b273280f251543e.jpg'); /* Replace with your image URL */
    background-size: cover; /* Ensure the image covers the entire viewport */
    background-position: center center; /* Center the image horizontally and vertically */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-attachment: fixed; /* Keep the image fixed while scrolling */
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity for the overlay */
    z-index: -1; /* Place it behind all content */
    pointer-events: none; /* Ensure the overlay doesn't interfere with clicks */
}/* End custom CSS */