:root {
    --primary-blue: ##004f9f
}

p {
    font-family: 'Roboto Condensed', sans-serif;
}

h1,
h2,
h3 {
    font-family: Quicksand, sans-serif;
}

/* .wp-block-columns.full-width,
.wp-block-group.full-width {
    width: 100vw;
} */

.border {
    border: 1px solid red;
    padding: 25px;
}

/* 
 *Sayfa section ve içerik genişlikleri ayarı
 */
.section-wrapper {
    width: 100%;
    background: #f5f5f5;
    /* TAM GENİŞLİK */
}

/* .section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
} */

/* Sayfa section ve içerik genişlikleri ayarı bitti */



/* Menü elemanlarının tasarımı */
.wp-block-pages-list__item {
    color: var(--primary-blue);
    font-family: Quicksand, sans-serif;
}

.current-menu-item a {
    font-weight: bold;
}

nav {
    padding: 0 25px;
}

/* Menü elemanlarının tasarımı bitti */


.fit-content {
    background-color: yellow;
    width: 200px;
    min-width: fit-content;
}

.full-width {
    width: 100vw;
}

.paralaxBG {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.hover-item:hover {
    transform: translateY(-8px);
    transition: 0.2s all ease-in;
}

.section-title {
    color: 002b5c;
    font-size: 2.5rem;
    font-family: Quicksand;
}



// Sayfaların altında "author" ve "date" görünmesini engellemek için
.page .wp-block-post-author,
.page .wp-block-post-date {
    display: none !important;
}