@import url("https://cdn.jsdelivr.net/npm/bulma@1.0/css/bulma.min.css");
@import "css/gallery.css";
@import "css/custom.css";

/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11/font/bootstrap-icons.min.css");*/

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

main {
	background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.90)),
		var(--background-img) no-repeat center center fixed;
	background-size: cover;
	min-height: 60vh;
}

footer {
	margin-top: auto;
}

.social-icons{
	max-width: 100%;
}

.social-icons img {
	max-width: 42px;
	max-height: 42px;
	object-fit: scale-down;
}

@media (max-width: 768px) {
	.social-icons a{
		padding: 4px !important;
	}
	.social-icons img {
		max-width: 24px !important;
		max-height: 24px !important;
	}
}