html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
	color: rgba(0,0,0, .87)
}
h1 {
	font-size: 60px;
	line-height: 1;
	font-family: 'Anton', sans-serif; 
	font-weight: normal;
	max-width: 630px;
	color: white;
	text-shadow: 1px 2px 5px black;
	margin: 0
}
h2 {
	line-height: 1.3;
	font-size: 24px;
	color: rgb(152, 72, 7);
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
}
.hero-image {
  height: 100%;
  position: relative;
  margin: 0px auto 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://belajark3.com/gudang-dokumen-k3/images/bg.webp");
}
.depan {
	max-width: 1025px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	background: white;
	height: 75%;
	border: 1px solid rgba(0,0,0, .2);
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.gambar {
	max-width: 100%;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background-image: url("https://belajark3.com/gudang-dokumen-k3/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 30px;
	left: 80px;
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.konten-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 30px 0;
	padding-bottom: 0px;
	background-image: url("https://belajark3.com/new_images/konten.webp");
}
.GARIS {
	border-top: solid 3px #FFC000;
	width: 100px;
}
.GARIS1 {
    border-top: solid 2px white;
    width: 100px;
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	float: right;
	margin-right: 24px
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	border: solid 1px white;
	border-radius: 5px;
	margin-right: 10px;
}
.bk3 {
	display: none;
	left: 24px;
	bottom: 40px;
	position: absolute
}
.belajar {
	font-size: 16px;
	line-height: 1;
	color: yellow;
	text-shadow: 1px 1px black
}
.learning {
	font-size: 25px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px black
}

.pendahuluan, .konteks, .kepemimpinan, .perencanaan { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: auto;
	height: 369px;
	border-left: solid 1px rgba(0,0,0,.1);
	margin-bottom: 80px;
	box-shadow: 	
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.pendahuluan { 
	background-image: url("https://belajark3.com/gudang-dokumen-k3/images/gambar1.webp");
}
.konteks { 
	background-image: url("https://belajark3.com/gudang-dokumen-k3/images/gambar2.webp");
}
.kepemimpinan { 
	background-image: url("https://belajark3.com/gudang-dokumen-k3/images/gambar3.webp");
}
.perencanaan { 
	background-image: url("https://belajark3.com/gudang-dokumen-k3/images/gambar4.webp");
}
.isi {
	position: absolute;
	bottom: 24px;
	left: 30px;
	margin-right: 30px
}
.isi h2 {
	color: white;
	margin: 0;
	font-size: 36px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Anton', sans-serif; 
	font-weight: normal;
	text-shadow: 1px 2px black
}
.isi p {
	color: white;
	font-size: 17px;
	line-height: 1.4
}

/* dua kolom */
.KOLOMleft {
	float: left;
	width: 48%;
	position: relative;
	}
.KOLOMright {
    float: right;
    width: 48%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }

.selengkapnya {
	border: solid 1px white;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	font-size: 13px;
	color: white;
}
.selengkapnya:hover,
.selengkapnya:active {
  background: white;
  color: black;
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}

.OVAL { border-radius: 3px;}
.OVAL1 { border-radius: 3px; border: 1px solid blue;}

.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);
	text-align: center;
} 

.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 5px 30px 30px 30px;
  margin: 30px 0;
  width: 60%;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
 }
.footer {
	text-align: center;
}

 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.judul_materi {
		left: 70px;
		
		}
	h1 {
		font-size: 50px;
		max-width: 520px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.pendahuluan, .konteks, .kepemimpinan, .perencanaan {  
		height: 338px;
		}
	.isi h2 {
		font-size: 32px;
		}
	.isi ul {
		font-size: 18px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		left: 40px;
		
		}
	h1 {
		font-size: 48px;
		max-width: 490px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOTAK4 {
		width: auto;
		}
	.pendahuluan, .konteks, .kepemimpinan, .perencanaan { 
		height: 300px;
		}
	.isi {
		left: 24px;
		}
	.isi h2 {
		font-size: 32px;
		}
	.isi ul {
		font-size: 17px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 540px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		left: 40px;
		
		}
	h1 {
		font-size: 48px;
		max-width: 360px;
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.flek {
		display: block;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.KOTAK4 {
		width: auto;
		}
	.pendahuluan, .konteks, .kepemimpinan, .perencanaan { 
		height: 280px;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		left: 24px;
		top: 40px
		}
	.gambar {
		background-image: url("https://belajark3.com/gudang-dokumen-k3/images/new-bg1.webp");
		}
	h1 {
		font-size: 42px;
		max-width: 320px;
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.flekLOGO {
		display: none
		}
	.bk3 {
	    display: block;
	    }
	.KOTAK4 {
		width: auto;
		padding: 5px 20px 15px 20px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.pendahuluan, .konteks, .kepemimpinan, .perencanaan { 
		height: 375px;
		}
	.pendahuluan { 
		background-image: url("/gudang-dokumen-k3/images/gambar1a.webp");
		}
	.konteks { 
		background-image: url("/gudang-dokumen-k3/images/gambar2a.webp");
		}
	.kepemimpinan { 
		background-image: url("/gudang-dokumen-k3/images/gambar3a.webp");
		}
	.perencanaan { 
		background-image: url("/gudang-dokumen-k3/images/gambar4a.webp");
		}
	.isi {
		left: 20px;
		margin-right: 20px;
		}
	.isi h2 {
		font-size: 32px;
		}
	.isi p {
		font-size: 16px;
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	.selengkapnya {
		font-size: 14px;
		padding: 1px 8px;
		}
	}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  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.7);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.modalku.buka {
	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("https://belajark3.com/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.8s;
  animation-name: animatetop;
  animation-duration: 0.8s;
}
@-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("https://belajark3.com/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("https://belajark3.com/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}