.footerhei {
	min-height: 35rem;
	width: 100%;
}

.footerimg {
	background-image: url(img/cropped-b-2461-1.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	filter: brightness(40%);
}

.texoimg {
	position: relative;
	text-align: center;
	color: #f5f7f3;
}

.centex {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bolex {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

a img {
	width: 10rem;
	height: 10rem;
	margin-bottom: 0.25rem;
}

h2 {
	margin-top: 5rem;
	margin-bottom: 3rem;
}

.hero {
	background-image: url(img/soenke.jpg);
	background-size: cover;
	background-position: 25%;
	width: 100wh;
	height: 80vh;
	display: flex;
	color: #f5f7f3;
}

.herotext {
	width: 750px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 20vh;
	margin: auto;
	color: #f5f7f3;
}

.herohello {
	background-color: #036;
	color: #f5f7f3;
}

.h1text {
	padding: 0.5rem;
	width: fit-content;
}

.darkmode,
nav {
	background-color: #036;
	color: #f5f7f3;
	border-color: #036;
}

body,
.cardmax {
	background-color: #f5f7f3;
	color: #036;
	border: #f5f7f3;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

:root {
	font-family: Arial, sans-serif;
}

.card {
	background-color: #f5f7f3;
	color: #036;
	border: #036;
}

.btn {
	background-color: #669999;
	border-color: #669999;
	color: #036;
}

.btn:hover,
.btn:hover,
.btn:focus,
.btn:focus,
.btn:visited,
.btn:visited,
.btn:active,
.btn:active {
	background-color: #036;
	color: #f5f7f3;
}

.cardmax {
	max-width: 200px;
}
