body {
	font-family: 'Solway', sans-serif;
}

#navbar {
	background: linear-gradient(to bottom, #6F0E02, #D53926);
	padding-top: 0;
	padding-bottom: 0;
}

.nav-link:hover {
	border-bottom: 2px solid white;
	text-shadow: 0 0 5px darkblue;
}

@media(max-width: 640px) {
	.nav-link:hover {border-bottom: none;text-shadow: 0 0 15px lightblue;}
}

@media(min-width: 640px) {
	.navbar-brand {font-family: 'Oi', sans-serif;}
}

@media(max-width: 320px) {
	#navbar img {width: 35px;height: auto;}
}

.section-header, form, .section-footer {
	margin-top: 45px;
	margin-bottom: 45px;
}

label {
	color: white;
}

form .btn {
	color: #016366;
	background-color: white;
	border: 0;
}

.section-footer a {
	color: white;
}

form .error {
	color: red;
	margin-top: 1px;
	margin-bottom: 15px;
}

section .container {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: linear-gradient(to bottom, #6F0E02, #D53926);
}

.head {
	color: white;
	font-family: 'Bungee', sans-serif;
	font-size: 32px;
}

#container {
	background: linear-gradient(to bottom, #6F0E02, #D53926);
	padding-top: 45px;
	padding-bottom: 1px;
	margin-bottom: 0px;
}

.footer-primary-text {
	margin-top: 20px;
}

.footer-text-links a, .footer-primary-text a {
	color: white;
}

@media(min-width: 640px) {
	#col-27 {padding-left: 10%;}
}

#col-27 {
	margin-top: 15px;
	margin-bottom: 15px;
}

#container35 {
	background-color: #6F0E02;
	border-top: 5px solid #D53926;
	border-bottom: 5px solid #D53926;
}