html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #78b7b9;
}

img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 25vmin;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

a.a-thumb, a.a-thumb:hover {
	color: black;
	text-decoration: none;
}

section {
	padding-top: 56px;
}

div.thumb {
	margin-bottom: 30px;
}

#he {
	background-image: linear-gradient(rgba(248, 249, 250, 1), rgba(192, 192, 192, 0.91));
	background-blend-mode: luminosity;
	background-size: cover;
}

h1, h3 {
	font-family: 'Passion One', cursive;
}

h3 {
    color: #000058;
}

.navbar {
	background-color: #78b7b9;
}
