body {
	font-family: 'Solway', sans-serif;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler {
	border: 0;
}

.navbar-brand {
	font-family: 'Solway', sans-serif;
}

#navbar {
	background: linear-gradient(to bottom, #6F0E02, #D53926);
	padding-top: 0;
	padding-bottom: 0;
}

@media(min-width: 640px) {
	.navbar-brand {font-family: 'Oi', sans-serif;}
}

@media(max-width: 320px) {
	#navbar img {width: 35px;height: auto;}
}

.section-header {
	margin-top: 25px;
	color: #6F0E02;
}

.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;}
}

.head {
	font-family: 'Bungee', sans-serif;
}

.section-body {
	margin-top: 15px;
}

.head-1 {
	color: red;
	font-family: 'Solway', sans-serif;
}

.footer {
	color: white;
	background: linear-gradient(to bottom, #6F0E02, #D53926);
	margin-top: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: 'Solway', sans-serif;
}

.footer a {
	color: white;
}