body{
	font-family: 'Montserrat', sans-serif;
	background-color: #ECF0F1;
}

.fs-7{
	font-size: 14px;
}

.carousel-caption{
	background-color: rgba(0, 0, 0, 0.3);
}

.section-title{
	font-weight: 600 !important;
}

.nav-right-link{
	padding-top: 10px !important;
}

.bg-blue{
	background-color: #0A66C2 !important;
}

.text-justify{
	text-align: justify !important;
}

.logo img{
	width: auto;
	height: 100px;
}

.dinas{
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px #444;
}

.kabupaten{
	font-size: 20px;
	text-shadow: 2px 2px #444;
}

@media (max-width: 400px) {
	.logo img{
		width: 30px;
		height: auto;
	}

	.dinas{
		font-size: 11px;
		font-weight: bold;
		text-shadow: 2px 2px #444;
	}

	.kabupaten{
		font-size: 9px;
		text-shadow: 2px 2px #444;
	}

	.email{
		font-size: 8px;
	}
}