
:root {
    --primary-color: #CF8F77;
    --secondary-color: #EDEDED;
    --background-color: #e6dfd0;
    --background-container-color: rgba(255, 255, 255, 0.8);
    --text-color: #000;
    --bs-font-family: 'Eras', Tahoma, Geneva, Verdana, sans-serif;

}

@font-face {
    font-family: 'Eras';
    src: url('/assets/fonts/ErasMD-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Eras', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
}

.bg-button { 
    background-color: var(--primary-color);
}

.jumbotron {
    background-color: var(--secondary-color);
    background-image: url(/upload/vertij/vertij-bg.webp);
    background-size: cover;
    background-position: center;
}

.border-rounded {
    border-radius: 1rem;
}
.text-left {
    text-align: left;
}
main .container {
    padding: 2rem;
    min-height: 800px;
    background-color: var(--background-container-color);
    opacity: 0.9;
}

.container {
 background-color: var(--background-container-color);
 opacity: 0.9;
}

.organizer-logo {
    max-height: 80px;
    margin: 0 auto;
}

footer {
    background-image: url(/upload/vertij/vertij-bg.webp);
    background-size: cover;
    background-position: center;
    color: var(--text-color);
    text-align: center;
    padding: 1rem;
}

footer .container {
    background-color: transparent;
}

.lector {
    font-weight: bold;
 }


.lector img {
    max-height: 150px;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    border: solid 4px #aaf;
}

.corner-image-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.corner-image-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}


.corner-image-right img {
    max-width: 100px;
    width: clamp(150px, 20%, 300px);
    height: auto;
}

.corner-image-left img {
    max-width: 450px;
    width: clamp(300px, 30%, 100%);
    height: auto;
}

.dropdown-menu { 
    z-index: 2001;
}