@font-face {
    font-family: 'KnockoutHTF51';
    src: url('assets/fonts/Knockout-HTF51-Middleweight.otf');
    font-style: normal;
}

span {
    font-family: 'KnockoutHTF51';
    text-transform: none;
    color: #ffef00;
    padding-bottom: 30px;
}

p {
    font-family: 'KnockoutHTF51';
    color: #000;
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 20px;
}

h1 {
    font-family: 'KnockoutHTF51';
    font-size: calc(1rem + 1vw);
    text-transform: uppercase;
    color: #000 !important;
    text-align: center;
    font-weight: normal !important;
    padding-top: 30px;
}

h2 {
    font-family: 'KnockoutHTF51';
    font-size: calc(1.2rem + 0.8vw);
    padding-top: 30px;
    text-transform: uppercase;
    color: #000 !important;
    text-align: center;
    font-weight: normal !important;
    padding-bottom: 10px;
}

h3 {
    font-family: 'KnockoutHTF51';
    font-size: calc(1rem + 0.8vw);
    padding-top: 0px;
    text-transform: none;
    color: #000;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px;
}

h4 {
    font-family: 'KnockoutHTF51';
    font-size: calc(1.2rem + 0.6vw);
    padding-top: 0px;
    text-transform: none;
    color: #000;
    text-align: center;
    font-weight: normal !important;
    letter-spacing: 0.5px;
}

h5 {
    font-family: 'KnockoutHTF51';
    font-size: 1.2em;
    padding-top: 0px;
    text-transform: none;
    color: #000;
    text-align: center;
    font-weight: normal !important;
}

.btn-primary {
    font-family: 'KnockoutHTF51';
    border-radius: 0px;
    box-shadow: none;
    border: none;
    width: 100%;
    color: #ef3e23;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 10px;
    background-color: #ffffff;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:hover,
.btn-primary:active {
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    color: #ef3e23;
    outline: none;

    /* box-shadow: inset 0 0 0 10em #ffdcc7 */
}

.btn:disabled {
    font-family: 'KnockoutHTF51';
    border-radius: 0px;
    box-shadow: none;
    border: none;
    width: 100%;
    color: #ef3e23;
    outline: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-top: 10px;
    background-color: #ccc;
}

.btn-secondary {
    font-family: 'KnockoutHTF51';
    border-radius: 0px;
    box-shadow: none;
    background: #000;
    border: none;
    width: 100%;
    color: #ef3e23;
    outline: none;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary:hover,
.btn-secondary:active {
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.4);
    background: #000;
    color: #ef3e23;
    outline: none;
}

.input-date {
    color: #000;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
}

.input-date:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    width: 100%;
    border: none;
    outline: none;
}

.age-gate {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-left: 5px;
    padding-right: 5px;
}

.form {
    display: block;
    margin-top: 0em;
}

/* Footer section */
/* .downtown {
    position: fixed;
    bottom: 0 !important;
    display: block;
    width: 100%;
} */
.footer-mobile {
    /* position: fixed */
    overflow-x: hidden;
    text-align:center;
/*    background: #e70d2f;*/
    margin: 0 auto;
    width: 100%;
}
.footer-mobile img{
    width:100%;
}

.footer-desktop {
    /* position: fixed; */
    overflow-x: hidden;
    text-align:center;
/*    background: #e70d2f;*/
    margin: 0 auto;
    width: 100%;
    max-height:160px;
}

.footer-desktop img{
width:100%;
max-width:465px;
}
.winnerbanner{

    overflow-x: hidden;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    background: #e70d2f;
}
.winnerbanner img{
    width:100%;
    max-width:465px;
}

label {
    font-family: 'KnockoutHTF51';
    color: #000;
    padding: 0px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal !important;
    letter-spacing: 1px;
}

