#topbar {
	background-color: var(--main-color);
	padding: 1rem 0;
	text-align: center;
	margin-bottom: 3rem;
}
.logo {
	max-width: 100px;
	margin: 0 auto;
}
.call-to-action-subtitle {
	font-family: 'Galada', serif;
	font-size: 2.2rem;
}
.moto-banner {
	background: linear-gradient(45deg, var(--main-color), var(--side-color), var(--main-color));
	margin: 6rem 0 3rem;
	color: white;
	font-weight: 500;
	font-size: 1.4rem;
	text-shadow: 2px 2px 0 #0000004d;
}
.moto-banner .row {
	align-items: center;
}
.moto-img {
	margin-top: -3rem;
}
#quality {
	padding: 1rem 0;
	margin-bottom: 4rem;
}
#quality h3 {
	font-size: 2rem;
	margin-bottom: 2rem;
}
#quality img {
	max-width: 240px;
	filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.3));
}
@media (max-width: 575px) {
	body {
		text-align: center;
	}
	.moto-img img {
		max-width: 190px;
	}
	.moto-text {
		padding-bottom: 2rem;
	}
}
@media (max-width: 499px) {
	h1 {
		font-size: 2.2rem;
	}
}
@media (max-width: 399px) {
	h1 {
		font-size: 1.8rem;
	}
}