body {
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.main-logo {
    height: auto;
    width: 200px;
}
.live-draw-countdown {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    background-color: #e4032e;
    border-radius: 5px;
    padding: 5px 0px;
}

.background-button {

}


.button-results {
    background-color: #AC0D0D;
    color: #f3f3f3;
    border-radius: 5px;
}

.button-livedraw {
    color: #AC0D0D;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.button-livedraw:hover {
    background-color: #AC0D0D;
    color: #f3f3f3;
}

.countdown {
    background-color: #AC0D0D;
    border-radius: 5px;
    font-size: x-large;
    padding: 5px 0;
}

#santiago-navbar {
    border-radius: 5px;
    background-color: #F48B29 !important;
    font-size: large;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    margin: 0 20px;
}
.results-page-date {
    font-size: large;
}
.results-page-subprize{
    font-size: x-large;
    font-weight: 700;
    color: #AC0D0D;
}
.main-prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #f3f3f3;
}

.main-prize .circle,
.main-prize ul.circles li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #AC0D0D;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
    text-align: center;
}

.main-prize h2 {
    font-size: 3rem;
    font-weight: 900;
}
.other-prize h3 {
    font-size: 2.5rem;
    font-weight: 700;
}
.other-prize ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #f3f3f3;
}

.other-prize .circle,
.other-prize ul.circles li {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #AC0D0D;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    font-weight: 700;
}

.main-container {
    background-color: rgb(244, 139, 41, 0.8);
    border-width: 3px;
    border-style: solid;
    border-color: #AC0D0D;
    border-radius: 15px;
}

#top-marquee {
    background-color: #AC0D0D;
    color: #FBE6C2;
    padding: 10px 0;
    font-size: 1.2rem;
}

.blink {
    animation: blinker 2s linear infinite;
    color: #AC0D0D;
    font-weight: bolder;
    text-transform: uppercase;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.home-title {
    color: #AC0D0D;
    font-weight: bolder;
    text-transform: uppercase;
}


.special-consolation {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 5px 0;
}

.howto-question,
.howto-answer {
    color: #fff;
}

.howto-question {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 3rem;
    font-weight: bolder;
}

.howto-answer {
    font-size: 1.3rem;
    margin-left: 30px;
}

.about-us-title {
    color: #AC0D0D;
    font-weight: bolder;
    text-transform: uppercase;
}

.about-us-subtitle {
    color: #AC0D0D;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-us-text {
    font-size: 1.2rem;
    color: #fff;
}

.main-color {
    color: #AC0D0D;

}

.live-details {
    font-weight: bolder;
}

.live-special-consolation {
    font-weight: 700;
    background-color: #FBE6C2;
}

.page-results-title {
    color: #AC0D0D;
}

.result-row {
    border: 2px solid #FBE6C2;
}

.result-detail {
    color: #FBE6C2;
}

.result-detail h5 {
    color: #AC0D0D;
    font-weight: bold;
}

.result-detail h6 {
    text-transform: uppercase;
}

.result-prize {
    color: #f3f3f3;
}

h3.result-prize {
    color: #AC0D0D;
    font-weight: bolder;
}

.result-special-consolation h5 {
    color: #f3f3f3;
}

.result-special-consolation {
    font-weight: 500;
}

.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;
}

.page-navigation-link .page-link {
    color: #f5f7fb !important;
    font-size: larger;
}

.page-navigation-link-night .page-link:not(:disabled):not(.disabled) {
    background-color: #AC0D0Da6;
}
.page-navigation-link-night .page-item.disabled .page-link{
    color: #AC0D0D !important;
    background-color: #f5f7fb;
}
.page-navigation-link-morning .page-link:not(:disabled):not(.disabled) {
    background-color: #AC0D0Da6;
}
.page-navigation-link-morning .page-item.disabled .page-link{
    color: #AC0D0D !important;
    background-color: #f5f7fb;
}
@media (max-width: 991.98px) {
    .result-pagination nav a {
        margin: 0;
    }
    .home-title h1 {
        font-size: xx-large;
    }
    .home-title h2 {
        font-size: x-large;
    }
    h1.my-3.blink {
        font-size: xx-large;
    }
    .result-morning h2 {
        font-size: larger;
    }
    .result-morning h3 {
        font-size: large;
    }
    .button-results {
        font-size: medium;
    }
    .button-livedraw {
        font-size: medium;
    }
}
