* {
	margin: 0;
	padding: 0;
	font-family: 'Balsamiq Sans', cursive;
}

.bg-ungu {
	background-color: #5B5EA6 !important;
	border: none !important;
}

.text-ungu {
	color: #5B5EA6;
}

.text-kecil {
	font-size: 10pt;
}

.paragraf-1 {
	font-size: 8.5pt;
}

.icon-star {
	font-size: 8pt !important;
}

.icon-wa {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
}

.div-circle {
    width: 60px;
    height: 60px
}

.justify {
	text-align: justify;
}

.banner {
    height: 280px;
}

.gallery {
	height: 120px;
	border-radius: 10px;
}

.header {
	background-color: #5B5EA6;
	color: #fff;
	padding: 5px 35px !important;
}

.header-2 {
	padding: 10px 0;
	background-color: #FAE03C;
	border-radius: 0 0 25px 25px;
}

.footer {
	padding: 10px 0;
	background-color: #FAE03C;
	border-radius: 25px 25px 0 0;
}

div.carousel-item img {
	border-radius: 25px 0px 25px 0px;
} 

.map {
	width: 100%;
	height: 250px;
	border: none;
	border-radius: 10px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
}

.btn-social {
    width: 75px !important;
}