body { 
  font-family: 'Exo', sans-serif; 
  color: rgba(0,0,0, 0.87); 
  margin: 0; 
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: rgba(0,0,0, .87);
  background-image: url("https://belajark3.com/LATAR2.webp")
}
.shadow {
  max-width: 1100px;
  margin: 0 auto 0;
  box-shadow: 
  inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.layout-1 {
  background: rgb(240, 240, 240); 
  margin: 50px auto 0px; 
  padding: 30px 60px 30px; 
  border-top: solid 3px #FFC000;
  position: relative;  
}
.layout-2 {
  background: white; 
  margin: 0px auto 0px; 
  padding: 30px 60px 30px; 
}
.layout-tengah { 
  background: #F0FFFF; 
  max-width: 980px; 
  margin: 0px auto 0px; 
  padding: 30px 60px 30px;
}
.layout-3 { 
  background: rgb(255,249,231); 
  margin: 0px auto 0px; 
  padding: 30px 60px 30px;  
}
.layout-bawah { 
  background: rgba(240, 240, 240, 0.87);  
  margin: 0px auto 40px; 
  padding: 10px 60px 10px;
}

h1 { 
  color: #2e6c80; 
  font-size: 34px;
  max-width: 700px;
  line-height: 1.1;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
h2 { 
  color: #2e6c80; 
  font-size: 26px;
  line-height: 1.2;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
p, ol, ul { 
  font-size: 19px;
  line-height: 1.6;  
}
.flekKiri {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flekKiri img {
	width: 400px;
	height: auto;
	margin-right: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.flekKanan {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flekKanan img {
	width: 360px;
	height: auto;
	margin-left: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.GARIS1 {
  border-top: solid 3px rgba(0,0,0, .4);
  width: 100px;
}
.infoPELATIHAN {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoFlek img {
	width: 50px;
	height: 50px;
	margin-left: 5px;
	transition: transform .2s ease;
}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.info {
	font-size: 16px;
	line-height: 1;
	background: white;
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
}
.flekLOGO {
	display: flex;
	align-items: center;
	position: absolute;
	top: 20px;
	right: 20px
}
.flekLOGO img {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, .2em .3em .15em rgba(0, 0, 0, .3);
}
.belajar {
	font-size: 14px;
	line-height: 1;
	color: rgb(152, 72, 7);
}
.learning {
	font-size: 22px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
}
.KOLOMleft {
	float: left;
    width: 49%;
}
.KOLOMright {
	float: right;
    width: 49%;
}
.KOLOMgroup:after {
    content:"";
    display: table;
    clear: both;
}
.flekPDF {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0, .2);
	padding: 10px 20px;
	border-radius: 3px;
	cursor: pointer;
}
.flekPDF:hover,
.flekPDF:active {
  background-color: rgba(250, 250, 250);
  transition: background-color 0.2s ease-in
}
.flekPDF img {
	width: 55px;
	height: 55px;
	margin-right: 20px;
	transition: transform .2s ease;
}
.flekPDF:hover img {
	transform: scale(1.1);
}
.flekPDF div {
	font-size: 18px;
	text-decoration: none;
	line-height: 1.4;
	color: #3e65a0;
}
a {
	color: #3e65a0;
}
.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.shadow {
		max-width: 1000px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	body {
		background-image: none
		}
	.layout-1 {
		margin: 0px auto 0px; 
		border-top: none; 
		}
	.layout-bawah { 
		margin: 0px auto 0px; 
		}
	h1 {
		font-size: 32px;
		
		}
	p, ol, ul { 
		font-size: 17px; 
		}
	.flekPDF div { 
		font-size: 17px; 
		}
	.KOLOMleft {
	    width: 49%;
		margin-bottom: 20px;	
		}
	.KOLOMright {
		width: 49%;
		margin-bottom: 20px;
		}
	.flekLOGO {
		display: none
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	body {
		background-image: none
		}
	.layout-1 {
		margin: 0px auto 0px; 
		border-top: none; 
		}
	.layout-bawah { 
		margin: 0px auto 0px;
		padding-bottom: 40px;		
		}
	.layout-1, .layout-2, .layout-tengah, .layout-3 {
		padding: 30px 40px 30px; 
		}
	h1 {
		font-size: 32px;
		
		}
	p, ol, ul {
		font-size: 17px;
		}
	.flekPDF div { 
		font-size: 16px; 
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		float: none;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	.flekLOGO {
		display: none
		}
	}
@media (max-width: 575.98px) {
	body {
		background-image: none
		}
	h1 {
		font-size: 32px;
		max-width: 294px
		}
	.layout-1 {
		padding: 30px 24px 40px;
		margin-top: 0;
		border-top: none;
		}
	.layout-2 {
		padding: 30px 24px 30px;
		margin-top: 0;
		}
	.layout-tengah {
		padding: 30px 24px 30px;
		}
	.layout-3 {
		padding: 30px 24px 30px;
		margin-top: 0;
		}
	.layout-bawah { 
		margin: 0px auto 0px; 
		padding: 10px 24px 40px;
		}
	p, ol, ul { 
		font-size: 17px; 
		}
	.flekPDF div { 
		font-size: 16px; 
		}
	h2 {
		font-size: 24px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 40px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		float: none;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flekPDF {
		padding: 10px 15px
		}
	.flekPDF img {
		margin-right: 15px;
		}
	.flekLOGO {
		display: none
		}
	}
	


/* The Modal ADMIN */
.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid rgb(118, 111, 84);
  color: rgb(118, 111, 84);
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.1s ease-out,
              border-color 0.1s ease-out;
}
.CALL1 {
  top: 165px;
  left: 184px;
}
.CALL2 {
  top: 322px;
  left: 184px;
}
.CALL1:hover,
.CALL1:active,
.CALL2:hover,
.CALL2:active {
  color: rgb(255,255,255);
  background-color: rgb(118, 111, 84);
  border-color: rgb(118, 111, 84); 
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.modalku {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
}
.modalku-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 740px;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 3px;
  background-image: url("/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .6s;
  animation-name: animatetop;
  animation-duration: .6s;
}
@-webkit-keyframes animatetop {
  from {top:-800px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-800px; opacity:0}
  to {top:0; opacity:1}
}
.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -2px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-body {
	height: 534px;
	width: 400px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 225px;
    left: 202px;
    font-size: 14px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    font-size: 14px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-body {
	height: 454px;
	width: 340px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}