html, body {
    max-width: 100%;
    overflow: hidden;
  }
  
  body{
    
      margin: 0;
      padding: 0;
      font-family:sans-serif;
      background-color: rgba(194,255,37,1);
  /* background: linear-gradient(180deg, rgba(194,255,37,0.81) 0%,
   rgba(255, 255, 255, 0) 21%, rgba(255, 255, 255, 0) 29%,
    rgba(123, 239, 226, 0.81) 50%, rgba(255, 255, 255, 0) 71%,
  rgba(255, 255, 255, 0) 79%, rgba(227, 58, 154, 0.81) 100%); */
  background-image: linear-gradient(180deg, rgba(194,255,37,1) 12%,
  rgba(255, 255, 255, 1) 100%);
  height: 100vh;

  }

  #preloader{
    /* background: rgba(194,255,37,1); */
    background-image: linear-gradient(180deg, rgba(194,255,37,1) 12%,
    rgba(255, 255, 255, 1) 100%);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    margin: 0;
  }

  .bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 37%;
    top: 12%;
  }
  
  /* doodle 1 */
  
  .d-1{
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 28vh;
  
  }
  
  .d-1 img{
    width: 100%;
  }
  
  /* doodle 2 */
  
  .d-2{
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 95vh;
    left: 36%;
  
  }
  
  .d-2 img{
    width: 100%;
  }
  
  /* doodle 3 */
  
  .d-3{
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 150vh;
    left: -36%;
  
  }
  
  .d-3 img{
    width: 100%;
  }
  
  /* doodle 4 */
  
  .d-4{
    position: absolute;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 200%;
    left: 46%;
  
  }
  
  .d-4 img{
    width: 100%;
  }
  
  /* doodle 5 */
  
  .d-5{
    position: absolute;
    overflow: hidden;
    z-index: -1; 
    width: 100%;
    margin: auto;
    top: 74vh;
    left: -15%;
  }
  
  .d-5 img{
    width: 40%;
  }
  
  
  
  /* .bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 190%;
    left: 0%;
  }
  
  .bg-small-1{
    position: absolute;
    z-index: -1;
    width: 10%;
    margin: 0;
    padding: 0;
    top: 110%;
    left: 8%;
  }
  
  .bg-small-10{
    position: absolute;
    z-index: -1;
    width: 90%;
    margin: 0;
    padding: 0;
    top: 40%;
    left: 7%;
  }
  
  .bg-small-1 img, .bg-small-10 img{
    width: 100%;
  }
  
  
  .bg img{
    width: 100%;
  } */
  
  .logo{
    width: 60%;
    margin: 0 auto;
  }
  
  .logo img{
    display: block;
    height: 80px;
    margin: auto;
    padding: 10px 0 0 0;
  }
  
  
  
  .menu{
    width: 60%;
    table-layout: fixed;
    margin: auto;
    color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-style: italic;
      text-align: center;
      padding: 10px 0 0 0;
  }
  
  .menu-mobile{
    display: none;
    width: 60%;
    margin: auto;
    color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-style: italic;
      text-align: center;
      padding: 10px 0 0 0;
  }
  
  .menu a, .menu-mobile a{
    color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-style: normal;
  }
  
  .art-item{
    width: 80%;
    margin: auto;
    padding: 40px 0 0 0;
  }
  
  .art-item p{
    width: 90%;
    margin: auto;
    padding: 20px 0 0 0;
    font-size: 3em;
    text-align: center;
  }
  
  .art-item .render{
    width: 70%;
    margin: auto;
  
  }
  
  .art-item img{
    width: 100%;
    margin: auto;
    padding: 20px 0 0 0;
  }


/* .content__type a:hover{color: #69140c;} */
  .art-item a{  display:inline-block; color:#000;}
  .art-item span { position:absolute; display:none; z-index:-1; overflow: visible;}
  .art-item a:hover span { display:block;  }
/* .art-item a:hover + .hiddenImg {display: block;} */



  @media (max-width: 1400px){
    .bg{
      
    left: 37%;
    top: 32%;
    }
  }
  
  @media (max-width: 850px) {
    .menu{
      display: none;
    }
  
    .menu-mobile{
      display: table;
    }

    .bg{
    left: 0%;
    top: 62%;
    transform: rotate(75deg);
    width: 850px;
    }

    .art-item{
      font-size: 7px;
      text-transform: uppercase;
    }

    .art-item a:hover span {
      display: none;
    }

    
  
  
  }
  
  @media (max-width: 1024px){
    .art-item{
      width: 100%;
    }
  
    .art-item .render{
      width: 100%;
      margin: auto;
      
    
    }

    .overlay-loader{
      top: 39%;
    }
  
  }

