html, body {
	max-width:100vw;
	max-height:100vh;
	min-width:1366px;
	margin: 0px;
	overflow: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body {
	background-color:#aab7b8;
	font-family: 'Lato', sans-serif;
	color:white;
	z-index: -1;
}

/* left side */
#left-image-bottom {
	position: absolute; 
	left:0; 
	top:0;
	width: 100vw;
	height: 100vh;
	background: url(https://snap-photos.s3.amazonaws.com/img-thumbs/960w/1D180509DF.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	z-index:0;
	-webkit-animation-duration: 10s;
    -webkit-animation-name: pulse;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	 /* Hey browser, use your GPU */
   	-webkit-transform: translate3d(0, 0, 0);
}

/*bottom container*/
#slide-container {
	position:absolute;
	top:88vh;
    width:100%;
	min-width:1366px;
	height:12vh;
    background: #c0392b;
    z-index:2;
    overflow: hidden;
}

/* text scroller */

#first-content {
    top:1.5vh;
	position: absolute;
    z-index:50;
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    -webkit-transform:translateX(100%);	
    -webkit-animation: scroll-left 60s linear infinite;
}

/* Global Classes */
.header-text {
	font-family: 'Helvetica', sans-serif;
	font-size: 3.8vw;
	color: #FFFFFF;
	width:100vw;
}

.title {
	font-size: 6.8vw;
	font-weight: 600;
}
/*container*/
#display-konten{
	
}
#kiri{
	width:25%;
	height:100%;
	padding-top:20px;
	background-color: rgba(0,0,0,0.5);
}
#kanan{
	width:75%;
	height:100%;
	overflow: hidden;
}
#judul {
	top:0;
	left:0;
    width:100%;
	height:13vh;
    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.8;
}
.instansi-img{
	float:left;
	margin-right:1vw;
}
.instansi-info{
	margin-left:60px;
}
.img-logo {
	width:8vw;
	height:auto;
}
.header-image{
	width:auto!important;
	height:13vh!important;
}
.transparan{
	background-color: rgba(0,0,0,0.5);
}
.transparan-abu{
	background-color: rgba(208,211,212,0.5);
	color:black;
}
.card{
	background-color : rgba(0,0,0,0.5)!important;
}
.bg-red {
	background-color : rgba(244,67,54,0.5) !important;
}
.bg-blue-grey{
	background-color : rgba(96,125,139,0.5) !important;
}
.bg-cyan{
	background-color : rgba(0,188,212,0.5) !important;
}
.bg-green{
	background-color : rgba(76,175,80,0.5) !important;
}
.bg-orange{
	background-color : rgba(255,152,0,0.5) !important;
}
.bg-pink{
	background-color : rgba(233,30,99,0.5) !important;
}
#main-content{
	height:100%;
	margin-bottom:10px;
}

#event{
	height:100%;
}
#media{
	height:100%;
	padding-bottom:12vh;
}
.body .number{
  font-weight: normal;
  font-size: 26px;
  color:  #fdfefe;	
}
.jelang{
	font-size: 1.8vw;
}
.nm-solat{
	font-size: 1.8vw;
	line-height: 0.6;
}
.waktu-solat{
	font-size: 2.8vw;
	line-height: 0.6;
}