@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;700&display=swap');

@font-face {
    font-family: 'denso_sans_highmedium';
    src: url('../fonts/densosanshigh-medium.eot');
    src: url('../fonts/densosanshigh-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/densosanshigh-medium.woff2') format('woff2'),
    url('../fonts/densosanshigh-medium.woff') format('woff'),
    url('../fonts/densosanshigh-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    font-family: 'Oswald', sans-serif;
    background: #ffdc0c;
    font-size: 16px;
    color: #000;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

h1 {
    font-family: 'denso_sans_highmedium', sans-serif;
    font-size: 44px;
}

h2, h3 {
    font-family: 'denso_sans_highmedium', sans-serif;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    h2, h3 {
        font-size: 30px;
    }
}

h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.container {
    max-width: 790px;
}


.navbar {
    background-color: #000;
    border: none;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 80px;
    font-weight: 700;
    box-shadow: rgba(255, 110, 128, 0.5) 0px 3px 8px;
    font-size: 12px;
    line-height: 14px;
}

nav .navbar-nav li a {
    color: #fff !important;
}

.navbar-brand {
    position: absolute;
    top: -5px;
    left: 15px;
    padding-top: 0 !important;
}

.navbar-toggler {
    border: 2px solid #fff;
    margin: 5px 5px 5px 48%;
    float: right;
}

.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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-expand-lg > .container {
    padding-left: 15px;
    padding-right: 15px;
}


@media only screen and (max-width: 991px) {

    .navbar-collapse {
        margin-top: 60px;
    }

    nav .navbar-nav li.user {
        position: relative;
        right: auto;
        bottom: 0;
        margin-bottom: 15px;
    }

    nav .navbar-nav li.user a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    nav .navbar-nav li.user a:first-child {
        margin-left: 0;
    }
}

.bg {
    background-image: url("../img/bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

#headline {
    margin-top: 30px;
    padding-top: 120px;
    background-color: #ffdb00;
    background-image: url("../img/hl.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@media only screen and (max-width: 600px) {
    #headline {
        background-color: #ffdb00;
        background-image: url("../img/hl-m.png");
        background-position: right bottom;
        background-size: 100% auto;
        padding-bottom: 300px;
        text-align: center;
    }

}

.hl0 {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
}

.hl0 span {
    background: #000;
    color: white;
    padding: 0 10px;
    display: inline-block;
    font-weight: bold;
}

.hl1 {
    font-family: 'denso_sans_highmedium', sans-serif;
    font-size: 60px;
    line-height: 70px;
    color: #000;
    margin-top: 15px;
}

.hl3 {
    color: #000;
}

@media only screen and (max-width: 800px) {
    .hl1 {
        margin-top: 30px;
        font-size: 40px;
        line-height: 50px;
    }

}

#steps p {
    font-size: 30px;
    font-weight: 200;
    color: #000;
}

#steps span {
    font-weight: 400;
}

#prizes > img {
    display: block;
    margin: 0 auto;
}

.cocktail p {
    font-size: 22px;
    font-weight: 300;
}

.cocktail h3 span {
    display: block;
    margin-top: 0;
    font-size: 11px;
    text-shadow: none;
    color: #000;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
}


#winners {
    text-transform: uppercase;
}

@media only screen and (max-width: 720px) {
    #winners {
        text-align: center;
    }
}

#winners .weekly {
    font-size: 10px;
}

#winners .weekly span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #fff;
}

#winners h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

#winners .daily {
    font-size: 10px;
}

footer {
    background-color: #27295c;
    padding: 0 0 25px 0;
}

footer a {
    font-weight: 700;
    display: inline-block;
    margin: 0 5px;
    text-transform: uppercase;
}

.step {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #000;
    font-size: 16px;
}

.step span {
    text-transform: uppercase;
    font-size: 18px;
}

.step .counter {
    font-family: 'denso_sans_highmedium', sans-serif;
    font-size: 50px;
    color: #000;
}

.weekly.step {
    background-color: #000;
}

.daily.step {
    background-color: #6bb8dc;
}

#cookie-bar {
    background-color: rgba(0, 0, 0, 0.8);
    height: auto;
    line-height: 30px;
    color: #eeeeee;
    text-align: center;
    padding: 16px 0;
    z-index: 99999;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    font-family: 'laysbold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #c60c0f;
}

#cookie-bar .cb-enable:hover {
    background: #c60c0f;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #0033bb;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

footer {
    color: #000;
    font-size: 12px;
    background: #ffdb00;
    padding: 20px 0;
    text-transform: uppercase;
    box-shadow: rgba(255, 110, 128, 0.5) 0 3px 10px;
}

footer a {
    color: #000;
}

footer a:hover {
    text-decoration: none;
    color: #000;
}

footer span {
    font-size: 12px;
}

footer .sub {
    margin-top: 10px;
    font-size: 10px;
}

#footer-logo {
    position: absolute;
    bottom: -20px;
    left: 0;
}

@media only screen and (max-width: 768px) {
    #footer-logo {
        position: relative;
        display: block;
        margin: 10px 0;
        left: auto;
        bottom: auto;
    }
}
