
body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: white;
    text-decoration: none;
}

    a.social-link {
        display: inline-block;
        min-width: 28px;
        min-height: 28px;
        padding: 5px;
    }

    a:hover {
        color: lightgrey;
    }

.biography {
    text-align: left;
    margin: 0 auto;
    max-width: 600px;
}

.icon {
    margin-right: 5px;
}

.bi-custom-icon {
    vertical-align: -.125em;
    width: 16px;
    height: 16px;
}

.heroImage {
    position: relative;
    background: url("/images/kralj_cacka_profile_2022.webp") no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

    .heroImage.fade-out {
        opacity: 0;
        transition: opacity 3s ease-in-out;
    }

.hero-title {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

h2, h3 {
    font-family: Oswald, sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

.footer {
    background-color: black;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
}

#logo-footer {
    width: 25%;
    height: auto;
    max-width: 355px;
    max-height: 1199px;
}

.fade-out {
    opacity: 5;
    padding: 12px;
}

.concerts-heading {
    font-family: Oswald, sans-serif;
    margin-bottom: 20px;
}

.concerts {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.venue {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.venue-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.venue-name {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.venue-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.venue-location-text {
    text-align: center;
    margin-bottom: 0;
}

.venue-date-text {
    text-align: center;
    margin-bottom: 0;
}

.venue-url {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.venue-url-link {
    color: white;
    font-size: 1.5rem;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/css/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/css/fonts/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
