body{
    font-family: 'Quicksand', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}

h1{
	color: #D67D00;
}

h2, h3, h4, h5, h6{
	color: #0081E3;
}

p, li, .alert, .btn, .accordion, .accordion-button{
	font-size: 1.15rem;
}

.nav-link{
	color:#636363;
	margin-right: 1.5rem;
}

.active{
	color:black!important;
	font-weight: 700;
	border: 1px solid black;
	background-color: white;
}

a.footer-link{
	color: white;
	margin-bottom: 0.75rem;
	display: inline-block;
	text-decoration: none;
}

a.footer-link:hover{
	text-decoration: underline;
	font-weight: 700;
}