/*@media (min-width:320px) {
    body {
        background-image: url('../bg2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .the_wheel {
        position: fixed;
        top: 120px;
        right: 0;
        left: 0;
        background-image: url('../we1.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .the_wheel1 {
        position: fixed;
        top: 120px;
        right: 0;
        left: 0;
        background-image: url('../we2.png');
        background-position: center;
        background-repeat: no-repeat;
    }

    .tempat {
        position: relative;
        top: 570px;
        margin: auto;
        width: 50%;
        padding: 10px;
        text-align: center;
    }

    .btnspin {
        position: relative;
        background: #84c4e9;
        display: block;
        width: 200px;
        border: none;
        cursor: pointer;
        text-align: center;
        background-image: -webkit-linear-gradient(top, #4076da, #1f3f7b);
        background-image: -moz-linear-gradient(top, #4076da, #1f3f7b);
        background-image: -ms-linear-gradient(top, #4076da, #1f3f7b);
        background-image: -o-linear-gradient(top, #4076da, #1f3f7b);
        background-image: linear-gradient(to bottom, #4076da, #1f3f7b);
        -webkit-border-radius: 10;
        -moz-border-radius: 10;
        border-radius: 50px;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 22px;
        padding: 20px;
        text-decoration: none;
    }

    .btn:hover {
        background: #fcd63c;
        background-image: -webkit-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -moz-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -ms-linear-gradient(top, #fcd63c, #cedb14);
        background-image: -o-linear-gradient(top, #fcd63c, #cedb14);
        background-image: linear-gradient(to bottom, #fcd63c, #cedb14);
        text-decoration: none;
    }
}*/

/*.the_wheel {
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    background-image: url('../we1.png');
    background-position: center;
    background-repeat: no-repeat;
}*/

/* .wheel {
    position: fixed;
    bottom:0px;
    right:25%;
    left:50%;
    margin-left:-195px;
} */

/*.the_wheel {
    background-image: url('../Lingkaran.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
}*/

@media (min-width : 320px) {
    .container {
        width: 600px;
        height: 600px;
        padding-top: 150px;
    }

    body {
        background: url('../bgmobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    
    .borderwheel {
        position: absolute;
        bottom: 1px;
        width: 340px;
        left: 20px;
    }
    
    .canvasnya {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
    }
	
	.the_wheel {
		margin-top: -150px;
	}

    
    /*.the_wheel1 {
        position: fixed;
        top: 120px;
        right: 0;
        left: 400px;
        background-image: url('../w2.png');
        background-position: center;
        background-repeat: no-repeat;
    }*/
    
    .tempat {
        margin: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: -120px;
        scale: 0.7;
    }
    
    .content-isi {
        position: relative;
        top: 80px;
    }

    .btnspin:hover {
        background-image: -webkit-linear-gradient(top, #000000, #000000);
        background-image: -moz-linear-gradient(top, #000000, #000000);
        background-image: -ms-linear-gradient(top, #000000, #000000);
        background-image: -o-linear-gradient(top, #000000, #000000);
        background-image: linear-gradient(to bottom, #000000, #000000);
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
        border-color: white;
        -webkit-transition: .3s border, .3s box-shadow;
        -o-transition: .3s border, .3s box-shadow;
        transition: .3s border, .3s box-shadow;
        will-change: border, box-shadow;
    }
    
    .btnspin {
        position: relative;
        background: #84c4e9;
        display: block;
        width: 50%;
        left: 25%;
        border: none;
        cursor: pointer;
        text-align: center;
        background-image: -webkit-linear-gradient(top, #000000, #464646);
        background-image: -moz-linear-gradient(top, #000000, #464646);
        background-image: -ms-linear-gradient(top, #000000, #464646);
        background-image: -o-linear-gradient(top, #000000, #464646);
        background-image: linear-gradient(to bottom, #000000, #464646);
        -webkit-border-radius: 10;
        -moz-border-radius: 10;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: lighter;
        padding: 20px;
        text-decoration: none;
        background-color: #3514db;
        border: 1px solid gold;
        border-radius: 20px;
        -webkit-transition: .3s border, .3s box-shadow;
        -o-transition: .3s border, .3s box-shadow;
        transition: .3s border, .3s box-shadow;
        will-change: border, box-shadow;
    }
	
	.logo {
		width: 300px;
	}
}

@media (min-width : 780px) {
    .container {
        padding-top: 100px;
    }

    body {
        background-image: url('../bgdesktop.png');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .the_wheel {
        width: 600px;
        height: 600px;
    }
    
    .borderwheel {
        position: absolute;
        margin-top: 65px;
        bottom: 5px;
        width: 550px;
        left: 40px;
    }
    
    .canvasnya {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
    }
	
	.the_wheel {
		margin-top: 0px;
	}
    
    /*.the_wheel1 {
        position: fixed;
        top: 120px;
        right: 0;
        left: 400px;
        background-image: url('../w2.png');
        background-position: center;
        background-repeat: no-repeat;
    }*/
    
    .tempat {
        width: 600px;
        height: 600px;
        margin: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .content-isi {
        position: relative;
        top: 80px;
    }

    .btnspin:hover {
        background-image: -webkit-linear-gradient(top, #000000, #000000);
        background-image: -moz-linear-gradient(top, #000000, #000000);
        background-image: -ms-linear-gradient(top, #000000, #000000);
        background-image: -o-linear-gradient(top, #000000, #000000);
        background-image: linear-gradient(to bottom, #000000, #000000);
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8);
        border-color: white;
        -webkit-transition: .3s border, .3s box-shadow;
        -o-transition: .3s border, .3s box-shadow;
        transition: .3s border, .3s box-shadow;
        will-change: border, box-shadow;
    }
    
    .btnspin {
        position: relative;
        background: #84c4e9;
        display: block;
        width: 50%;
        left: 25%;
        cursor: pointer;
        text-align: center;
        background-image: -webkit-linear-gradient(top, #000000, #464646);
        background-image: -moz-linear-gradient(top, #000000, #464646);
        background-image: -ms-linear-gradient(top, #000000, #464646);
        background-image: -o-linear-gradient(top, #000000, #464646);
        background-image: linear-gradient(to bottom, #000000, #464646);
        -webkit-border-radius: 10;
        -moz-border-radius: 10;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 18px;
        font-weight: lighter;
        padding: 20px;
        text-decoration: none;
        background-color: #3514db;
        border: 1px solid gold;
        border-radius: 20px;
        -webkit-transition: .3s border, .3s box-shadow;
        -o-transition: .3s border, .3s box-shadow;
        transition: .3s border, .3s box-shadow;
        will-change: border, box-shadow;
    }
	
	.logo {
		width: 500px;
	}
}
