body {
    background-image: url('/static/images/themes/2026/background.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.table {
    --bs-table-color: black;
    --bs-table-bg: #fdc9b2;
}

.card {
    background-color: #fdc9b2;
}

.first-letter {
    color: #980002;
    font-weight: bold;
    font-size: 120%;
}
.page-title {
    font-family: 'Cinzel Decorative', serif;
    color: #A23500;
}

.nav-link {
    color: black;
}

.nav-pills .nav-link.active {
    color: black !important;
    background-color: #980002 !important;
}

.nav-pills  :hover {
    color: #D15C29 !important;
}

.btn {
    background-color: #980002;
    border-color: #980002; 
}
.bnt:hover {
    background-color: #D15C29 !important;
    border-color: #D15C29 !important;
}
.navbar.bg-dark {
    background-color: #980002 !important;
    border-color:  #A23500 !important;

}

/* Logo */

.logo {
    height: 300px;
}

.large-logo {
    max-width: 100vw;
    height: 80vh;
    margin-bottom: 10vh;
}

.large-logo  * {
    max-width: 100% !important;
    max-height: 750px !important   ;
}

.fancy-logo {
    position: relative;
    height: 100%;
    width: auto;
    align-items: center;
}

.large-logo .title {
    max-width: min(600px, 100%)!important;
    z-index: 1;
}

h2 {
    font-family: 'Cinzel Decorative', serif ;
}

h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif !important;
}
.fst-italic {
    background-color: #fdc9b2;
    border-radius: 10px;
}