* {
	font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
}

.content::before, .content::after {
	background: none;
}

.content {
	border-top: none;
}

.form button, .button.button--primary {
	background: rgba(176, 15, 25, 1);
}

.menu__link--social > span {
	max-height: 21px;
}

.menu--main {
	background: rgba(202, 10, 34, 1);
}

.menu--boven {
	font-weight: normal;
	background: none;
	color: rgba(0,0,0,1);
}

.menu--boven ul>li.menu__link a {
	color: rgba(0,0,0,1);
}

.menu--top a {
	color: rgba(176, 15, 25, 1);
}

.menu--top ul > li.menu__link {
	border-right: 1px solid rgba(202, 10, 34, 1);
}

.menu--mobile {
	background: rgba(255,255,255,1);
}

.header.sticky .menu.menu--mobile {
	height: 45px;
}

.mobile-menu__item.mobile-menu--sub__item {
	background: #C40006;
}

.menu--mobile > .container > a > img {
	margin-top: 5px;
}

.footer--main, .footer--menu {
	background: none;
	box-shadow: none;
}

.footer--containert {
	background-image: linear-gradient(
		25deg,
		hsl(353deg 91% 42%) 0%,
		hsl(6deg 74% 47%) 25%,
		hsl(13deg 76% 48%) 43%,
		hsl(18deg 79% 49%) 57%,
		hsl(22deg 81% 49%) 67%,
		hsl(25deg 84% 50%) 76%,
		hsl(24deg 76% 54%) 83%,
		hsl(23deg 55% 55%) 88%,
		hsl(26deg 33% 54%) 93%,
		hsl(47deg 11% 51%) 96%,
		hsl(162deg 17% 48%) 98%,
		hsl(178deg 100% 29%) 100%
	);
	box-shadow: inset 0 15px 45px -20px #000;
}

.vervolg h1 {
	color: rgba(176, 15, 25, 1);
}

.title--h2 {
	color: rgba(127, 16, 5, 1);
}

.title--h3 {
	font-weight: 700;
}