* {
    cursor: none;

}

::selection {
    color: #F3EFE9;
    background: #100F0F;
}

body {
    background-color: #F3EFE9;
    overflow-x: hidden;
}

div.logo {
    font-family: "Crimson Text";
    font-size: 40px;
    position: relative;
    margin-left: 3.0%;
    margin-top: 1.2%;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #100F0F;
    
}

h1 {
    position: relative;
    font-family: "Crimson Text";
    font-size: 6.5vw;
    font-weight: 600;
    pointer-events: none;
    color: #100F0F;
    margin-top: 2%;
    margin-left: 8%;
    z-index: 1;
}

img.photoWallLabel {
    position: relative;
    overflow: hidden;
    margin-top: -5vh;
    margin-left: -10vw;
    margin-right: -3vw;
    width: 60vw;
}

div.cropContainerWall {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    left: 40%;
    top: 20%;
    transition: top 0.5s ease-out, left 0.5s ease-out;
}

p.photoCaption {
    font-family: "Crimson Text";
    font-size: 0.8vw;
    font-weight: 100;
    font-style: italic;
    color: #100F0F;
    margin-top: -0.1%;
}

span.photoCaption {
    font-weight: 600;
}

div.visit {
    font-family: "Crimson Text";
    font-size: 3.5vw;
    font-weight: 600;
    color: #100F0F;
    margin-top: 20%;
    margin-left: 8%;
    position: relative;
    display: inline-block;
}

div.visit > p {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

div.rightDownArrow {
    display: inline-block;
    position: relative;
    width: 4vw;
    height: 4vw;
    margin-left: 0.5%;
    transform: translate(0, 8%);
    overflow: hidden;
    z-index: 1;
}

svg.rightDownArrow {
    border: 30px solid transparent;
    margin: -30px;
    position: relative;
    width: 3.5vw;
    transform: translate(0, 6%);
    transition: transform 0.5s ease-out;
}

div.rightDownArrow:hover > svg.rightDownArrow {
    transform: translate(4.6vw, 4.6vw);
}

svg.rightDownArrowHover {
    border: 30px solid transparent;
    margin: -30px;
    position: relative;
    top: -7.8vw;
    left: -4.35vw;
    width: 3.5vw;
    transform: translate(0, 8%);
    transition: transform 0.5s ease-out;
    pointer-events: none;
}

div.rightDownArrow:hover > svg.rightDownArrowHover {
    transform: translate(4.6vw, 4.6vw);
}

p.manifestoBody {
    position: relative;
    font-family: "Crimson Text";
    font-size: 2vw;
    line-height: 105%;
    margin-left: 45%;
    margin-right: 10%;
    z-index: 1;
}

a.wikilabel, a.sothebyLabel {
    text-decoration: underline;
    text-decoration-thickness: 3%;
    text-underline-offset: 10%;
    transition: text-underline-offset 0.1s ease-out;
}

a.wikilabel:hover, a.sothebyLabel:hover {
    text-underline-offset: 15%;
}

p.wikiHoverLink, p.sothebyHoverLink {
    position: fixed;
    display: block;
    padding-left: 0.5%;
    padding-right: 0.5%;
    font-size: 1vw;
    font-weight: 600;
    background-color: white;
    border: 1px solid #100F0F;
    transition: opacity 0.2s ease-out;
}

span.manifesto {
    position: relative;
    font-family: "Crimson Text";
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
    color: #100F0F;
    z-index: 1;
}

img.photoChairLabel {
    position: relative;
    overflow: hidden;
    margin-left: -16vw;
    margin-right: -14vw;
    width: 60vw;
}

div.cropContainerChair {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    margin-top: 10%;
    left: 10%;
    top: 80%;
    transition: top 0.5s ease-out, left 0.5s ease-out;
}

div.instructions{
    position: relative;
    margin-top: 8%;
    pointer-events: none;
    z-index: 1;
}

p.instructions {
    font-family: "Crimson Text";
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
    color: #100F0F;
    margin-left: 4%;
}

p.steps {
    font-family: "Crimson Text";
    font-size: 2vw;
}

p.recommendation {
    font-family: "Crimson Text";
    font-size: 1vw;
}

div.grid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background-color: #100F0F;
    padding-top: 1px;
    padding-bottom: 1px;
}

div.grid1 > div {
    background-color: #F3EFE9;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

div.grid2 {
    display: grid;
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    gap: 1px;
    background-color: #100F0F; 
}

div.grid2 > form {
    background-color: #F3EFE9;
    position: relative;
    text-align: left;
    font-size: 30px;
  }
  
div.grid2 > form > div > button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #100F0F;
    transition: width 0.4s cubic-bezier(.22,.67,.27,1);
}
  
div.grid2 > form > div > button {
    overflow: visible;
    position: relative;
    pointer-events: auto;
    padding-left: 5%;
    font-family: "Crimson Text";
    text-align: left;
    background-color: transparent;
    border: none;
    color: #100F0F;
    height: 19.8vh;
    width: 100vw;
    font-size: 3vw;
    font-weight: 600;
    transition: transform 0.3s ease-out, color 0.1s ease-out;
}
  
div.grid2 > form > div > button:hover::before {
    width: 98.7vw;
}

div.grid2 > form > div > button:hover {
    color: #F3EFE9;
}

div.grid2 > form > div > button > span {
    position: relative;
    z-index: 1;
}

div.circleCursor {
    position: fixed;
    transform-origin: center;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background-color: rgba(16, 15, 15, 0.3);
    pointer-events: none;
    z-index: 9999;
    transform: scale(0.8);
    transition: left 0.3s ease-out, top 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, background-color 0.1s ease-out, margin-left 0.5s ease-out, margin-top 0.5s ease-out;
}

img.wallLabel, img.chairLabel, img.tableLabel, img.doorLabel, img.windowLabel {
    position: fixed;
    display: block;
    pointer-events: none;
    z-index: 2;
    width: 25vw;
    border: 1px solid #100F0F;
    transition: left 0.1s ease-out, top 0.1s ease-out, opacity 0.2s ease-out;
}

p.plus {
    position: fixed;
    pointer-events: none;
    color: #100F0F;
    font-size: 2em;
    font-family: "Crimson Text";
    translate: 0em -1em;
    z-index: 9999;
    transition: left 0.1s ease-out, top 0.1s ease-out;
}

