@charset "UTF-8";


/* =========================================
   About
============================================ */
@media (min-width: 992px) {
	#about {
		text-align: center;
	}
}

/* =========================================
   Floor
============================================ */
#floor {
	background: var(--color1);
	color: var(--white);
	overflow: hidden;
}
#floor figure {
	padding-top: .5em;
}
#floor figure + p {
	text-align: center;
	margin-top: 1em;
}

@media (min-width: 768px) {
	#floor .section-header {
		position: absolute;
	}
}

/* =========================================
   Gallery
============================================ */
@media (min-width: 576px) {
	#gallery .splide__arrow--next {
		right: calc((-2.85em / 2) + 20%);
	}
	#gallery .splide__arrow--prev {
		left: calc((-2.85em / 2) + 20%);
	}
}

/* =========================================
   Contact
============================================ */
@media (min-width: 992px) {
	#contact .section-header {
		text-align: center;
	}
}