@charset "UTF-8";

a:hover {
	opacity: .7;
}

body {
	background-color: rgb(245, 250, 253) !important;
}

nav {
	position: relative;
	width: 100%;
	background: #172448;
	z-index: 200;
}

.drawer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 70px;
	background-color: #172448;
	z-index: 10;
}

#logo {
	display: block;
	margin: 0;
	margin-left: 1.25rem;
}

.info-box {
	text-align: center;
}
@media (max-width: 768px) {
	.info-box {
		text-align: left;
	}
}

footer {
	font-size: .8em;
	color: #999;
}