*{box-sizing: border-box;}
canvas { display: block; }
body, html{padding:0;margin:0;}

html, body {
height: 100%;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
font-family: "Signika Negative", sans-serif, Arial;
}
  
  
body {
overflow-x: hidden;
overflow-y: scroll;
}




.section {
    height: 100svh;
    outline: 1px solid #ccc; /* For visualization purposes */
    position: relative;
    padding:5vh 10vw;
    position: relative;
    z-index: 3;
}
.EMPTYSECTION{
    z-index: 5;
}
.section.fillSpaceForScatterSection{
    height: 70svh;
}
.spacer{
    height: 50svh;
    outline: 1px solid #ccc; /* For visualization purposes */
    position: relative;
    padding:5vh 10vw;
}

.movingObject {
    z-index: 999;
    background-color: yellow;
    width:100px;
    height:100px;
}
.marker1{
    width: 100px;
    height: 100px;
    display:inline-block;
}
.section1{
    display:flex;
    justify-content: center ;
    align-items: flex-start;
    flex-direction: column;
}

.marker01, .marker0{
    position: absolute;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background-color: orange; /* For visualization purposes */
}
.marker2,
.marker3 {
    position: absolute;
    width: 100px;
    height: 100px;
    top:50%;
    transform: translate(-50%, -50%);
    background-color: orange; /* For visualization purposes */
}
.marker01{bottom:50%;left:50%;right:50%;}
.marker0{top:50%;left:50%;right:50%;}
.marker1{left:10%;}
.marker2{right:10%;}
.marker3{left:50%;position: relative;}
.marker1 { background-color: red; }
.marker2 { background-color: green; }
.marker3 { background-color: rgba(0,0,255,0); }
.marker3 img{width:100%;}

.hez{
    top:0;
    left:0;
    position: absolute;
    opacity: 0;
}


.marker3Replacement{
    background-color:yellow;
    width:100%;
    height:100%;
    opacity:0;
    z-index: 100;
    position: relative;
}



#pinSection {
display: flex;
align-items: center;
justify-content: center;
}
#imageCanvas {
max-width: 100%;
max-height: 100vh;
width:100%;
height:100svh;
display: block; /* Removes the bottom margin/padding */
position: absolute;
top:0;
left:0;
}



.imageContainer{
    display: flex;
    align-items: center;
    position: relative;
    height:100svh;
    z-index: 3;
}

.sectionBuildYourOwn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height:100svh;
    background-color:rgba(255,215,0,0.1);
    z-index: 2;
    position: relative;
}
.anotherDiv{
    max-width: 500px;
    text-align: center;
}
h1{
    font-size:5rem;
    line-height: 10px;
}
p{
    font-size:1.5rem;
}
button{
    font-size:1.5rem;
    padding:1rem 2rem;
    border-radius:20px;
    border:0px solid;
    background-color:gold;
    font-weight: bold;
}