body{
    background-color: #A5710D;
}


.home{
    width: 100vw;
    height: 100vh;
    position: fixed;
}


h1{
  font-family: Poppins;
  color: #ffffff;
  font-size: 13vw;
  font-weight: 900;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18%;
}

h2{
  display: none;
  font-family: Poppins;
  color: #ffffff;
  font-size: 19vw;
  font-weight: 900;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18%;
}

h3{
  font-family: acumin-pro;
  color: #ffffff;
  font-size: 2vw;
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
}

.overlay{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}


.text{
  z-index: 20;
}

.green{
  top: 9%;
  left: 65%;
  width: 20%;
  z-index: 1;
}

.orange{
  top: 61%;
  left: 23%;
  width: 15%;
  z-index: 3;
}

.yellow{
  top: 60%;
  left: 58%;
  width: 8%;
  z-index: 3;
}


@media (max-width:1025px){
  
  h1{
   display: none;
  }
  
    h2{
    display: flex;
    top: 48%;
    transform: translateY(48%); 
  }
  
  h3{
  font-size: 5vw;
  padding-top: 32%;
  }  


  
.green{
  top: 5%;
  left: 50%;
  width: 45%;
  z-index: 1;
}
  
.orange{
  top: 61%;
  left: 10%;
  width: 35%;
  z-index: 3;
}  
  
.yellow{
  top: 56%;
  left: 68%;
  width: 16%;
  z-index: 3;
}
}

