/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}


#timer li {
	list-style: none;
}

#timer {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.bg-white.hero.p-0 {
	padding: 0 !important;
	margin: 0 !important;
	filter: invert(1);
}

.days, .hours, .minutes, .seconds {
	font-size: 30px;
	font-weight: 800;
	margin: 0;
}

.col-sm-5.bg-light.text-center.col-fixed {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.col-sm-7.offset-sm-5.px-0.py-5 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
}


.col-sm-7.offset-sm-5.px-0.py-5 section {
	padding: 0 !important;
}