:root {
	--cw-gradient-line-size: 20px;
}

/* -------------------- Header ---------------------- */
.header .header-info {
	background: #fff;
	background-image: url("https://apihoard.webit.com/api/v1/Image/AA0F380FBEA905628E1C22077284C914/AA0F380FBEA905628E1C22077284C914.jpg?size=800x600");
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	padding: 0;
}

/* -------------------- Navbar ---------------------- */
.header .navbar {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.header .navbar .nav-link {
	border: 2px solid transparent;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	border: 2px solid #000;
}

/* -------------------- Gallery slideshow styling ---------------------- */
.page-home .galleryslideshow {
	background: #fff;
	background-image: url("https://apihoard.webit.com/api/v1/Image/AA0F380FBEA905628E1C22077284C914/AA0F380FBEA905628E1C22077284C914.jpg?size=800x600");
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}

.page-home .galleryslideshow .container {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #000;
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.6);
}

/* keeping gallery slideshow elements from breaking out of container */
.page-home .galleryslideshow .slick-dots {
	position: unset;
}

.page-home .galleryslideshow .galleryslideshow-arrow-prev {
	left: -0.6rem
}

.page-home .galleryslideshow .galleryslideshow-arrow-next {
	right: -0.6rem;
}

/* -------------------- Titles (including homepage)---------------------- */
.title {
	background-image:
		repeating-linear-gradient(-30deg,
			transparent,
			transparent var(--cw-gradient-line-size),
			rgba(0, 0, 0, 0.1) var(--cw-gradient-line-size),
			rgba(0, 0, 0, 0.1) calc(var(--cw-gradient-line-size) * 2)),
		linear-gradient(#f1eda4, #f1eda4);
}

.title .container {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #000;
	box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.6);
}

.title h1 {
	text-align: center;
	margin-bottom: 0;
	padding-top: 4px;
}

/* After title adjustments */
.line+.businessinfo,
.title+.businessinfo {
	padding-top: 3em;
}

.line+.detailedlist,
.title+.detailedlist {
	padding-top: 3em;
}

.title+.line {
	margin-top: 0;
}

/* -------------------- Hero ---------------------- */

.cw-hero {
	background: #000;
	background-image: url("https://apihoard.webit.com/api/v1/Image/1ECDDD8DE7073D637B6B8E3B80639470/1ECDDD8DE7073D637B6B8E3B80639470.jpg?size=1920x1440");
	background-position: center;
	background-size: cover;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;

	min-height: 400px;
	position: relative;

	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;

	overflow: hidden;
}


.cw-hero .cw-herobox {
	max-width: 350px;
	width: fit-content;
	margin: 1rem auto;
	background: #d73643;
	background-image:
		repeating-linear-gradient(45deg,
			transparent,
			transparent var(--cw-gradient-line-size),
			rgba(0, 0, 0, 0.2) var(--cw-gradient-line-size),
			rgba(0, 0, 0, 0.2) calc(var(--cw-gradient-line-size) * 2)),
		linear-gradient(#d73643, #d73643);
	color: #fff;
	text-shadow: -1px 1px 2px #000;
	box-shadow: 1px 1px 3px 1px #000;
	padding: 1.5rem .5rem;
	border-radius: 15px;
	text-align: center;

	font-size: 1.1rem;

	position: relative;
	z-index: 4;
}

.cw-hero h2 {
	font-size: 1.9em;
}

.cw-hero p {
	font-size: 1.1em;
}

.cw-hero h2 span {
	display: block;
	font-weight: 700;
	margin-bottom: .5rem;
}

/* -------------------- Rainbows ---------------------- */
.cw-hero .cw-rainbow {
	position: absolute;
	display: none;
}

.cw-hero .cw-rainbow.cw-center {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.cw-hero .cw-rainbow.cw-bl {
	bottom: 0;
	left: 0;
}

.cw-hero .cw-rainbow.cw-br {
	bottom: 0;
	right: 0;
}

.cw-hero .cw-rainbow.cw-tl {
	top: 0px;
	left: 0px;
	transform: rotate(-180deg);
}

.cw-hero .cw-rainbow.cw-tr {
	top: 0;
	right: 0;
	transform: rotate(-180deg);
}

/* -------------------- Balloon ---------------------- */
.cw-hero .cw-airballoon {
	display: none;
	position: absolute;
}

.cw-hero .cw-airballoon img {
	width: 450px;
}

@keyframes cw-balloon-move {
	0% {
		transform: translate(-60vw, 300px) scale(.8);
	}

	100% {
		transform: translate(0, 0) scale(1);
	}
}

@keyframes cw-balloon-shake {
	0% {
		transform: rotate(-4deg);
	}

	100% {
		transform: rotate(4deg);
	}
}

/* -------------------- Utility colors (for text) ---------------------- */

/* .cw-red {
	color: #d73643;
} */

.cw-orange {
	color: #f4b058;
}

.cw-yellow {
	color: #f1eda4;
}

.cw-green {
	color: #96daa3;
}

.cw-blue {
	color: #6ebaff;
}

/* -------------------- SECTIONTITLE ---------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-hero .cw-herobox {
		font-size: 1.5rem;
		padding: 1.5rem 1rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.header .header-info {
		background-image: url("https://apihoard.webit.com/api/v1/Image/AA0F380FBEA905628E1C22077284C914/AA0F380FBEA905628E1C22077284C914.jpg?size=1920x1440");
	}

	.page-home .galleryslideshow {
		background-image: url("https://apihoard.webit.com/api/v1/Image/AA0F380FBEA905628E1C22077284C914/AA0F380FBEA905628E1C22077284C914.jpg?size=1920x1440");
	}

	.cw-hero {
		background-image: url("https://apihoard.webit.com/api/v1/Image/1ECDDD8DE7073D637B6B8E3B80639470/1ECDDD8DE7073D637B6B8E3B80639470.jpg?size=1920x1440");
		background-attachment: fixed;
		min-height: 700px;
	}

	.cw-hero .cw-herobox {
		max-width: 500px;
		font-size: 1.7rem;
		padding: 2rem 2rem;
		text-align: left;
		margin: 1rem auto 1rem 1rem;
	}

	.cw-hero .cw-rainbow {
		position: absolute;
		display: block;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-hero .cw-herobox {
		font-size: 2rem;
	}

	.cw-hero .cw-airballoon {
		display: block;
		position: absolute;
		z-index: 2;
		right: 130px;
		animation: cw-balloon-move forwards 5s ease-in-out;

	}

	.cw-hero .cw-airballoon img {
		animation: cw-balloon-shake infinite alternate 6s ease-in-out;

	}

}