<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

.navbar-brand {
  /* font-size: x-large; */
  font-weight: bold;
  font-style: italic;
}

.nav-link {
  font-weight: 500;
  margin-right: 30px;
  border-bottom: 3px solid #fff;
}

.hero {
  height: 100vh;
  /* color: #fff; */
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero img {
  width: 150px;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.btn-green {
  background-color: #1c9f4b;
  color: #0b0b0b;
  font-weight: bold;
}

.btn-green:hover {
  background-color: transparent;
  border: 2px solid #1c9f4b;
  font-weight: bold;
  color: #1c9f4b;
}

.about {
  background-color: #fff;
  padding: 50px 0;
}

.about h3 {
  font-weight: 600;
  text-align: center;
}

.about hr {
  width: 100px;
  border: 1px solid #1c9f4b;
  margin: 10px auto;
}

.about img {
  width: 150px;
}

.about p {
  text-align: start;
}

.keahlian {
  padding: 50px 0;
  background-color: #0b0b0b;
  color: #fff;
  background-image: url("../img/hero2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.keahlian h3 {
  font-weight: 600;
  text-align: center;
}

.keahlian hr {
  width: 100px;
  border: 1px solid #1c9f4b;
  margin: 10px auto;
}

.keahlian .card {
  background-color: transparent;
  color: #fff;
}

.ekstrakulikuler {
  padding: 50px 0;
}

.ekstrakulikuler h3 {
  font-weight: 600;
  text-align: center;
}

.ekstrakulikuler hr {
  width: 100px;
  border: 1px solid #1c9f4b;
  margin: 10px auto;
}

.prestasi {
  padding: 50px 0;
}

.prestasi h3 {
  font-weight: 600;
  text-align: center;
}

.prestasi hr {
  width: 100px;
  border: 1px solid #1c9f4b;
  margin: 10px auto;
}

.prestasi .card {
  background-color: transparent;
}

.partnership {
  padding: 50px 0;
  color: #fff;
  background-color: #0b0b0b;
}

.partnership h3 {
  font-weight: 600;
  text-align: center;
}

.partnership hr {
  width: 100px;
  border: 1px solid #1c9f4b;
  margin: 10px auto;
}

.partnership img {
  pointer-events: none;
}

.contact h5 {
  font-weight: 600;
}

.contact p {
  font-size: 14px;
}

.contact a {
  text-decoration: none;
  color: #212529;
}

.footer a {
  text-decoration: none;
  color: #0b0b0b;
  font-weight: 600;
}

.pendaftaran {
  background-color: #fff;
  padding: 100px 0;
}

.pendaftaran h3 {
  font-weight: 600;
  text-align: center;
}

.pendaftaran hr {
  width: 100px;
  border: 1px solid #1c9f4b;
  margin: 10px auto;
}

.pendaftaran img {
  width: auto;
}

.pendaftaran p {
  text-align: start;
}

@media only screen and (max-width: 600px) {
  .nav-link {
    margin-right: 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: transparent;
  }
  .hero img {
    width: 100px;
  }
  .hero h1 {
    font-size: 26px;
  }
  .about img {
    margin-bottom: 30px;
  }
  .about p {
    text-align: justify;
  }
  .keahlian .card {
    margin-bottom: 20px;
  }
  .ekstrakulikuler .card {
    margin-bottom: 20px;
  }
  .prestasi .card {
    margin-bottom: 20px;
  }
  .contact .col-md-4 {
    margin-bottom: 20px;
  }
}
</pre></body></html>