
/* Mavi Üst Başlık */
.page-header {
    background-color: #002D56;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px;
}

.page-header h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

/* Ana İçerik Kutusu */
.page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    padding-bottom: 50px;
}

/* Bölüm Başlıkları (Çizgili olanlar) */
.section-header {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #000;
}

/* Proje Kutusu */
.project-item {
    margin-bottom: 40px;
}

/* Proje Başlıkları */
.project-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #000;
}

/* Proje Alt Metinleri */
.project-desc {
    font-size: 14px;
    margin-bottom: 15px;
    color: #222;
}

.project-year {
    font-size: 14px;
    margin-bottom: 2px;
    display: block;
    color: #333;
}

/* Resim Galerisi Grid Yapısı */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.gallery-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Büyük Resim */
.large-image {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: block;
}

/* Projeler Arası Ayırıcı Çizgi */
.separator-line {
    width: 100px;
    height: 1px;
    background-color: #999;
    margin: 40px auto;
}
