body { 
  font-family: 'Exo', sans-serif; 
  margin: 0; 
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("https://belajark3.com/LATAR2.webp");
  color: rgba(0,0,0, .87);
}
.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: rgb(250, 250, 250); 
  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: 36px;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  max-width: 500px;
  line-height: 1.1
}
h2 { 
  color: #2e6c80; 
  font-size: 24px;
}
p, ol, ul, .flek div, a { 
  font-size: 19px;
  line-height: 1.6;
}
.flekKiri {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flekKiri img {
	width: 360px;
	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);
}
.img2 {
	width: 400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block
}
.flekLIST {
	display: flex;
	
}
.flekLIST img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.GARIS {
  border-top: solid 2px rgba(0,0,0, .4);
  width: 100px;
  margin-top: -10px;
}
.GARIS1 {
  border-top: solid 3px #2e6c80;
  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: 48%;
	margin-bottom: 40px;	
}
.KOLOMright {
	float: right;
    width: 48%;
	margin-bottom: 40px;
}
.KOLOMgroup:after {
    content:"";
    display: table;
    clear: both;
}
.KOTAK1 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
	box-shadow: 
		inset 0 -3em 3em rgba(0,0,0,0.1), 
			  0 0 0 1px rgba(0,0,0,0.2),
			  0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.KOTAK1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.BACA {
  color: rgb(68, 84, 106);
  position: absolute;
  right: 30px;
  bottom: 25px;
  font-size: 14px;
  background-color: none;
  padding: 5px 10px;
  border: solid 1px rgb(68, 84, 106);
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  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.1);
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.BACA:hover,
.BACA:active {
  color: rgb(255,255,255);
  background-color: rgb(68, 84, 106);
  transition: background-color 0.2s ease-in,
              border-color 0.2s ease-in;
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}

.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;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.shadow {
		max-width: 1000px;
		}
	.KOLOMleft {
	    width: 49%;
		
		}
	.KOLOMright {
		width: 49%;
		
		}
	h1 {
		font-size: 36px;
		}
	h2 {
		font-size: 22px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.layout-1 {
		margin: 0px auto 0px; 
		border-top: none; 
		}
	.layout-bawah { 
		margin: 0px auto 0px; 
		}
	h1 {
		font-size: 36px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul { 
		font-size: 18px; 
		}
	.BACA {
		font-size: 13px;
		padding: 2px 10px;
		}
	.KOLOMleft {
	    width: 49%;
		margin-bottom: 20px;	
		}
	.KOLOMright {
		width: 49%;
		margin-bottom: 20px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.flekLOGO {
		display: none
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.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: 34px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOLOMleft, .KOLOMright {
	    width: 100%;
		float: none
		}
	.KOTAK1 {
		width: 80%
		}
	.BACA {
		font-size: 13px;
		padding: 2px 10px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.flekLOGO {
		display: none
		}
	}
@media (max-width: 575.98px) {
	h1 {
		font-size: 28px;
		}
	h2 {
		font-size: 20px;
		}
	.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; 
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	.bk3 {
		display: none;
		}
	.flek img {
		width: 24px;
		height: 24px;
		margin-right: 10px;
		border: none;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		float: none;
		}
	.BACA {
		font-size: 13px;
		padding: 2px 10px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoPELATIHAN img {
		width: 40px;
		height: 40px;
		}
	.infoPELATIHAN .info {
		font-size: 14px;
		}
	.flekPDF img {
		width: 50px;
		height: 50px;
		margin-right: 15px;
		}
	.bk3i {
		display: block
		}
	.BACA {
		right: 20px;
		bottom: 20px;
		}
	.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);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.modalku.show {
  opacity: 1;
  display: block;
}
.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: -100%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top: -100%; 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;
    }
}

/* The Modal DAFTAR */
.mdl {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0, .78);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.mdl.buka {
  opacity: 1;
  display: block;
}
.mdlBody {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #888;
  max-width: 980px; height: 80%;
  background: white;
  background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/bg.webp");  
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .7s;
  animation-name: animatetop;
  animation-duration: .7s;
  overflow: auto;
  overscroll-behavior: auto contain;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0 0 3px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);			  
}
.padding {
  padding: 20px 60px;
}
@-webkit-keyframes animatetop {
  from {top: -100%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top: -100%; opacity:0}
  to {top:0; opacity:1}
}
.TOP {
  position: fixed;
  width: 1000px;
}
.tutup {
  float: right;
  border: 1px solid rgba(0,0,0, .4);
  border-right: 2px solid rgba(0,0,0, .6);
  border-bottom: 2px solid rgba(0,0,0, .6);
  padding: 2px 12px;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 0px;
  cursor: pointer;
}
.tutup:hover, 
.tutup:focus {
  color: black;
  background: white;
  border: 2px solid rgba(0,0,0, .6);
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.mdlBody {
		width: 800px;
		padding: 20px 40px
		}
	.TOP {
		width: 800px;
		}
	.tutup {
		 margin-right: -10px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.mdlBody {
		width: 760px;
		padding: 20px 40px
		}
	.TOP {
		width: 760px;
		}
	.tutup {
		 margin-right: -10px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) { 
	.mdlBody {
		width: 500px;
		padding: 20px 40px;
		height: 70%
		}
	.TOP {
		width: 500px;
		}
	}
@media screen and (max-width: 575.98px) {
	.mdlBody {
		max-width: 84%;
		height: 90%;
		padding: 30px 20px 24px 20px;
		background-image: url("/ruang-baca/gambar-CS/bgCS.webp");
		}
	.mdlBody p, .mdlBody ul, .mdlBody ol {
		font-size: 16px
		}
	.TOP {
		width: 84%;
		}
	.tutup {
		margin-right: -10px;
		margin-top: -20px;
		}
	}