/* Mobile rules */
@media (max-width:767px) {
    section.background {
        min-height: 100vh;
        background-image: url('assets/mobile-background.jpg');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    .footer-desktop {
        visibility: hidden;
        display: none;
    }

    .footer-graphic-desktop {
        visibility: hidden;
        display: none;
    }
}
.logo .col-8 img{
    max-width:175px;
}
.logo .col-8{
text-align:center;
}
.no-gutters.pb-0
{   position: absolute;
    bottom: 0;
    width:100%;
}
.no-gutters.pb-0 p{
    font-family: 'KnockoutHTF51';
    font-size: 0.7em;
    padding-top: 0px;
    text-transform: none;
    color: #000;
/*    text-align: center;*/
    font-weight: light;
}
/* Desktop rules */
@media (min-width:768px) {
    section.background {
        min-height: 100vh;
        background-image: url('assets/background-img-desktop.jpg');
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    .footer-mobile {
        visibility: hidden;
        display: none;
    }

    .footer-graphic-mobile {
        visibility: hidden;
        display: none;
    }
}

.header-logo {
    display: flex;
    background-image: url('assets/SL-headline.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 13em;
}

.logo-row {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}

.backdrop {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
    margin-top: 20px;
    justify-content: center;
}

.form-select {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border-width: 2px;
    border-color: #77283c;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 0px;
}

.form-select:focus {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
    border-width: 2px;
    border-color: #77283c;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    margin-top: 0px;
}

.brand-share-input {
    box-shadow: none;
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%;
    color: #000;
}

.brand-share-input:focus,
.brand-share-input:focus-visible,
.brand-share-input:active {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px;
    width: 100%;
    outline: none;
}

.form-control {
    font-family: 'KnockoutHTF51' !important;
    color: #000;
    box-shadow: none;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
    color: #000;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    outline: none;
}

select.form-control {
    font-family: 'KnockoutHTF51' !important;
    -webkit-appearance: menulist;
    color: #000;
    letter-spacing: 1px;
}

.form-control::placeholder {
    color: #ccc;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 1.1em;
}

::placeholder {
    font-family: 'KnockoutHTF51';
    color: #ccc;
}

input[type="text"].form-control::-webkit-input-placeholder {
    font-family: 'KnockoutHTF51';
    color: #ccc;
    letter-spacing: 1px;
    font-weight: normal;
}

.aria-labelledby {
    color: #000;
}

input#customFile.upload-file {
    display: flex;
    color: #000;
    border-width: 13px;
    border-radius: 0px;
}

.form-check-input {
    background: transparent;
    border-radius: 0px !important;
    border: 2px solid #ffffff;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: #ffffff;
    box-shadow: none;
}

.card {
    border-radius: 0px ;
    border-color: #ffffff;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
}

.btn-link {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.btn-link:hover,
.btn-link:focus {
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
}

.col-10.col-lg-10.col-md-10.col-sm-10 {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#Stores {
    box-shadow: none;
    background: transparent;
    border: 2px solid #77283c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    display: flex;
}

body {
    overflow-x: hidden;
}

a {
    color: #152238;
    text-decoration: underline;
}

a:hover {
    color: #152238;
}

.logo {
    padding-top: 3vh;
    padding-bottom: 1vh;
}

hr {
    margin: 2rem 0;
    color: #ffffff;
    border: 0;
    border-top: 2px solid;
    opacity: 1;
}

li {
    font-family: 'KnockoutHTF51';
    padding-top: 5px;
    font-size: 1.5em;
    color: #ffffff;
}

.brand-share {
    padding-top: 10px;
    padding-bottom: 10px;
}

.social-share {
    display: inline-flex;
    padding-top: 15px;
    justify-content: center;
}

.social-icons {
    height: 40px;
    width: 40px !important;
    margin-left: 10px;
    margin-right: 10px;
}

ul {
    margin: 0px;
}

.prize-img {
    padding-top: 20px;
    padding-bottom: 0px;
}
/*
#body-content.container-fluid {
    padding-bottom: 10vh;
}*/

.navbar-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1030;
}

option {
    color: #ffffff;
    background-color: #ef3e23;
    outline: none;
}
ol li{
    font-family: 'KnockoutHTF51';
    color: #000;
    font-size: 1em;
    margin-bottom: 0px;
    padding-top: 20px;
}



