html, body{
	font-family: 'Poppins', sans-serif !important;	
}

/*countdown*/

.landing{
	position: relative;
	z-index: 2000;
	margin-bottom: 50px;
}
.landing-inner{
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30px;
}

.countdown{
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.countdown div{
	width: 140px;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 5px;
	opacity: 0.7;
	background: #000;
	color: #fff;
}
.countdown div:first-child{
	background: #17a2b8;
}
.countdown span{
	display: block;
	font-size: 25px;
}

@media(max-width: 650px){
	.countdown{
		font-size: 25px;
		/*flex-direction: column;*/
	}
	.countdown span{
		display: block;
		font-size: 20px;
	}
	.countdown div{
		width: 100px;
		padding: 10px;
	}
	.countdown div:first-child{
		display: block;
		padding: 10px;
	}
}

/*Akhir countdown*/


.fables-navigation {
	width: 100%;
	position: fixed; 
	z-index: 10; 
	top: 0; 
	left: 0; 
}

.fables-content{
	margin-top: 75px;
	min-height: 60vh;
}
h1#text-sinema-untan{
	font-size: 64px;
	font-weight: 900;
	color: #EE2D2E;
	font-family: 'DM Serif Text', serif !important;
	text-shadow: 3px 3px 3px #610000;
}
#text-moto-sinema-untan{
	font-size: 22px;
}

img#crew_sinema{
	width: 100%; 
	height: 420px; 
	margin-top: 17px; 
	object-fit: contain; 
	object-position: top;
	border-radius: 5px;
}

img#about_sinema_logo{
	height: 110px; 
	margin-bottom: 55px;
}

@media (min-width: 768px){
	ul.navbar-nav li {
		margin: 0 -15px;
	}
	ul.navbar-nav li a{
		font-size: 14px !important;
	}

	ul.navbar-nav li a:hover ,
	ul.navbar-nav li a:active ,
	ul.navbar-nav li.active a{
		color: #EE2D2E !important;
		font-weight: bold;
	}
}

@media (max-width: 768px){
	ul.navbar-nav li a{
		font-size: 16px !important;
	}
	h1#text-sinema-untan{
		margin-top: 10vh;
		font-size: 40px;
	}
	#text-moto-sinema-untan{
		font-size: 16px;
	}

	img#crew_sinema{
		width: 100%; 
		height: 100%; 
		margin-bottom: 20px; 
	}
	img#about_sinema_logo{
		height: 80px; 
		margin-bottom: 25px;
	}
}


