body {
	font-family: "supria-sans";
}

.font-serif {
	font-family:"utopia-std";
}

.header {
	background-color: #c7bd9c;
}

.gallery {
	position: relative;
	min-height: 100vh;
}

@media screen and (max-width: 768px) {
	.gallery {
		min-height: 600px;
	}
}

.gallery .strip {
	background-color: rgba(199,189,156,0.5);
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	z-index: 500;
	width: 100%;
}

.bg-orange-500 {
	background-color: #d57123!important;
}
.bg-orange-600 {
	background-color: #ad5c1e!important;
}

.bg-brown-dark {
	background-color: #6b4433;
}
.bg-brown-light {
	background-color: #e3d5b8;
}
.text-brown-light {
	color: #e3d5b8;
}

.cycle-slideshow >div {
	
}