body {
    background: #f4efe3;
    color: #5C3317;
    margin-bottom: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3B2417;
}

.text-muted {
    color: #6B4423 !important;
}

.placeholder-image {
    background-color: #e9ecef;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-image i {
    font-size: 2rem;
    color: #5C3317;
}

.latest-medals {
    max-width: 800px;
}

.latest-medals .medal-item {
    border-bottom: 1px solid #B8860B;
    padding-bottom: 1rem;
}

.latest-medals .medal-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.footer {
    background-color: #3B2417;
    color: #f4efe3 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .text-muted {
    color: #DEB887 !important;
}

html {
    position: relative;
    min-height: 100%;
}

.homepage-title {
    color: #3B2417;
    text-align: center;
    margin: 3.5rem 0;
    font-weight: 600;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #B8860B;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.btn-brown {
    background-color: #3B2417;
    color: #f4efe3;
}

.btn-brown:hover {
    background-color: #5C3317;
    color: #f4efe3;
}

/* Štýly pre odkazy na medaily */
.medal-title {
    color: #3B2417;
    text-decoration: none;
    transition: color 0.2s ease;
}

.medal-title:hover {
    color: #5C3317;
    text-decoration: underline;
}

/* Efekt pre obrázky */
.hover-zoom {
    transition: transform 0.2s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

.medal-details {
    font-size: 0.9rem;
    line-height: 1.4;
}

.medal-details>div {
    margin-bottom: 0.2rem;
}

.medal-details>div:last-child {
    margin-bottom: 0;
}

.navbar {
    background-color: #e6dfd0;
    border-bottom: 1px solid #d4cbb8;
}

.navbar .navbar-brand,
.navbar .nav-link {
    color: #3B2417;
}

.navbar .navbar-brand:hover,
.navbar .nav-link:hover {
    color: #5C3317;
}

.page-link {
    color: #3B2417;
}

.page-item.active .page-link {
    background-color: #3B2417;
    border-color: #3B2417;
    color: #f4efe3;
}

.page-link:hover {
    color: #5C3317;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(59, 36, 23, 0.25);
}