:root {
    --main-red: #D53337;
    --second-red: #b01519;
    --gray: #dcdcdc;
}

* {
    font-family: 'Lato', sans-serif;
}

body {
    padding-top: 120px;
    position: relative;

    background-color: rgb(255, 255, 255, 0.9);
}

.main-content-fluid-container {
    /* position: relative; */
}


.main-content-fluid-container::before {
    content: "";
    display: block;
    background-image: url("/images/flag-austria-background.jpg");
    background-size: cover;
    background-position: fixed;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
    z-index: -999;
}

#topnavbar {
    background-color: rgb(255, 255, 255, 1);
    border-bottom: 2px solid #D53337;
}

#topnavbar .nav-link {
    text-transform: uppercase;
    color: #D53337;
}



#top-marquee {
    color: white;
}

/* Set the border color */

.custom-toggler.navbar-toggler {
    border-color: rgb(213, 51, 55);
}

/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(213, 51, 55, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.logo-navbar {
    /* max-width: 150px; */
    max-height: 80px;
}

header.jumbotron {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

header.jumbotron::before {
    content: "";
    background-size: cover;
    background-image: url("/images/bg-jumbotron2.jpg");
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

header h1,
header p,
header a {
    position: relative;
}

header h1 {
    text-align: right;
    color: white;
    text-transform: uppercase;
}

header p {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px;
    color: #D53337;
}

.glass {
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

span.red {
    background: #b01519;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    /* margin-left: 2px; */
    /* margin-right: 2px; */
    text-align: center;
    width: 1.6em;
    font-size: 18px;
}

.card-result-header-title {
    border: 2px solid #b01519;
    background-color: rgb(255, 255, 255, 0.95);
}

.card-header-title {
    padding: 15px 0;
}

.result-title {
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.card-results {
    border: 2px solid #b01519;
}

.card-result-no {
    color: #b01519;
    background-color: #fff;
    font-size: 1.25rem;
}

.card-result {
    font-family: 'Roboto', sans-serif;
    color: white;
    /* border: 1px solid rgb(213, 51, 55, 0.5); */
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    /* background-image: linear-gradient(135deg, #000000 10%, #434343 100%); */
    background-color: rgba(0, 0, 0, 0.05);
}

.card-result .card-header,
.card-result .card-footer {
    letter-spacing: 1px;
}

.card-results .card-footer {
    font-size: larger;
    font-weight: 700;
    color: #b01519;
    background-color: #fff;
}

.card-footer-home {
    background-color: var(--main-red);
    font-size: 1.3rem;
}

.row-first-prize {
    padding: 10px 0;
    margin: 10px 0;
    background-color: #b01519;
    color: #fff;

    /* background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(176, 21, 25, 1) 10%, rgba(176, 21, 25, 1) 90%, rgba(0, 212, 255, 0) 100%); */
    /* color: #fff; */
    font-size: 1.25rem
}

.row-first-prize .first-prize-title {
    text-transform: uppercase;
}
.row-second-third {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.row-second-third .col-6 {
    margin: 5px 0;
}

.card-specon {
    background-color: #00000040;
    font-size: small;
}

.card-specon h6 {}

.banner-bottom {
    min-height: 50vh;
    margin-bottom: 30px;
    background-size: cover;
    background-image: url('/images/blurred-banner.jpg');
}

.banner-bottom img {}

.card-live {
    font-family: 'Roboto', sans-serif;
    color: #b01519;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    background-color: rgba(255, 255, 255, 0.8);
}

.card-live-prize {
    border: 3px solid #b01519;

}

.card-live span.red {
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    display: inline-block;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    width: 2em;
    font-size: 18px;
}

.prize-title {
    position: relative;
}

.cta-home

.prize-title::after {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    bottom: -5;
    width: 100%;
    background-color: #acacac;
}

.special-consolation {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin: 3px 0;
}

.footer-theme {
    border-top: 2px solid #D53337;
    background-color: white;

}

/* ABOUT PAGE */
.about-page .about-title {
    /* color: #b01519; */
    color: #fff;
    background-color: #b01519;

}

.about-page .about-subtitle {
    color: #b01519;
}
.result-pagination nav a{
    color: #fff;
    border: 2px solid rgb(176, 21, 25) !important;
    font-size: x-large;
    font-weight: 700;
    margin: 0 20px;
    background-color: rgb(176, 21, 25, 0.9) !important;
}
.result-pagination nav span {
    display: none;
}
@media (max-width: 991.98px) {
    .result-pagination nav a{
        margin: 0;
    }
}
