#footer {
        background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/katarzyna-pracuch-V98W_4pCrVA-unsplash-20260501.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vh;
	padding: 0;
	margin: 0;
}

/* https://css-tricks.com/a-clever-sticky-footer-technique/ */
html, body {
	height: 100%;
}
body > #footer {
  position: sticky;
  top: 100vh;
}

#footer-logoimg {
	padding-top: 40px;
	paddwin-bottom: 40px;
	height: 10vh;
}

#footer-copyright {
	padding-left: 50px;
	padding-top: 50px;
}
