/* GLOBAL STYLES =======================================  */

/* For galaxy fold ===  */
@media (max-width: 440px) {
	.display-4 {
		font-size: 1.7rem !important;
	}

	.h1,
	h1,
	.h2,
	h2 {
		font-size: 1.5rem;
	}

	.h3,
	h3,
	.h4,
	h4 {
		font-size: 1.25rem;
	}

	.h5,
	h5 {
		font-size: 1.05rem;
	}
}

@media (min-width: 441px) and (max-width: 812px) {

	h1,
	.h1 {
		font-size: 1.85rem;
	}

	h2,
	.h2 {
		font-size: 1.5rem;
	}

	h3,
	.h3 {
		font-size: 1.25rem;
	}

	.display-4 {
		font-size: 2.25em;
	}
}

body {
	background: #000000 url("https://apihoard.webit.com/api/v1/Image/9A7941606377312F0EB47AC43D93CD74/9A7941606377312F0EB47AC43D93CD74.jpg?size=1920x1440") no-repeat center top/cover;
	background-attachment: fixed;
}

.bg-black {
	background: #000000;
}

.bg-black a.cw-top-event-btn {
	/* d-block btn btn-link border border-highlight text-highlight text-uppercase py-3 */
	display: block;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;

	color: var(--color-theme-secondary);
	border: 1px solid var(--color-theme-highlight);
	text-transform: uppercase;
	padding: 1rem 5px;


	/* d-block btn btn-link border border-highlight text-highlight text-uppercase py-3 */
}

.bg-black a.cw-top-event-btn.cw-full-btn {
	max-width: 100%;
}

.border-highlight {
	border: 1px solid var(--color-theme-highlight) !important;
}

/* Internal page titles ===  */
section:not(.page-home) .title {
	padding-top: 5em;
	padding-bottom: 4em;
	background: transparent;
}

.title-heading:not(.page-home) {
	text-align: center;
	text-transform: uppercase;
}

/* HEADER  =============================================  */

.header {
	background: transparent;
}

.header .header-business-phone {
	font-size: 2em;
	font-weight: 700;
}

/* HOME PAGE ===========================================  */

.slideshow,
.slideshow-container {
	background: transparent;
}

/* Parallax ===  */

.webit__parallax {
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	min-height: 600px;
	display: flex;
	align-items: center;
}

/* EVENTS ==============================================  */

.event_list {
	text-align: center;
	margin-bottom: 2em;
}

.event_list img {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #864c21;
	padding: 3px;
	margin-right: 0;
	margin-bottom: 1em;
}

.event_list h2 {
	font-size: 1.5rem;
	margin: 0 0 -10px 0;
	text-transform: uppercase;
}

.event_list h3 {
	margin: 0.5em 0;
	font-weight: 300;
	font-size: 1.15rem;
	line-height: 30px;
}

@media (min-width: 813px) {
	.event_list {
		text-align: left;
	}

	.event_list img {
		position: relative;
		width: 330px;
		float: left;
		border: 1px solid #864c21;
		padding: 3px;
		margin-right: 2%;
		margin-bottom: 3em;
	}

	.event_list h2 {
		font-size: 1.85rem;
	}

	.event_list h3 {
		font-size: 1.35rem;
	}
}

@media (min-width: 1198px) {
	.event_list {
		margin-bottom: 0;
	}
}

.event_list a {
	color: var(--color-theme-highlight);
	font-weight: 300;
	text-transform: uppercase;
	border: 1px solid var(--color-theme-highlight);
	padding: 5px 12px;
	margin: 0.25em;
}

.event_list a:hover {
	color: #ffd38b;
}