.slider h3,
.slider h5,
.partner h3 {
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.brand-logo{
	font-size: 20px;
}

.parallax-container {
	height: 20%;
}

.parallax img{
	filter: grayscale(1);
	opacity: 0.5 !important;	
}

.partner img {
	max-width: 150px;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
}

.logo img {
	max-width: 150px;
	padding-top: 2px;
	margin-left: 0;
	filter: drop-shadow(1px 1px 1px #fff(0,0,0,0.8));
}

.layanan p {
	text-align: left;
}

/* footer {
	position: fixed;
	bottom: 0;
	width: 100%;
} */

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	padding-right: 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: .25rem;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}


