body {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
}
p {
	font-weight: 500!important;
}
.btn-rounded {
	border-radius: 5px;
}
.bg-green-dark {
	background: #0a593a !important;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 13px;
	margin-right: 20px;
}
.dropdown-item {
	font-size: 13px;
}

.header-brand {
	line-height: 1;
}
.header-brand h2 {
	font-size: 1.3rem;
	*color: #fff!important;
	color: #195139!important;
}
.header-brand small {
	font-size: .8rem;
	*color: #fff!important;
	color: #66632e!important;
}
.text-justify {
	text-align: justify;
}
.page-header.berita {
	background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/bg-book.jpg);
	background-size: cover;
	background-position: center;
}
.page-header.halaman {
	background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/bg-halaman.jpg);
	background-size: cover;
	background-position: center;
}
.page-header.pmb {
	background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/bg-sekolah.jpg);
	background-size: cover;
	background-position: center;
}
.page-header.kontak {
	background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/bg-contact.jpg);
	background-size: cover;
	background-position: center;
}
.page-header.galeri {
	background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/bg-galeri.jpg);
	background-size: cover;
	background-position: center;
}
.pmb {
	background: url('../img/baner-pmb.png') #0c7ca6;
	background-size: cover;
	background-position: center;
}