html {
	scroll-behavior: smooth;
}
/* adjustments to swiper elements in carousel */
.swiper-section a.button {
	margin-right: 2rem;
	margin-top: 1rem;
	color: #fff;
}

.swiper-section .title h1 {
	text-transform: none;
	font-family: var(--bold-font);
	font-size: 34px;
	color: #fff;
	background: none;
	line-height: 1.3;
}

.swiper-section .title h1 span {
	background: var(--fau-blue);
	padding: 8px;
}

span.bug, span.brain-bug, .bug {
	background-image: url("/brain/masterminds/2024/images/brain-bug.png");
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: center left;
	padding: 0 20px;
	margin: 0 5px;
}

.sidebar {
	padding: 2em;
	overflow: hidden;
	border: 5px solid #ccc;
}
figure {
	width: 100%;
}
figcaption {
	margin-top: 1em;
}
