root { 
    display: block;
}

body{
    background-color: #000;
    background-repeat: repeat-x;
    background-position: top;
    overflow: hidden;
}

*, *:before, *:after {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
     
input, input:before, input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

::selection { background: transparent;color:inherit; }
::-moz-selection { background: transparent;color:inherit; }

#canvas{
    position: fixed;
    top: 0 !important;
    bottom:0 !important;
    margin: auto;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    height: auto  !important;
}

canvas {
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    -ms-touch-action: none;
}

.ani_hack{
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent; /* mobile webkit */
}

/***************FONTS*******************/

.check-fonts{
        position: fixed;
        opacity:0;
}

.check-font-1{
        font-family: 'BudweiserSerif-Display';
}


@font-face {
    font-family: 'BudweiserSerif-Display';
    src: url('BudweiserSerif-Display.ttf') format('ttf');
    font-weight: bolder;
    font-style: normal;
}
@media(orientation:portrait){
  html,body{
    background:  linear-gradient( #034187,#83ccfa,#1cc402);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 100%;
  }
  canvas{
    display: none !important;
  }
  .bg{
    display: none !important;
  }
  .rotate{
    display: block !important;
  }
  img{
    justify-items: center;
    width: 85%;
    margin: auto;
    display: block;
    padding-top: 50px;
  }
  .rotateLogo{
    width: 55%;
  }
}

@media(orientation:landscape){
  .rotate {
    display: none !important;
  }
    .bg{
    display: block !important;
  }

  canvas{
    display: block !important;
    /* margin-top: 30px !important; */
  }
}