* {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.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;
}

section {
	margin-top: 40px;
	background: #f2f2f2;
	padding: 20px;
	min-height: 200px;
}

.item-steps {
	margin-left: 30px;
}

.item-second-steps {
	margin-left: 40px;
}

.list-item {
	display: list-item;
}

.photo-gallery {
	color: #313437;
	background-color: #fff;
}

.photo-gallery p {
	color: #7d8285;
}

.photo-gallery h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

.photo-gallery .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px;
}

.photo-gallery .intro p {
	margin-bottom: 0;
}

.photo-gallery .photos {
	padding-bottom: 20px;
}

.photo-gallery .item {
	padding-bottom: 30px;
}

.bg-laporan {
	background-image: url("http://baristandmanado.kemenperin.go.id/assets/img/laporan-bg.jpg");
	/* text-shadow: 2px 2px #000; */
}

.bg-cover {
	background-size: cover;
	color: white;
	background-position: center;
	position: relative;
	z-index: -2;
}

.overlay-bg {
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
