body, div, p, h1, h2, h3, h4, h5, caption, button, nav, ol, ul, li, a {
	font-family: 'Space Grotesk', sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	transition: color .3s ease-in-out;
}

a:hover {
	color: #8EB599;
	transition: color .3s ease-in-out;
}

.nav-link {
	color: #000;
}

.nav-link:hover {
	color: #8EB599;
}

.nav-pills .nav-link {
	border-radius: 0;
	background-color: none;
}

.nav-pills .nav-link.active {
	background-color: #4A4944;
}

.jumbotron {
	background-image: url(./assets/swatches.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}