/* End custom CSS */

.elementor-4013 .elementor-element.elementor-element-31cab63 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-4013 .elementor-element.elementor-element-8e8b46d {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-widget-image .widget-image-caption {
	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-4013 .elementor-element.elementor-element-b422c7e {
	text-align: center;
}

.elementor-4013 .elementor-element.elementor-element-b422c7e img {
	width: 100%;
}

.elementor-4013 .elementor-element.elementor-element-fdc2b06 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-4013 .elementor-element.elementor-element-3fcaf96 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

/* Start custom CSS for html, class: .elementor-element-104c11d */
body, html {
	margin: 0;
	padding: 0;
	font-family: "Georgia", serif;
	scroll-behavior: smooth;
	background: #fdfdfd;
	color: #222;
}

.parallax {
	height: 100vh;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay {
	background: rgba(0, 0, 0, .45);
	color: white;
	padding: 30px;
	text-align: center;
	border-radius: 10px;
	max-width: 700px;
}

.text-block {
	padding: 60px 20px;
	max-width: 800px;
	margin: auto;
	font-size: 18px;
	line-height: 1.6;
}

.text-block h2 {
	font-size: 32px;
	margin-bottom: 20px;
	color: #005f73;
}

.caption p {
	font-size: 16px;
	font-style: italic;
}

footer {
	background: #002e2e;
	color: white;
	text-align: center;
	padding: 20px;
}
