html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
	color: rgba(0,0,0, .87)
}
h1 {
	font-size: 44px;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	color: white;
	line-height: 1.1;
	margin: 0;
	max-width: 500px;
	text-shadow: 1px 1px 5px black
}
.ha {
	font-size: 66px;
}
h2 {
	font-size: 24px;
	color: rgb(152, 72, 7);
}
p, ol, ul, .flekPDF a, .flekCheckList div {
	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/hse-plan/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("/materi_AK3_BNSP/sistem_dokumentasi_k3/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 30px;
	left: 70px;
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-left: 70px;
	
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, .2em .3em .15em rgba(0, 0, 0, .3);
	border-radius: 5px;
	margin-right: 10px;
}
.belajar {
	font-size: 15px;
	line-height: 1;
	color: rgb(152, 72, 7);
}
.learning {
	font-size: 23px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
}
.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;
	background-image: url("https://belajark3.com/new_images/konten.webp");
}
.GARIS {
    border-top: solid 3px #FFC000;
    width: 100px;
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
}
.daftar1 {
    border: solid 1px #FFC000;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: black;
}
.daftar1:hover,
.daftar1:active {
  background: #FFC000;
  color: white;  
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.KOTAK4 {
  width: 60%;
  display: block;
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 5px 30px 30px 30px;
  margin: 30px 0;
  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;
} 
.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;
} 
.flekPDF {
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.flekPDF img {
	width: 60px;
	height: 60px;
	display: block;
	margin-right: 24px;
	transition: transform .15s ease;
}
.flekPDF:hover img {
	transform: scale(1.1);
}
.flekPDF a {
    color: #2b4e84;
}
.flekCheckList {
	display: flex;
}
ol {
	border: 1px solid rgba(0,0,0, .2);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 60px;
	border-radius: 3px;
	margin-bottom: 30px;
}
.flekCheckList img {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 10px;
}
 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 900px;
		}
	.judul_materi {
		bottom: 30px;
		}
	h1 {
		font-size: 40px;
		}
	.ha {
		font-size: 62px;
		}
	h2 {
		font-size: 22px;
		}
	p, ul, .flekPDF a, .flekCheckList div {
		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 50px;
		}
	.judul_materi {
		left: 50px;
		}
	.flekLOGO {
		padding-left: 50px
		}
	h1 {
		font-size: 40px;
		}
	.ha {
		font-size: 62px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .flekPDF a, .flekCheckList div {
		font-size: 18px;
		}
	.KOTAK4 {
		width: auto
		}
	}
@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 50px;
		}
	.judul_materi {
		left: 50px;
		bottom: 30px
		}
	.judul_materi p {
		font-size: 20px;
		max-width: 400px
		}
	.belajar {
		
		}
	.learning {
		text-shadow: 1px 1px white
		}
	h1 {
		font-size: 40px;
		}
	.ha {
		font-size: 62px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .flekPDF a, .flekCheckList div {
		font-size: 17px;
		}
	.KOTAK4 {
		width: auto;
		}
	.flekLOGO {
		float: none;
		padding-left: 50px
		}
	}
@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;
		bottom: 40px;
		}
	.gambar {
		background-image: url("/materi_AK3_BNSP/sistem_dokumentasi_k3/images/newbg1.webp");
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	h1 {
		font-size: 30px;
		line-height: 1;
		max-width: 320px
		}
	.ha {
		font-size: 48px;
		}
	.GARIS1 {
		
		}
	.belajar {
		
		}
	.learning {
		text-shadow: 1px 1px white
		}
	h2 {
		font-size: 20px;
		}
	p, .flekPDF a, .flekCheckList div {
		font-size: 17px;
		}
	ol, ul {
		font-size: 16px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flekLOGO {
		float: none;
		padding-left: 24px
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px;
		width: auto;
		}
	.flekPDF {
		margin-left: 0px;
		}
	.flekPDF img {
		margin-right: 10px
		}
	.flekCheckList img {
		width: 24px;
		height: 24px;
		margin-right: 5px;
		margin-top: 0
		}
	ol {
		padding-right: 10px;
		padding-left: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px
		}
	}
	
.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: 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.7);
}
.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: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
}
@-webkit-keyframes animatetop {
  from {top:-1000px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-1000px; 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;
    }
}