@font-face {
    font-family: IntelOne;
    src: url(fonts/intelone-display-regular.otf);
}

@font-face {
    font-family: IntelOneBold;
    src: url(fonts/intelone-display-bold.otf);
}

body {
    font-family: "IntelOne";
    position: relative;
    color: #FFF;
}
button, button:hover, button.active, button.focus {
    outline: none;
    box-shadow: none;
    color: #FFF;
}

.btn {
    color: #FFF;
    background-color: #00C7FD;
    border-radius: 0;
    border:none;
}

.text-cyan {
    color: #00C7FD;
}

#home-bg-gradient {
/*    background: rgb(1,78,244);*/
/*    background: radial-gradient(circle farthest-corner at left bottom, rgba(1,78,244,1) 0%, rgba(0,0,0,1) 100%);*/
    background: url(../images/home-bg.jpg) center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

#IntelCore-logo {
    background: url(../images/IntelCore.png);
    background-size: contain;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 144px;
    height:67px;
    z-index: 9999;
}
#IntelAIvolution-logo {
    background: url(../images/IntelAIvolution.png);
    background-size: contain;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 288px;
    height:61px;
    z-index: 9999;
}

#sub-bg {
    background: url(../images/bg1.png);
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

main {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
}

a {
    color: #FFF;
}
.btn-home {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/icon-home.png) no-repeat center right;
    background-size: contain;
    font-size: smaller;
    padding: 7px 40px 7px 0;
    color: #fff;
}

#home-box h1 {
    position: absolute;
/*    top: 22vh;*/
/*    left: 58vw;*/
/*    font-size:58px;*/
}
#home-box img {
    max-height: 78vh;
    max-width:70vw;
}
#home-box a {
    position: absolute;
/*    top: 45vh;*/
    left: 65vw;
    font-size: 30px;
    text-align: left;
}



.tote-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;left:0;
    background: url(../images/TuiTote.png) no-repeat center center;
    background-size: contain;
}

canvas {
    border: 3px dotted #00C7FD;
}

.processing {
    color: #000;
}
.processing,
.canvas-position {
    position: absolute;
    top:40%;
    left:50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#avatar-thumb {
    width: 100%;
    height:150px;
    background: no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.sticker-1 {background: url('../images/StickerPack/Sticker-01.png');}
.sticker-2 {background: url('../images/StickerPack/Sticker-02.png');}
.sticker-3 {background: url('../images/StickerPack/Sticker-03.png');}
.sticker-4 {background: url('../images/StickerPack/Sticker-04.png');}
.sticker-5 {background: url('../images/StickerPack/Sticker-05.png');}
.sticker-6 {background: url('../images/StickerPack/Sticker-06.png');}
.sticker-7 {background: url('../images/StickerPack/Sticker-07.png');}
.sticker-8 {background: url('../images/StickerPack/Sticker-08.png');}
.sticker-9 {background: url('../images/StickerPack/Sticker-09.png');}
.sticker-10 {background: url('../images/StickerPack/Sticker-10.png');}

.sticker-1,
.sticker-2,
.sticker-3,
.sticker-4,
.sticker-5,
.sticker-6,
.sticker-7,
.sticker-8,
.sticker-9,
.sticker-10
 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 65px;
    height:65px;
    text-indent: -9999px;
    margin: 5px;
    padding: 5px;
}
.design-panel-hr {
    border: solid 1px white;
}

.player-name-box {
    color:#2253A8;
    border-left: solid 5px #2253A8;
    padding-left: 10px;
    position: absolute;
    top:30px;
    left:40px;
    font-size:smaller;
    line-height: 15px;
}

.big-circle {
    text-align: center;
    align-items: center;
    border: solid 1px #fff;
    height: 250px;
    width: 250px;
    padding-top: 50px;
    /* border-radius 50% will make it fully rounded. */
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius: 50%;
}

.big-number {
    font-size:128px;
    line-height:128px;
}