*{
    font-family: Cambria;
    margin: 0;
}

body{
    background-color:#231b59;
   
    height: 100vh;
}

#wrapper{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    overflow: auto;
}

#layer_1{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#layer_2{
    position: absolute;
    left: 0px;
    bottom: 0px;
}


#wrapper-top{
    height: 300px;
   
    background:#ffb56b ;
    background-size: 850px;
    position: relative;
    background-image: url("assets/forest.svg");
    background-position: left top;
}
#container-title{
    height: 150px;
}
#forest{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
#wrapper-bottom{
    height: 830px;
    width: 100%;
    background: #231b59;
    display: flex;
    

}



#wrapper-smoke-one{
    position: absolute;
    width: 300px;
    height: 500px;
    right: 50%;
    margin-right: 200px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none;
}


#title{
    color: whitesmoke;
    font-size: 80px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #231b59;
    position: relative;
    text-align: center;
    top: 50px;
    z-index: 3;
    
}


#wrapper-smoke-two{
    position: absolute;
    width: 300px;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    bottom: 0px;
    z-index: 0;
}

.text_stacks{
    color: #ffb56b;
    font-size: 25px;
    position: relative;
    left: 25%;
    top: 75%;
}

#wrapper-click-one{
    width: 100%;
    height: 30%;
    position:absolute;
    bottom:0px;
    left:0px;
    pointer-events: auto;
}

/*
#wrapper-click-one:hover{
}

#wrapper-click-one:active{
}
*/

#wrapper-click-two{
    width: 100%;
    height: 30%;
    position:absolute;
    bottom:0px;
    right:0px;
    pointer-events: auto;
}

.wrapper-map{
    width: 1000px;
    height: 827 px;
    margin: auto;
}

#heat-map{
    display: initial;
}

#dot-map{
    display: none;
}