* {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;

}

.info-penting {
	margin-top: 5rem;
	margin-bottom: -59px;
	padding: 1rem;
	opacity: 0.5;
	height: 60px;
}

.text-info-penting {
	margin-top: 20px;
}

.jumbotron {
	background-image: url("http://bspjimanado.com/assets/img/jumbotron_bg4.jpg");
	text-align: center;
	margin-top: -4rem;
	/* padding-top: 5rem; */
	/* padding-bottom: 38rem; */
	text-shadow: 2px 2px #000;
	height: 100vh;
}

.bg-cover {
	background-size: cover;
	color: white;
	background-position: center;
	position: relative;
	z-index: -2;
}


.overlay {
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.jumbotron h1 {
	font-weight: 600;
	font-family: 'Gill Sans', sans-serif;
}

.jumbotron h2 {
	font-size: 1.8rem;
	margin-top: 50px;
	font-weight: 200;
	font-family: 'Segoe UI', sans-serif;
}

.jumbotron p {
	font-weight: 200;
	font-family: 'Gill Sans', sans-serif;
}


.container {
	max-width: 1400px;
}


/* ============ desktop view ============ */
@media all and (min-width: 922px) {
	.navbar .nav-item .dropdown-menu {
		display: none;
	}

	.navbar .nav-item:hover .nav-link {
		color: black;
	}

	.navbar .nav-item:hover .dropdown-menu {
		display: block;
	}

	.navbar .nav-item .dropdown-menu {
		margin-top: 0;
	}
}

.navbar {
	background-color: rgba(255, 255, 255, 1);
}

/* ============ desktop view .end// ============ */

.dropdown-menu li {
	position: relative;
}

.dropdown-submenu {
	display: none;
	position: absolute;
	left: 101%;
	top: -7px;
	/* width: 200px; */
	/* max-width: auto;
    margin: 0 auto; */
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid lightgray;
	border-radius: 3px;
	background-color: white;
}

/* .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
} */
li:hover>.dropdown-submenu {
	display: block;
}

.text {
	margin-left: auto;
}

#carouselBerita {
	background: #fdfdfd;
}

#beritaterkini {
	height: 720px;
}

#beritaterkini .card-text {
	text-align: justify;
}

#jasa {
	background-color: #f2f2f2;
}

#jasa .card {
	font-family: 'Railway', sans-serif;
	color: #474747;
	margin-top: 70px;
	margin-bottom: 50px;
	height: 250px;
	border-radius: 0;
	box-shadow: 5px 5px 15px #326ada;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}

#jasa .card:hover {
	background: #326ada;
	color: #fff;
	border-radius: 5px;
	border: none;
	box-shadow: 5px 5px 10px #9e9e9e;
}

#jasa .card:hover h3 {
	color: #fff;
}

#jasa p {
	font-weight: 500;
}

#jasa i {
	margin-top: 25px;
	font-size: 3rem;
	color: #fff;
}

#jasa .circle {
	width: 100px;
	height: 100px;
	background: #326ada;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	margin-top: -70px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#jasa h2 {
	margin-bottom: 30px;
}

#jasa a:hover,
a:active {
	text-decoration: none;
}

#parallax {
	/* The image used */
	background-image: url("/assets/img/home_parallax.jpg");

	/* Set a specific height */
	min-height: 500px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
	object-fit: cover;

	text-shadow: 2px 2px 5px black;
}