body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

header{
    padding: 60px;
    text-align: center;
    background: #3f6076;
    color: white;
}

.navbar{
    display:flex;
    background-color: rgb(99, 91, 91);

    
 }


.navbar a{
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    text-align: center;
}


.navbar a:hover{
    background-color: #addd;
    color: black;
}

.logo{
    text-align: center;
}

.nav-links {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            gap: 40px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

        .nav-links a:hover {
            color: #ecf0f1;
        }

        .navbar-center {
            margin: 0 60px; 
        }

        .logo {
            font-family: 'Lobster', cursive; 
            font-size: 2.8em; 
            color: white;
            text-decoration: none;
            line-height: 1; 
            text-align: center;
        }



.logo-image {
    max-height: 60px; 
    width: auto;    
    display: block;
}

.logo-link {
    text-decoration: none; 
}

.navbar {
    background-color: rgb(59, 134, 168); 
    padding: 15px 0;
}

.orangtua-container {
    background-color: aliceblue;
    border: 1px solid #ccc;
    
}

.love-image {
    width: auto;
    height: 400px;
    margin-left: 200px;

    float: left; 
    
}

.orangtua-text {

    font-family: 'Times New Roman', Times, serif; 
    font-size: large; 
    margin: 0;
    line-height: 1.6;
    text-align: justify;
}

.orangtua-container::after {
    content: "";
    display: table;
    clear: both;
}

.orangtua-container h4 {
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    width: 100%;
}
.field1{
        background-color: rgb(12, 53, 89);
        border: 1px solid rgb(12, 53, 89);
        padding: 20px;

        width: fit-content; 

        margin: 20px auto;
}

.image-wrapper {
    display: flex; 
    justify-content: center; 
    margin-bottom: 20px; 
}
    

.lov{
    width: 200px; 
    height: 200px; 
    display: block; 
    border-radius: 5px; 
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
}

section {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.img-full-width {
    width: 100%; 
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}

.galeri-berdampingan {
    display: flex; 
    gap: 15px;    
    justify-content: space-between; 
    margin-top: 20px;
    margin-bottom: 20px;
}

.gambar-item {
    width: 33%; 
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.about-content {
    display: flex; 
    align-items: flex-start;
    gap: 20px;
}

.about-image {
    flex: 1; 
    min-width: 40%;
}

.about-image img {
    width: 100%; 
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}


@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
    }
    .about-image, .about-text {
        min-width: 100%; 
    }
}



.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px; 
}

.social-icon {
    width: 32px;
    height: 32px; 
    transition: transform 0.2s;
}

.social-icon:hover {
    transform: scale(1.1);
}
.navbar-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px;
}


footer{
    padding: 10px;
    text-align: center;
    background: #ddd;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px 0; 
    margin-top: 20px;
}