img {
	height: 8vh;
	margin-top: 2vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr {
	border: 1px solid;
	width: 100%;
	margin-top: 2vh;
	color: #C5281C;
}

.logoutLabel {
	color: black;
	margin-top: 34vh;
	text-align: center;
	font-family: Calibri, sans-serif;
	font-weight: 700;
	font-size: 4vh;
}

.noSelect {
	-webkit-touch-callout: none; 		/* iOS Safari */
	-webkit-user-select: none; 			/* Safari */
	-moz-user-select: none; 			/* Old versions of Firefox */
	-ms-user-select: none; 				/* Internet Explorer/Edge */
	user-select: none; 					/* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #C5281C;
	text-align: center;
	height: 10vh;
}