@font-face {
	font-family: 'D-DIN';
	src: url('../fonts/D-DIN-Italic.eot');
	src: url('../fonts/D-DIN-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/D-DIN-Italic.woff2') format('woff2'),
		url('../fonts/D-DIN-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'D-DIN';
	src: url('../fonts/D-DIN.eot');
	src: url('../fonts/D-DIN.eot?#iefix') format('embedded-opentype'),
		url('../fonts/D-DIN.woff2') format('woff2'),
		url('../fonts/D-DIN.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'D-DIN';
	src: url('../fonts/D-DIN-Bold.eot');
	src: url('../fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/D-DIN-Bold.woff2') format('woff2'),
		url('../fonts/D-DIN-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, container-xxxl {
		max-width:1500px
	}
}



/* ECPD PALETTE */

:root {
	--ec-red: #FF0000;
	--orange: #FF7500;
	--yellow: #FFFF00;
	--dark-purple: #5E086D;
	--mid-purple: #D5A2E0;
	--lite-purple: #E0D0E3;
	--lite-gray: #F5F5F7;
	--text: #231F20;
	--navbar-height: 100px;
	--navbar-height-mobile: 70px;
	--tec-font-family-sans-serif: "D-DIN", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
	--tec-color-accent-primary:  #5E086D;
	--tec-color-text-event-title:  #5E086D;
	--tec-line-height-0: 1.1;
	--tec-line-height-1: 1.42;
	--tec-line-height-2: 1.5;
	--tec-line-height-3:1.62;
	--tec-color-text-primary: #231F20;
	--tec-color-text-event-title-list:  #5E086D;
	--tec-color-background-events-bar-submit-button-hover: #D5A2E0;
	--tec-color-background-events-bar-submit-button-active: #D5A2E0;
	--tec-color-text-primary: #231F20;
}


body {
	font-family: 'D-DIN', system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--text);
	font-size: 18px;
	font-weight: normal;
}

.container {
	padding-right: calc(var(--bs-gutter-x) * .5 + 0.75em);
	padding-left: calc(var(--bs-gutter-x) * .5 + 0.75em);
}

.ecpd-divider {
	background-color: var(--dark-purple);
	margin-top: 2em;
	margin-bottom: 2em;
}

@media (min-width: 992px) {
	.container {
		padding-right: calc(var(--bs-gutter-x) * .5);
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
 }


.bg-lite-purple {
	background-color: var(--lite-purple);
}

a, a:visited, a:active {
	color: var(--dark-purple);
	text-decoration: underline;
}

a:hover {
	color: var(--ec-red);
	text-decoration: underline;
}

/* HEADER */

.navbar-brand {
	max-width: var(--navbar-height-mobile);
	height: auto;
	margin: 0;
	padding: 0;
}


@media (min-width: 992px) {
	.navbar-brand {
	max-width: var(--navbar-height);
	height: auto;
	}
 }

.navbar {
	--bs-navbar-padding-y: 0;
	--bs-navbar-nav-link-padding-x: 1em;
	--bs-navbar-nav-link-padding-y: 1em;
	 

}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%235E086D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas-ecpd .btn-close {
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235E086D'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center / 1em auto no-repeat;
}


.main-menu-desktop .nav-link {
	display: block;
	text-align: center;
	color: var(--dark-purple);
	padding-right: 1em;
	padding-left: 1em;
}



.desktop-menu {
	height: var(--navbar-height);
	
}

.main-menu-desktop {
	height: var(--navbar-height);
	display: flex;
	align-items:center;
}

.main-menu-desktop ul {
	height: var(--navbar-height);
	display: flex;
	align-items: center;
}

.main-menu-desktop li.menu-item {
	height: 100%;
	display: flex;
	align-items: center;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}

.main-menu-desktop li.menu-item:hover{
	background: var(--ec-red);
}

.main-menu-desktop li.menu-item:hover a{
	color: white;
	text-decoration: none;
}

.main-menu-desktop li.current-menu-item {
	background-color: var(--ec-red);
}

.main-menu-desktop li.current-menu-item a {
	color: white;
}

/* MOBILE OFFCANVAS MENU */

.offcanvas-ecpd {
	border: 0;	
}

.offcanvas-ecpd .offcanvas-body {
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offcanvas-ecpd a {
	text-align: center;
	color: var(--dark-purple);
	text-transform: uppercase;
	font-size: 1.5em;
}

.offcanvas-ecpd a:hover {
	color: var(--ec-red);
	
}

.navbar-toggler {
	border: 0;
	outline: 0;
	box-shadow: 0;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

/* HERO */
	#ecpd-hero-2 {
		background-color: var(--lite-purple); 
		background-color: var(--lite-purple); 
		height: 80vh;
		display: flex;
		align-items: center;
		margin-bottom: 10em;
	}
	
	#ecpd-hero {
		background-color: var(--lite-purple); 
		height: calc(100vh - var(--navbar-height));
		display: flex;
		flex-direction: column;
		justify-content: flex-start; /* Ensures elements take up vertical space */
		align-items: center; /* Centers horizontally */

	}
	


	
	.hero-image {
		flex-grow: 1; /* This makes the image take up available vertical space */
		display: flex;
		justify-content: center;
		align-items: center; /* Ensures the image is centered within the available space */
		height: 80%;
	}
	
	.hero-image img{
		max-height: 100%;
		width: auto;
	}
	
	.hero-image-mobile {
		flex-grow: 1; /* This makes the image take up available vertical space */
		display: flex;
		justify-content: center;
		align-items: center; /* Ensures the image is centered within the available space */
		max-height: 78%;
	}
	
	.hero-image-mobile img{
		max-height: 100%;
		width: auto;
	}
	
	
	.hero-headline {
		margin-bottom: 20px; /* Adjusts spacing as needed */
		height: 12%;
	}
	
	.hero-headline h1 {
		font-size: 2.4em;
		font-weight: normal;
		color: var(--dark-purple);
	}
	
@media (min-width: 768px) {
		.hero-headline h1 {
		font-size: 2.2em; }
	 }

	@media (min-width: 992px) {
		.hero-headline h1 {
		font-size: 3em; }
	 }


/* PAGE */

#page-wrapper {
	padding-bottom: 0em;
}

#page .entry-content:first-of-type {
	margin-top: 32px;
}

