.tebal {
	font-weight: bold;
}

.frontpage {
	margin-top: -75px;
}
.gambar {
  border-radius: 5px;
  width: 180px;
  height: 240px;
  padding: 3px;
  transition: ease all .3s;
}

.gambar:hover {
  transform: scale(1.5);
}

.gambarkecil {
  border-radius: 10px;
  width: 20%;
  padding: 3px;
  transition: ease all .3s;
}

.gambarkecil:hover {
  transform: scale(1.5);
}

section {
	min-height: 420px;
}

label {
	font-weight: bold;
}
.marginTop { 
	margin-top: 105px;
}

.card-header {
	font-weight: bold;
	font-size: 20px;
}

.img-circle {
	width: 100px;
	height: 100px;
	padding: 10px;
	border-radius: 50px
}

.img-circle:hover {
	opacity: .3;
}

.myShadow {
	color: white;
	text-shadow: 2px 2px 4px black;
}




/* Utility */
.tombol {
	border-radius: 40px;
}

/* Desktop Version */
@media (min-width: 992px){

}

@media print {
.cetak {
display: none;
}
}