body {
    padding: 0;
    margin: 0;
    background: black;
}
.navbar {
    background: black;
	border: 6px solid orange;
}
.nav-link,
.navbar-brand {
    color: orange;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
    color: yellow;
}
.navbar-collapse {
    justify-content: flex-end;
}
.header {
    background-image: url('https://64.media.tumblr.com/2f8718807b581ae6bef69b8bc6b9e2ea/tumblr_py484hOpBB1umsmpio1_540.gifv');
    background-size: cover;
    background-position: center;
    position: relative;
}
.overlay {
    position: absolute;
	background-size: cover;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}
.description h1 {
	color: orange;
}
.description p {
	color: yellow;
	font-size: 1.3rem;
	line-height: 1.5;
}
.description button {
    border:6px solid orange;
    background: black;
    border-radius: 0;
    color: orange;
}
.description button:hover {
	border:6px solid yellow;
    background: black;
    color:yellow;
}
.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
}
.feature-title {
	color: orange;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.features .form-control,
.features input {
	border-radius: 0;
}
.features, .btn {
    background: black;
    border: 6px solid orange;
    color: orange;
	border-radius: 0;
    margin-top: 20px;
}
.btn:hover {
    background: black;
    border: 6px solid yellow;
	color: yellow;
}
.background {
	background: #dedec8;
	padding: 4em 0;
}
.team {
	color: #5e5e55;
	padding: 0 180px;
}
.team .card-columns {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.team .card {
	background:none;
	border: none;
}
.team .card-title {
	font-size: 1.3rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 30px;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}