

a:link {
  color: inherit;
	text-decoration: none;
}

/* visited link */
a:visited {
  color:inherit;
   text-decoration: none;
}

/* mouse over link */
a:hover {
  color: inherit;
  text-decoration: none;

}

/* selected link */
a:active {
  color: inherit;
 text-decoration: none;

}

.container {
  position: relative;
  text-align: center;
  color: white;

}


.containergrafik {
	width: 100%;
	position: relative;
}


.bottom-left-judul {
  font-size:36pt;
  text-align: left;
  color: #D9FF00;
  position: absolute;
 font-weight:bolder;
  bottom: 75px;
  left: 30px;
}
.bottom-left-judul-cat {

    font-size:16pt;
    text-align: left;
    color: #D9FF00;
  position: absolute;
 font-weight:bolder;
  bottom: 25px;
  left: 30px;
}

.judul-cat {
text-align: left;

 color: #006D70;
 font-size: 18pt;
 font-weight: bolder;
 margin-top: -120px;
  margin-bottom: 80px;
 text-align: center;
 z-index: 9999;

}

.left-judul-hijau {
    text-align: left;
	color: #006D70;
    font-weight: bold;
}

.img {
    z-index: -2;
	border-radius: 20px;
}


.bottom-left-tanggal {
  position: absolute;
	font-size: 9pt;

    bottom: 5px;
  left: 30px;
}


.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 15px;
  right: 36px;
}
.icon-kecil-kanan {
  position: absolute;
  top: 15px;
  right: 36px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.nav-item-jejak {
  color: #006D70;
  font-size: 8pt;
  font-weight: bolder;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  background-color: #ffffff;
  border-radius: 10px;
}

.nav-item-jejak:hover{
  color:#D9FF00;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  background-color: #006D70;
  border-radius: 10px;
}

.kolom{
    background-color: #ffffff;
    float: left;
    width: 47%;
    border: #888888;
    margin: 5px;
    border-radius: 5px;
    border-width: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;;
}
.imgkol{
    border-radius: 10px 10px 0px 0px;
}

.kolom-judul {
  color: #252525;
 font-size:small;
  font-weight: bold;
 text-align: center;
    padding-top: 5px;
}

.kolom-judul-kota {
  color: #006D70;
 font-size:smaller;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-bottom: 5px;

}

.judul-kol {
text-align: left;
 color: #006D70;
 font-size: xx-large;
 font-weight: bold;
 margin-top: 5150px;
  margin-bottom: 40px;
 text-align: center;
}


.rows::after {
    content: "";
    display: table;
    clear: both;

}

.texthijauaksi {
  font-size: 16pt;
 color: #006D70;
  border-radius: 15px;
  padding:  1px 0px 0px 0px;
	margin-top: -5px;
  text-align: left;
  font-weight: bolder;
  text-decoration: none;
  display: inline-block;
}
.texthitamaksi {
      font-size: 12pt;
 color: #000000;
  border-radius: 15px;
  padding:  1px 0px 0px 0px;
	margin-top: -8px;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.texthijaumenu {
  font-size: 12pt;
 color: #006D70;
  border-radius: 15px;
  padding:  1px 0px 0px 0px;
	margin-top: 5px;
  margin-left: 10px;
  text-align: left;
  font-weight: bolder;
  text-decoration: none;
  display: inline-block;
}



