body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
}
.navbar {
    background:#f4c201;
}
.nav-link,
.navbar-brand {
    color: #FFF;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}
.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}
.description h1 {
	color: #000;
}
.description p {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
}

img.body-bg-img {
    opacity: 0.05;
    width: 100%;
	height: auto;
}
.background {
	background: #dedec8;
	padding: 4em 0;
}
.band {
	color: #5e5e55;
	padding: 0 180px;
}
.band .card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.band .card {
	background:none;
	border: none;
}
.band .card-title {
	font-size: 1.3rem;
	margin-bottom: 0;
	text-transform: uppercase;
}