@font-face {
    font-family: 'Baca';
    src: url('fonts/Bacalisties.ttf');
    font-weight: 800;
    font-style: normal;
}


body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #fdfaf5;
    font-size: 18px;
    color: #333;
}

header {
    background: url('img/uvod_v2.jpg') no-repeat center top;
    background-size: cover;
    height: 100vh;
    position: relative;
}

header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
}

header .header-text {
    position: relative;
    z-index: 1;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #a8895b;
}

h1, h2, h3 {
    color: #a8895b;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h1.font-baca {
    padding-top: 100px;
    font-size: 90px;
    font-family: Baca, sans-serif;
}

h2.font-baca {
    font-size: 50px;
    font-family: Baca, sans-serif;
}

@media (max-width: 767px) {
    .countdown {
        font-size: 30px;
        margin-top: 3rem;
    }

    .color-circle {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }
}

@media (min-width: 768px) {
    .countdown {
        font-size: 50px;
        margin-top: 5rem;
    }

    .color-circle {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
}

/* Timeline styles */

#harmonogram img {
    width: 100%; /* Makes the image fill the column's width */
    height: auto; /* Maintains the aspect ratio */
    max-width: 100px;
    object-fit: contain; /* Ensures the entire image is visible without cropping */
}

.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline-horizontal-line {
    border-color: #a8895b; /* Replace with your desired color */
    border-width: 4px; /* Optional: Adjust thickness */
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    background-color: #a8895b;
    display: none;
}

.center-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px; /* Tloušťka čáry */
    background-color: #a8895b; /* Barva čáry */
}

 .timeline-line {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 50%;
     width: 5px;
     background-color: #a8895b; /* gold-like color */
     transform: translateX(-50%);
 }


.timeline-item .content {
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #e0dcd1;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.center-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6px; /* Tloušťka čáry */
    background-color: #a8895b; /* Barva čáry */
}

.blockquote-custom {
    max-width: 600px;
    font-style: italic;
    font-size: 25px;
    padding-left: 1rem;
    color: white;
    position: relative;
}

.bg-gold {
    background-color: #a8895b;;
}

.bigger-text {
    font-size: 23px;
}

a {
    color: #333;
}

a:hover {
    color: #a8895b; /* Optional: Adds a hover effect matching your theme */
}

.preview-img {
    cursor: pointer;
}

.accordion-button {
    font-size: 1rem;
}

.accordion-button {
    background-color: #a8895b;
    color: #000;
    font-weight: bold;
    border: 1px solid #e0dcd1;
}

.accordion-button::after {
    filter: brightness(0.8);
}

.accordion-button:not(.collapsed) {
    background-color: #a8895b;
    color: #000;
    box-shadow: none;
    border: none;
}

.bold {
    font-weight: bold;
}