
/*
Theme Name: OrthodoxeKirche Parish Theme
Theme URI: https://orthodoxekirche.org
Author: ChatGPT
Description: Custom Orthodox parish WordPress theme for the Parish of Saints Cyprian and Justina.
Version: 1.0
*/

body {
    margin: 0;
    font-family: Georgia, serif;
    background: #f7f1e6;
    color: #3a2a1d;
}

header {
    background: linear-gradient(rgba(40,20,10,0.6), rgba(40,20,10,0.6)),
    url('assets/church.jpg') center/cover no-repeat;
    color: white;
    padding: 20px;
}

.topline {
    text-align: center;
    font-size: 14px;
    color: #f0d9a7;
}

.site-title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.language-switcher {
    text-align: right;
    font-size: 14px;
}

nav {
    background: #6d1f1f;
    padding: 12px;
    text-align: center;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

.hero {
    padding: 60px 20px;
    text-align: center;
}

.section {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px;
}

.schedule, .calendar, .donate {
    background: white;
    border: 1px solid #d4b06a;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
}

.donate-button {
    display: inline-block;
    background: #6d1f1f;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

footer {
    background: #3a1a1a;
    color: white;
    text-align: center;
    padding: 30px;
}

@media(max-width:768px){
    .site-title {
        font-size: 28px;
    }

    nav a {
        display:block;
        margin:10px 0;
    }
}
