body {
	background-color: #aab7b8;
	font-family: 'Lato', sans-serif;
	color: white;
	z-index: -1;
}

.transparan {
	background-color: rgba(0, 0, 0, 0.8);
}

.transparan-hitam {
	background-color: rgba(0, 0, 0, 0.7);
}

.transparan-abu {
	background-color: rgba(208, 211, 212, 0.5);
	color: black;
}

.card {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-blue {
	background-color: rgba(0, 123, 255, 0.8) !important;
}

.bg-red {
	background-color: rgba(244, 67, 54, 0.8) !important;
}

.bg-blue-grey {
	background-color: rgba(96, 125, 139, 0.8) !important;
}

.bg-cyan {
	background-color: rgba(0, 188, 212, 0.8) !important;
}

.bg-green {
	background-color: rgba(76, 175, 80, 0.8) !important;
}

.bg-orange {
	background-color: rgba(255, 152, 0, 0.8) !important;
}

.bg-pink {
	background-color: rgba(233, 30, 99, 0.8) !important;
}

#judul-atas {
	position: absolute;
	top: 0vh;
	width: 100%;
	height: 14vh;
	z-index: 4;
	overflow: hidden;
	padding-top: 10px;
}

#judul-atas-2 {
	position: absolute;
	top: 20vh;
	width: 100%;
	height: 30vh;
	z-index: 5;
	overflow: hidden;
	padding-top: 10px;
}

#tanggal {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #aab7b8
}

#tanggal_arab {
	font-style: italic;
	font-family: serif;
	font-size: 1.5rem;
}

#jam {
	font-size: 3.5rem;
	font-weight: bold;
	color: yellow;
}

#nama-masjid {
	font-size: 2rem;
	font-weight: bolder;
	color: yellow;
	text-align: center;
	font-family: 'Helvetica', sans-serif;
}

#alamat-masjid {
	font-size: 1.125rem;
	font-weight: normal;
	text-align: center;
}

#row-keuangan {
	position: absolute;
	overflow: hidden;
	width: 100%;
	bottom: 23vh;
	background-color: rgba(0, 0, 0, 0.7);
}

#row-keuangan2 {
	position: absolute;
	overflow: hidden;
	width: 100%;
	bottom: 10vh;
	background-color: rgba(0, 0, 0, 0.7);
}

#info-keuangan {
	color: #fdfefe;
	text-shadow: 2px 1px #000000;
	font-size: 1.125rem;
	line-height: 4vh;
}

#info-transaksi {
	color: #fdfefe;
	text-shadow: 2px 1px #000000;
	font-size: 1.125rem;
	line-height: 4vh;
}

#info-masjid {
	position: absolute;
	bottom: 23vh;
	width: 100%;
	z-index: 3;
	overflow: hidden;
}

#info-masjid2 {
	position: absolute;
	bottom: 10vh;
	width: 100%;
	z-index: 3;
	overflow: hidden;
}

#info-sholat {
	position: absolute;
	bottom: 10vh;
	width: 100%;
	z-index: 3;
	overflow: hidden;
}

#slide-container {
	position: absolute;
	bottom: 0vh;
	width: 100%;
	height: 10vh;
	background: #000;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
}

#news-content {
	top: 2vh;
	position: absolute;
	z-index: 50;
	position: absolute;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

.news-text {
	font-family: 'Helvetica', sans-serif;
	font-size: 2rem;
	font-weight: 600 !important;
	color: #FFFFFF;
	width: 100vw;
}

#judul {
	top: 0;
	left: 0;
	width: 100%;
	height: 12vh;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	overflow: hidden;
}

#judul h1 {
	line-height: 0.3;
}

#judul h3 {
	line-height: 0.3;
}

#alamat {
	line-height: 0.5;
}

.number {
	font-weight: normal;
	font-size: 2rem;
	margin: auto;
	color: #fdfefe;
}

#calendar {
	padding-left: 1.125rem;
}

.jelang {
	font-size: 1.5rem;
	font-weight: 600 !important;
}

.nama-solat {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 0.8;
}

.waktu-solat {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}

#nama-event {
	font-weight: bold;
}

.petikan-teks {
	font-family: 'Helvetica', sans-serif;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 1);
}