﻿.header {
	background-color: var(--bg-color);
}

.landing-page-image {
	background-image: url("../images/landing-page.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.login-button {
	position: absolute;
	top: calc(min(50vh + 22vw, 85vh));
	margin-left: 0%;
}

	.login-button a {
		border: 1px solid var(--fg-color);
	}

.tile-image {
	width: auto;
	height: 64px;
}