body {
    font-family: 'Lora';
    background-color: white;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway';
    color: #2F170F;
}

p {
    line-height: 1.75;
    color: #555;
}

.text-faded {
    color: #777;
}

.site-heading {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Raleway';
}

    .site-heading .site-heading-upper {
        display: block;
        font-size: 1.5rem;
        font-weight: 800;
        color: #e6a756;
    }

    .site-heading .site-heading-lower {
        font-size: 3rem;
        font-weight: 100;
        line-height: 3rem;
    }

.page-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
}

.section-heading {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

    .section-heading .section-heading-upper {
        display: block;
        font-size: 0.9rem;
        font-weight: 800;
        color: #e6a756;
    }

    .section-heading .section-heading-lower {
        display: block;
        font-size: 2rem;
        font-weight: 100;
    }

.bg-faded {
}

#mainNav {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-family: 'Raleway';
}

    #mainNav .navbar-brand {
        color: #e6a756;
        font-weight: 800;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color: #555;
        font-weight: 600;
    }

    #mainNav .navbar-nav .nav-item.active .nav-link {
        color: #e6a756;
    }

.btn-xl {
    font-weight: 700;
    font-size: 0.8rem;
    padding: 1rem 2rem;
    background-color: #e6a756;
    color: white;
    border: none;
}

    .btn-xl:hover {
        background-color: #df902a;
    }

.cta {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

    .cta .cta-inner {
        background-color: white;
        padding: 2rem;
        border: 1px solid #eee;
        border-radius: 0.5rem;
    }

.footer {
    background-color: #2F170F;
    color: white;
    padding: 2rem 0;
}

.text-primary {
    color: #e6a756 !important;
}

.btn-primary {
    background-color: #e6a756;
    border-color: #e6a756;
}

    .btn-primary:hover {
        background-color: #df902a;
        border-color: #df902a;
    }

/* Özel Kategori Menü Stili */
#kategoriMenu {
    color: #555;
}

    #kategoriMenu a {
        color: #555 !important;
        text-decoration: none;
    }

        #kategoriMenu a:hover {
            color: #e6a756 !important;
        }

#ustBaslik span {
    color: #e6a756 !important;
}
