.ci-primary {
	display: block;
	color: #9ca20c;
}

.navbar-brand svg {
	width: 2em;
	height: 2em;
}

.navbar-brand {
	color: #9ca20c;
	font-size: 1em;
	line-height: 101%;
}

.navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler:hover {
	color: #9ca20c;
	border-color: #9ca20c;
}

.jumbotron {
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-bottom: 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {
	.jumbotron {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

#video-background {
	position: absolute;
	height: auto;
	width: auto;
	min-height: 100%;
	min-width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
	opacity: 0.2;
}

.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron h1 {
	font-weight: 300;
}

.jumbotron .container {
	position: relative;
	z-index: 2;
	max-width: 40rem;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

footer p {
	margin-bottom: 0.25rem;
}

.card-effect {
	transition: all 0.2s ease-in-out;
}

.card-effect:hover {
	transform: scale(1.1);
}
.map-hmdis {
	width: 100%;
	height: 70vh;
	border: 0;
}
