body  {
  background: #dbdbd7;
  margin:auto;
}

* {
  font-family: 'Montserrat', serif;
  font-size: 22px;
  color: #000000;
  line-height: 1.5;
}

a {
  color: #000000;
    font-size: 24px;
}

a:hover {
  text-decoration: line-through;
}

.section--top {
  height: 100vh;
  touch-action: none;
}


#toolbar {
  position: absolute;
  font-size: 50%;
  width: 4em;
  right: 3vw;
  top: 3vw;
  z-index: 1;
}

#toolbar * {
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
}

#toolbar input {
  width: 32px;
  height: 32px;
  font-size: 15px;
  box-sizing: border-box;
}

#toolbar button {
  border-style: none;
  width: 31px;
  height: 31px;
  color: red;
  background-color: red;
    box-sizing: border-box;
}

canvas {
  width:100%;
   max-width:100%;
   height:100%;
   touch-action: none;
}

.about__text  {
position: absolute;
width: 28em;
left: 6vw;
bottom: 3vw;
z-index: -1;
}


.border {
  border-top: 1px solid #000000;
}

.img--logo {
  width: 25vw;
  z-index: 1;
  pointer-events: none;
  position: fixed;
  top: 2.5vw;
  left: 3vw;
}

.gallery {
  margin-bottom: 50px;
  padding-left: 6vw;
  padding-right: 6vw;
}

.gallery > div {
  columns: 21rem 2;
  gap:1.5rem;
  padding-top:0px;
  margin-bottom:1.25rem;
}

.gallery img {
  display:block;
  width:100%;
  margin-bottom:1.25rem;
}

.section--contact {
padding-right: 6vw;
padding-left: 6vw;
padding-bottom: 0;
}

.contact__inner {
  display: flex;

}

.contact__column  {
  width: 50%;
  text-align: right;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3.5vw;
    text-align: right;
    padding-right: 6vw;
    padding-left: 6vw;
    padding-bottom: 8vw;
}
