﻿/* Prilagodljive barve za medalje */
/* Popravimo Bootstrap preglasitev */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid silver; /* Okvir tabele */
}

/* Glava tabele */
.table-header {
    background-color: #CFE2FF !important; /* Modra */
    color: black !important;
    text-align: left;
}

/* Celice */
.custom-table th, .custom-table td {
    border: 1px solid silver; /* Obroba celic */
    padding: 8px;
}

/* Barve za prva tri mesta */
.prvo-mesto {
    background-color: gold !important; /* Zlata */
    color: black !important;
}

.drugo-mesto {
    background-color: #8c8c8c !important; /* Srebrna */
    color: black !important;
}

.tretje-mesto {
    background-color: #cd7f32 !important; /* Bronasta */
    color: white !important;
}

/* Ostale vrstice */
.custom-table tr {
    background-color: #f8f9fa;
}

.custom-table tr:hover {
    background-color: #e9ecef;
}


#glavni_naslov {
    color: #eeeeee;
    text-shadow: 2px 2px 4px #cccccc;
}

#header1 {
    color: #000000;
    text-shadow: 2px 2px 4px #505050;
}

h1,
h2,
h4 {
    text-shadow: 2px 2px 4px #cccccc;
}

h3 {
    text-shadow: 2px 2px 5px #888888;
}

h5 {
    font-size: large;
    color: #337ab7;
    font-weight: bold;
}

.naslov5 {
    font-size: medium;
    color: #337ab7;
    font-weight: bold;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index: 1032;
}

.carousel-item img {
    height: 400px;
    object-fit: cover;
}

.hero-section {
    background: linear-gradient(135deg, #0056b3, #6610f2);
    color: white;
    padding: 60px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.event-info {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

