

.nav_head {
  background-color: #e1a05b;
  padding: 5px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-around;
}
.nav_head span{
  background-color: #e1a05b;
}  
.tes{
  color: #9e2a2b;
  align-items: center;
}
.tes span{
  color: #cc7e2a;
}
.h1,h2,p{
  color: white;
}
 
.container {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto;
}

.section {
  background-color: #a22b2b;
  color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.section img {
  width: 40%;
  max-width: 300px;
  border-radius: 10px;
}

.section .content {
  width: 60%;
  text-align: justify;
}

h1, h2 {
  color: #ffcc80;
}

.color{
  background-color: #e1a05b;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Dua kolom */
  grid-gap: 15px; /* Jarak antar kotak */
  padding: 20px;
}


body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #df903d88;
}

h1 {
    margin-top: 20px;
    color: #faf6f6;
    align-items: center;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}

.gallery img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.gallery img:hover {
    transform: scale(1.1)
}
.txt{
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; /* Memberi jarak antar bagian */
    padding: 20px;
}

.row {
    display: flex;
    justify-content: center;
    gap: 20px; /* Memberi jarak antar kolom */
    flex-wrap: wrap; /* Agar tetap rapi di layar kecil */
}

.card {
    background-color: #a02d2d;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 30%;
    min-width: 250px; /* Agar tidak terlalu kecil di layar kecil */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

p, li {
    font-size: 14px;
}

.organisasi {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #7c1d1d;
    padding: 20px;
    border-radius: 10px;
    color: white;
    width: 100%;
    max-width: 900px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.organisasi img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }
    
    .card {
        width: 90%;
    }
    
    .organisasi {
        flex-direction: column;
        text-align: center;
    }

    .organisasi img {
        width: 100%;
    }
}
footer {
  background-color:#e09f3e; /* Warna merah tua khas adat */
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  font-family: Arial, sans-serif;
  width: auto;
}

.footer-container {
  max-width: 800px;
  margin: auto;
}

.footer-container a {
  color: #FFD700; /* Warna emas */
  text-decoration: none;
  font-weight: bold;
}

.footer-container a:hover {
  text-decoration: underline;
}  
.Lokasi {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  background-color: #a52a2a;
  color: white;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.judul {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #e1a05b;
}
.map {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.map img {
  width: 40%;
  border-radius: 30%;
}
.map .text {
  width: 60%;
  font-size: 18px;
  text-align: center;
  color: white;
  justify-items: center;
}
iframe {
  width: 90%;
  height: 200px;
  border-radius:50px;
  margin-top: 20px;
}