@charset "UTF-8";

:root {
	--domain-signature: #306;
	--domain-accent: #40F;
	--domain-text: #333;
	--domain-background: white;
	--domain-navbar: #306;
	--domain-navtext: white;
	--domain-navselect: #80F;
}
/*
@font-face {
	font-family: 'Pompiere-Regular';
	src: url('../assets/Pompiere-Regular.ttf') format('truetype');
}

body {
	font-family: Pompiere-Regular;
}
*/

div.gallery, div.photo {
	margin: 5px;
	border: 5px solid black;
	float: left;
}

div.gallery {
	width: 360px;
}

div.gallery:hover, div.photo:hover {
	border: 5px solid #409;
}

div.gallery img, div.photo img {
	width: 100%;
	height: auto;
}

div.caption {
	padding: 15px;
	text-align: center;
}

figcaption {
	text-align: center;
}

div.horizontal-container {
	display: flex;
	justify-items: center;
	justify-content: center;
	height: 80%;
}