
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap')

body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #1e1e1e;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-weight: bold;
}
.btn {
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 5px;
}
.btn-primary {
    background-color: #002654;
    border-color: #002654;
    color: #FFFFFF;
}
.title {
    color: #1f2c50;
}
.title-line:after {
    border-bottom: 3px solid #ffc72b;
}
.countdown-wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #ffc72b;
    color: #002654;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 1.2em;
}
.countdown, .countdown-info {
    display: inline;
}
.countdown-wrapper .countdown {
    font-size: 1em;
    color: #ffffff;
}

.well {
    background: #f2f2f2;
    box-shadow: none;
    border-radius: 0px;
}

.hpanel > .panel-heading {
    padding: 0px 4px;
    color: #5792C3;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}
.hpanel.hblue .panel-body {
    border: none;
    border-top: 3px solid #002654;
}
.jackpot-payout-container {
    margin-bottom: 10px;
}
.jackpot-info {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.jackpot-value {
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    color: #ffc72b;
}
.jackpot-payout-info {
    text-align: center;
    font-size: 1.75em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.jackpot-payout {
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    color: #ffc72b;
    margin: -10px 0px -5px;
}
.jackpot-show-payout .jackpot-value {
    font-size: 3.0em;
    margin: -10px 0px -5px;
}

.donation-buttons {
    margin-left: -5px;
}
.donation-buttons .btn-group {
    padding: 0px 5px;
}
.donation-buttons .btn {
    padding: 6px 12px;
    border-radius: 3px !important;
    border: 2px solid #ffc72b;
}
.donation-buttons .btn.active {
    background-color: #ffc72b;
}
.donation-buttons .btn:hover {
    background-color: #ffc72b;
}


.splash-share {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
.share-link {
    margin: 2px;
}
.share-link-facebook {
    background-color: #3b579d;
    color: #fff;
}
.share-link-facebook:hover, .share-link-facebook:focus {
    background-color: #364874;
    color: #fff;
}
.share-link-twitter {
    background-color: #000000;
    color: #fff;
}
.share-link-twitter:hover, .share-link-twitter:focus {
    background-color: #434343;
    color: #fff;
}
.share-link-twitter svg {
    margin-bottom: -2px;
    fill: #ffffff;
}
.share-link-link {
    background-color: #ffffff;
}
.share-link-anywhere-caption {
    display: none;
}

.splash-share td.text-center {
    width: 70px;
}

.footer-banner {
    padding: 80px 0px;
    background: #101e36;
    margin-top: 80px;
    color: #d8d8d8;
}
.footer-img {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto 50px;
    display: block;
}
.footer-banner a {
    color: #ffc72b !important;
}
#nexus-raffle-logo-wrapper p {
    color: #fff;
}
#nexus-raffle-logo-wrapper.nexus-logo-dark > div > a {
    background-image: url(/images/raffle-logo-light-350x85.png);
}
#nexus-raffle-logo-wrapper {
    margin-bottom: 0px;
    margin-top: 50px;
}
.gaming-bar-sask td {
    border-top: none !important;
}