body {
  background: #ffeeee; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #cadba7,
    #ffeeee
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #eeede8,
    #fdf3f3
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.hero {
  display: grid;
  place-items: center;
  /*background-color: var(--whiteout);*/
  height: 186vh;
  position: relative;
}
.hero_title {
  text-align: center;
  position: absolute;
  max-width: 10ch;
  top: 25%;
  z-index: 2;
  cursor: none;
  mix-blend-mode: difference;
  color: rgb(224, 214, 214);
}
.hero_title div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_title span {
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.hero_title span:hover {
  color: rgb(255, 0, 0);
}
.hero img {
  position: absolute;
  /*transition: 1s ease-in-out;*/
}
.hero img:hover {
  mix-blend-mode: difference;
}
.hero img:nth-child(1) {
  width: 10.4rem;
  height: 17.1rem;
  top: 0;
  left: 4rem;
}
.hero img:nth-child(2) {
  width: 12.4rem;
  height: 10.1rem;
  top: 42rem;
  left: 50rem;
}
.hero img:nth-child(3) {
  width: 20.4rem;
  height: 10.1rem;
  top: 0;
  right: 0rem;
}
.hero img:nth-child(4) {
  width: 11.4rem;
  height: 23.1rem;
  top: 18rem;
  right: 38rem;
}
.hero img:nth-child(5) {
  width: 22rem;
  height: 10rem;
  top: 21rem;
  right: 0.7rem;
}
.hero img:nth-child(6) {
  width: 15.4rem;
  height: 13.1rem;
  top: 28rem;
  left: 0rem;
}
.hero img:nth-child(7) {
  width: 15.4rem;
  height: 10.6rem;
  top: 1rem;
  right: 32rem;
}

.hero img:nth-child(8) {
  width: 10.4rem;
  height: 23.1rem;
  top: 46rem;
  right: 0rem;
}
.hero img:nth-child(9) {
  width: 13.4rem;
  height: 8.1rem;
  top: 42rem;
  left: 6rem;
}
.hero img:nth-child(10) {
  width: 21.4rem;
  height: 13.1rem;
  top: 54rem;
  left: 0rem;
}
.hero img:nth-child(11) {
  width: 13.4rem;
  height: 10.1rem;
  top: 51rem;
  right: 23rem;
}
.hero img:nth-child(12) {
  width: 18.4rem;
  height: 12rem;
  top: 21rem;
  right: 0;
}
.hero img:nth-child(13) {
  width: 15.4rem;
  height: 13.1rem;
  top: 28rem;
  left: 0rem;
}
.hero img:nth-child(14) {
  width: 12.4rem;
  height: 9.6rem;
  top: 1rem;
  right: 32rem;
}

.hero img:nth-child(8) {
  width: 20.4rem;
  height: 33.1rem;
  top: 46rem;
  right: 0rem;
}
.hero img:nth-child(9) {
  width: 17.4rem;
  height: 12.1rem;
  top: 42rem;
  left: 6rem;
}
.hero img:nth-child(10) {
  width: 41.4rem;
  height: 23.1rem;
  top: 54rem;
  left: 0rem;
}
.hero img:nth-child(11) {
  width: 18.4rem;
  height: 16.1rem;
  top: 51rem;
  right: 23rem;
}
.hero img:nth-child(12) {
  width: 22.4rem;
  height: 18rem;
  top: 21rem;
  right: 0;
}
.hero img:nth-child(13) {
  width: 15.4rem;
  height: 13.1rem;
  top: 28rem;
  left: 0rem;
}
.hero img:nth-child(14) {
  width: 17.4rem;
  height: 12.6rem;
  top: 1rem;
  right: 32rem;
}
h1 span {
  font-size: 6em;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
}

.spacer {
  height: 600px;
}
.marquee {
  position: relative;
  margin-top: 1.6em;
  border: 1.5px dotted rgb(0, 0, 0);
  color: #000000;
  padding: 1.5em 0;
  font-weight: 100;
  line-height: 80%;
  font-size: 2em;
  text-transform: uppercase;
  overflow: hidden;
  font-family: newMontreal;
}
.marquee_inner {
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
}
.marquee_part {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 4px;
}
.arrow {
  width: 60px;
  height: 80px;
  margin: 0 1em;
  transform: rotate(90deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.arrow.active {
  transform: rotate(90deg);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mwakie-short {
  color: rgb(161, 158, 158);
  transform: rotate(-90deg) scale(0.6);
}

.contente {
  position: relative;
  /*background-color: rgba(255, 255, 255, 0.925);*/
  height: 100vh;
  padding-top: 1em;
  padding-left: 4em;
  padding-right: 4em;
  pointer-events: none;
  margin-bottom: 7em;
}
.proceedings h1 {
  font-size: 5.7em;
  font-weight: 300;
  font-stretch: extra-expanded;
  padding-left: 1.2em;
  letter-spacing: 9px;
}
.proceedings h2 {
  font-size: 10em;
  position: absolute;
  right: 0.4em;
  top: 12%;
  font-stretch: ultra-expanded;
  letter-spacing: 16px;
  font-style: italic;
  font-weight: bolder;
}
.contente p {
  width: 56%;
  line-height: 29px;
  font-size: 14px;
  padding-left: 2em;
  font-family: basis;
  font-stretch: extra-expanded;
  color: rgb(0, 0, 0);
}

.collabos {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.collabs-header {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  justify-content: space-between;
  position: absolute;
  top: 20%;
  padding: 3em 1em 0 1em;
  z-index: 2;
}
.letters {
  display: flex;
  line-height: 70%;
}
.img-holder {
  height: 100vh;
  width: 100vw;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zunguka {
  height: 70vh;
  width: 40vw;
  transform: rotate(-50deg);
  
}

.fullwidth-image_text {
  position: absolute;
  z-index: 5;
  top: 60%;
  left: 20%;
  width: 60vw;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  mix-blend-mode: difference;
}
.fullwidth-image_text h2 {
  font-size: 2em;
  display: none;
}
.fullwidth-image_text p {
  font-size: 1.1em;
  font-family: basis;
  width: 70%;
}

.collabs {
  padding: 0.6em 1.8em 0.9em 1.8em;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 6px;
  background: inherit;
  border: 1px solid var(--touchupcolour);
}
.collabs a {
  text-decoration: none;
  color: var(--whiteout);
}

.follow {
  width: 100vw;
  height: 50vh;
  position: relative;
}
.follow h2 {
  font-size: 2em;
  text-align: center;
  padding: 1.3em 1em;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social ion-icon {
  height: 25px;
  width: 35px;
  color: var(--accentcolour);
  align-items: center;
  justify-content: center;
  transition: 400ms ease-in-out;
}
.footer-social ion-icon:hover {
  color: var(--black);
}

@media only screen and (max-width: 858px) {
  body {
    overflow-x: hidden;
  }

  .spacer {
    height: 300px;
  }
  .marquee {
    margin-top: 0.6em;
    padding: 0.5em 0;
    font-weight: 100;
    font-size: 1em;
  }
  .arrow {
    width: 40px;
    height: 60px;
  }
  .contente {
    height: 80vh;
    padding-top: 0.4em;
    padding-left: 0.4em;
    padding-right: 0.4em;
  }
  .proceedings h1 {
    font-size: 2.4em;
  }
  .proceedings h2 {
    font-size: 2.4em;
    right: 0;
    top: 13%;
    letter-spacing: 6px;
  }
  .contente p {
    width: 100%;
    line-height: 28px;
    font-size: 15px;
    padding-top: 1.8em;
  }
  .fullwidth-image {
    position: relative;
    height: 70vh;
    width: 100%;
    overflow: hidden;
  }
}
