@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    background-color: #180c03;
    color: #ffffff;
    font-family:'Source Sans 3', sans-serif;
    line-height: 150%;
    margin-bottom: 100px;
    font-size: 18px;
    padding: 25px;
}
.warp {
    max-width: 960px;
    margin: auto;
}
a {
    text-decoration: none;
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    text-decoration: underline;
    color: #ff8624;
}
h1, h2, h3, h4{
    font-family: 'Poppins', sans-serif;
    color: #ff8624;
}
h3, h4{
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}
hr {
    border: 1px solid #ff8624;
}
.logo{
    max-height: 64px;
    margin: auto;
}
.intro{
    font-style: italic;
    font-size: 0.85em;
    margin-top: 0px;
}
.unduh{
    font-weight: bold;
}

.readtext{
    text-align: justify;
}
.img-sopm{
    max-height: 240px;
    margin: auto;
    text-align: center;
}
.kru{
    font-weight: bold;
}
.tips{
    color:#ff8624;
}
@media (max-width: 480px) {
    .cover {
      max-width: 100%;
    }
    .read{
        max-width: 100%;
        margin: auto;
    }
    .read2{
        max-width: 100%;
        margin: auto;
    }
    .read3{
        max-width: 100%;
        margin: auto;
    }
}
@media (min-width: 768px) {
    .cover {
      width: 75%;
    }
    .read{
        max-width: 100%;
        margin: auto;
    }
    .read2{
        max-width: 75%;
        margin: auto;
    }
    .read3{
        max-width: 90%;
        margin: auto;
    }
}
.kolom1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: -20px;
  padding-bottom: 20px;
}

.kolom2 {
    margin-bottom: -25px;
}

.kolom2 ul {
    margin-top: -5px;
    margin-bottom: 5px;
}

@media (max-width: 800px) {
  .kolom1 {
    grid-template-columns: 1fr;
  }
}

.terasring {
    font-size: 0.9em;
}

.header {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 10px;
  margin-top: -20px;
}

.isihead {
}

@media (max-width: 800px) {
  .header {
    grid-template-columns: 2fr;
  }
}

.tips2 {
    font-size: 0.9em;
}
.navhead {
    font-size: 0.9em;
    margin-top: -5px;
}