#page .entry-content p.lead {
	font-size: 1.55rem;
	font-weight: normal;
	line-height: 1.3;
}

#page .entry-content p {
	font-size: 20px;
}

#page .entry-content h2 {
	margin-top: 1.5em;
}

#page .entry-content h2:first-of-type {
	margin-top: 0;
}

#page .entry-content h3 {
	margin-top: 1em;
}

#page .entry-content li {
	font-size: 20px;
}

/* EVENTS */

h3.tribe-events-calendar-list__event-title a{
	color: var(--dark-purple)!important;
}

/* BUTTONS */

	
.cta-btn {
	border: 1px solid var(--dark-purple);
	background-color: var(--dark-purple);
	color: white;
	text-decoration: none;
	padding: 0.7em 1.4em;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.2s ease;
	display: block;
	position: relative;
	box-shadow: none; /* Ensures no shadow initially */
}

.cta-btn:hover {
	box-shadow: 0 25px 25px rgba(0, 0, 0, 0.15); /* Replaces drop-shadow */
	transform: translateY(-4px);
	color: white;
	text-decoration: none;
}

.cta-btn:visited, .cta_btn:active, .cta_btn:focus {
	color: white;
}

.cta-btn-sm {
	font-size: 16px;
	padding: 0.5em 1.2em;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #5533ff;
	--bs-btn-border-color: #5533ff;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #482bd9;
	--bs-btn-hover-border-color: #4429cc;
	--bs-btn-focus-shadow-rgb: 111, 82, 255;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4429cc;
	--bs-btn-active-border-color: #4026bf;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #5533ff;
	--bs-btn-disabled-border-color:#5533ff
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #6c757d;
	--bs-btn-border-color: #6c757d;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #5c636a;
	--bs-btn-hover-border-color: #565e64;
	--bs-btn-focus-shadow-rgb: 130, 138, 145;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #565e64;
	--bs-btn-active-border-color: #51585e;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #6c757d;
	--bs-btn-disabled-border-color:#6c757d
}


/* FOOTER */

#prefooter {
	background-color: var(--lite-purple);
	padding: 3em 0 1em;
}

#prefooter h3, #prefooter p {
	color: var(--dark-purple);
}

#prefooter h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#prefooter p {
	color: var(--dark-purple);
	margin-bottom: 0.2em;
	font-size: 0.9em;
}

#prefooter a, #prefooter a:visited, #prefooter a:active {
	color: var(--dark-purple);
	text-decoration: underline;
}

#prefooter a:hover {
	color: var(--ec-red);
	text-decoration: underline;
}



.site-footer {
	background-color: var(--lite-purple);
}
.site-footer p {
	 color: var(--dark-purple);
}

#wrapper-footer {
	background-color: var(--lite-purple);
}

.footer-widget {
	margin-bottom: 2em;
}


@media (min-width: 1200px) {
.footer-widget {
	margin-bottom: 0em;
}
 }


/* FLOATING EDIT */

.floating-edit-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #0073aa;
	color: white;
	padding: 10px 15px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease;
	z-index: 9999;
}

.floating-edit-link:hover {
	background-color: #005177;
	color: white;
}