@charset "utf-8";
/* CSS Document */

footer {
	background: #005284;
	background: #006294;
	margin-top: 5em;
	padding-top: 1em;
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}
.footer {
	flex: 1;
	border: none;
}
.footer h3 {
	font-size: 14px;
	margin: 1em 0.5em 1em 0.7em;
}
#funk {
	display: block;
}

.footerside {
	display: none;
}
#links {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1em;
}


section img {
	height: 2.5em;
}

.footerside h3{
	color: #000;
	margin: 1em 1em 0.2em 1em;
	font-size: 14px;
	
}
section p {
	margin: 0em 1em 1em 1em;
	font-size: 14px;
}
@media all and (min-width: 750px) {
	.footerside {
	    display: block;
	}
	footer {
		flex-direction: row;
	}
	#links {
		flex: 1;
		display: flex;
		align-items: center;
	}
}