/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.banner { 
	background-image: url('../img/dokumentasi/1.jpg');
	background-size: cover;
	background-position: bottom;
}
.banner-content {
	z-index: 1;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
}

#main-content li{
	list-style: lower-alpha initial;
	margin: 0 20px 0 20px !important;
}
#icon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10rem;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 19em;
	color: rgba(25,102,221,0.5);
	z-index: 1;
	opacity: 0.3;
}

.img-diagram {
	width: 50%
}
.ul-list {
	margin-left: 50px;
}

@media only screen and (max-width: 780px) {
	.img-diagram {
		width: 100%
	}
	.ul-list {
		margin-left: 20px;
	}
	#content {
		text-align:justify;
	}
}

#layanan-1{
	background-image: url('../img/dokumentasi/1.jpg');
}

#layanan-2{
	background-image: url('../img/dokumentasi/2.jpg');
}

#layanan-3{
	background-image: url('../img/dokumentasi/3.jpg');
}

#layanan-4{
	background-image: url('../img/dokumentasi/4.jpg');
}

#layanan-5{
	background-image: url('../img/dokumentasi/5.jpg');
}

.parallax-container {
	height: 100%;
	width: 100%;;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/dokumentasi/8.jpg');
  }
  
  .parallax-overlay {
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: .9;
  }