.logo {
	height: 6rem;
	width: auto;
	margin: 1.5rem auto;
}

.navbar {
	background-color: #231F20;
	border-color: #231F20;
	border-radius: 0;
}

.navbar-default {
	font-weight: 700;
	font-size: 1.75rem;
}

.nav-click {
	color: #777 !important;
}

.nav-click:hover {
	color: white !important;
}

.navbar-nav > li > a {
	padding-top: 3rem;
}

li a:focus, li a:active {
   outline: none !important;
   box-shadow: none;
}

#instructionsHTML {
	color: black;
}