body {
    background: url(../img/big-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

img.logo {
    max-width: 300px;
}

#canvas-container {
    position: relative;
    margin: 0 auto;
}

#my-canvas {
    z-index: 1;
    width: 100%;
}

#bg-wheel {
    position: absolute;
    width: 100%;
    left: 0;
    /* top: -18px; */
    z-index: 999;
}

.bg-winner {
    /* background: url(../img/bg-modal.gif) repeat bottom center fixed; */
    background: url(../img/bg-modal.gif) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.winner-box {
    text-align: center;
    background: rgba(0,0,0,.8);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.modal-prize-title {
    text-align: center;
    color: #ebe27c;
    font-size: 36px;
    font-weight: bold;
}

.coupon-claim {
    color: rgb(238, 255, 0);
    text-decoration: none;
}

.coupon-claim:hover {
    background: rgb(238, 255, 0);
    color: #000;
}

h1,
h2,
h3,
h4 {
    color: #fbffc2;
    font-weight: bold;
}

.bg-winner h1, .bg-winner h2, .bg-winner p {
    color: #fbff00;
    background: rgba(0,0,0,.8);
    padding: 0.5rem 0;
}

.noJs h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

p {
    font-size: 18px;
    color: #fbffc2;
}

.noJs p {
    text-align: center;
}

h2#modalPrize {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #ebe27c;
}

form.form-wheel label {
    color: #fbffc2;
    font-size: 19px;
    font-weight: 700;
}

form.form-wheel button {
    padding-left: 3rem;
    padding-right: 3rem;
}

.ready {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

@media (min-width: 768px) {    
}

@media (min-width: 992px) {    
    #canvas-container {
        max-width: 600px;
    }

    #bg-wheel {
        max-width: 600px;
    }
}