.jumbotron {
	background-color: #212121;
}

.card {
	border-radius: 0 !important;
	border-width: 2px;
	border-color: #212121 !important;
}

.card-heading {
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

.card-text {
	font-size: 1.1rem;
}

.icon-bar {
	background-color: black;
}

@media (max-width: 991.98px) {
	.navbar-toggler {
		position: relative;
		z-index: 2;
	}
	.navbar-nav {
		position: fixed; /* Stay in place */
		z-index: 1;
		background-color: rgba(209, 209, 209, 0.863);
	}
	.nav-link {
		color: black !important;
	}
}