@import url("https://use.typekit.net/gbd0sbq.css");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
}

html {
  margin: 0px;
  padding: 0px;
  font-size: 62.5%;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-kerning: normal;
  background: var(--darkGray);
}

/* default */

/* body {
  overflow: hidden;
} */

#svgforcolor {
  height: 0;
  width: 0;
}

.blockdiv {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;

  z-index: 9999999;
}

:root {
  --lightBlue: #abc3e5;
  --midBlue: #5b7da5;
  --darkBlue: #2d4f70;
  --beige: #fff7de;
  --darkGray: #191919;
  --midGray: #363636;
  --lightGray: #575757;
  --white: #ffffff;
  --black: #000000;
}

a {
  text-decoration: none;
}

.bigWrapper {
  width: 100%;
  height: 100vh;
  overflow-x: clip;
  overflow-y: auto;
  background-color: transparent;
}

.alpha {
  padding: 50px 0 30px 0;
  width: 100%;
  /* height: 100%; */
  /* overflow: hidden; */
  background-color: transparent;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 7rem auto 10vh;
}

.topbg {
  position: absolute;
  display: sticky;
  top: 0;
  background-color: var(--darkGray);
  height: calc(50px + 7rem);
  width: calc(100% - 7rem);
  z-index: 10;
}

.beta.top {
  grid-row: 1/2;
  position: sticky;
  /* padding: 3rem 0; */
  top: 50px;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto 50px auto;
  z-index: 12;
  display: grid;
  grid-template-columns: 3fr 1fr;
  justify-content: space-between;
  align-self: start;
  background-color: transparent;
}

.links.left.original {
  grid-column: 1;
  position: absolute;
  align-self: center;
  opacity: 1;
  transition-property: opacity display;
  transition-duration: 0.9s;
  transition-behavior: allow-discrete;
}

.links.left.original ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-self: start;
}

.links.left.original ul li {
  margin-right: 3.5rem;
}

.links.left.original ul li:last-child {
  margin-right: 0rem;
}

/* current page link color */

.links.left.original ul li:nth-child(2) a {
  color: var(--midBlue);
}
.links.left.original ul li:nth-child(2) a:hover {
  color: var(--lightBlue);
}

/* current page link color */

.links.right {
  grid-column: 2;
}

.links.right ul {
  display: grid;
  grid-template-columns: 1fr 2fr;
  list-style: none;
  align-items: center;
  justify-items: end;
  justify-self: end;
}

.links.right .abouttag {
  position: relative;
}

.links.right .upperrightlogo {
  grid-column: 1/2;
  display: flex;
  width: 3rem;
  height: 0.5rem;
  margin-right: 0.3rem;
  justify-content: end;
  align-items: center;
}

.links.right .upperrightlogo a {
  height: 3rem;
  width: 3rem;
  position: absolute;
}

.links.right .upperrightlogo img {
  height: 30px;
  justify-self: end;
  position: absolute;
  display: block;
  pointer-events: none;
}

.links a {
  white-space: nowrap;
  color: var(--white);
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.links.side a {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
}

.links a:visited {
  color: var(--white);
}

.alpha.lightTheme .links a:hover {
  color: var(--beige);
}

.alpha.darkTheme .links a:hover {
  color: var(--lightBlue);
}

.alpha.lightTheme .links a:focus-visible {
  color: var(--white);
  outline: 1px solid var(--white);
}

.alpha.darkTheme .links a:focus-visible {
  color: var(--lightBlue);
  outline: 1px solid var(--midBlue);
}

.alpha.lightTheme .links a:active {
  color: var(--lightBlue);
  outline: none;
}

.alpha.lightTheme .links a:active {
  color: var(--beige);
  outline: none;
}

.hamburgerMenu {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  width: 2rem;
  position: absolute;
  z-index: 99;
  list-style: none;
  cursor: default;
  opacity: 0;
  transition-delay: 0.7s;
  background-color: transparent;
  transition-property: display opacity;
  transition-duration: 0.9s;
  pointer-events: none;
  /* transition-behavior: allow-discrete; */
}

.links.left.side {
  display: none;
}

/* beta mid */

.beta.mid {
  grid-row: 2 / 3;
  position: relative;
  padding: 0rem;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto 5rem auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 19rem;
  justify-items: center;
  background-color: var(--darkGray);
  gap: 0rem;
  grid-auto-flow: dense;
}

.beta.mid .gamma {
  margin: 0;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #191919;
  border-radius: 0.69rem;
  border: 0rem solid var(--midGray);
  /*
 transform: translateY(90px);
  opacity: 0;
  display: block;
  animation: scrollslide ease-out forwards;
  animation-timeline: view();
  animation-range-start: 10px;
  animation-range-end: 300px;
  */
}

/* scroll animation */
/*
@keyframes scrollslide {

  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}
*/
.beta.mid .gamma .hoverfade {
  z-index: 3;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  backdrop-filter: none;
  transition:
    backdrop-filter 1.5s ease-out 1.1s,
    background-color 5s ease-in-out;
}

/* .beta.mid .gamma:hover .hoverfade {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
} */

.beta.mid .gamma img,
.beta.mid .gamma svg {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  object-fit: cover;

  transform: scale(0.6);
  filter: saturate(100%);
  transition:
    transform 0.5s ease-in-out,
    filter 0.3s ease-in-out;

  /* cursor: pointer; */
}

.beta.mid .gamma:hover img,
.beta.mid .gamma:hover svg {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  transform: scale(0.72);
}

.beta.mid .gamma .imgTitle {
  display: none;
}
.beta.mid .gamma svg .path3 {
  transition: fill 1.3s ease-in-out;
  fill: var(--white);
  z-index: 10;
}
.beta.mid .gamma svg .path1 {
  fill: url(#a);
  mix-blend-mode: screen;
  opacity: 100%;
}
.beta.mid .gamma svg .path2 {
  fill: url(#b);
  mix-blend-mode: screen;
  opacity: 75%;
}
.beta.mid .gamma:hover svg .path3 {
  fill: transparent;
}

/* double colour */
/* double colour */
/* double colour */
/* double colour */

#milkdecoiwhite {
  transition: fill 1.3s ease-in-out;
  fill: var(--white);
  z-index: 10;
}
.beta.mid .gamma:hover #milkdecoiwhite {
  fill: transparent;
  z-index: 10;
}
#milkdecoigray {
  transition:
    fill 1.3s ease-in-out,
    opacity 1.3s ease-in-out;
  mix-blend-mode: multiply;
  opacity: 1;
  fill: #ccc;
}

#tansogray,
#southgray .path3 {
  fill: #393939;
}

#southgray {
  transition: opacity 1.9s ease-in-out;
  opacity: 1;
  z-index: -10;
}

.beta.mid .gamma:hover #miledecoigray {
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.beta.mid .gamma:hover #southgray {
  opacity: 0;
}

#whatswhite {
  fill: var(--white);
}

.beta.mid .gamma #whatsbasethree {
  fill: #999;
  mix-blend-mode: multiply;
  transition: fill 1.9s ease-in-out;
}
.beta.mid .gamma:hover #whatsbasethree {
  fill: transparent;
}

.beta.mid .gamma #whatshighlight {
  fill: #d6d6d6;
  transition: fill 1.9s ease-in-out;
}
.beta.mid .gamma:hover #whatshighlight {
  fill: var(--white);
}

/* #resonance{scale:0.5;} */

/* .beta.mid .gamma:hover #distrotedoriginal {
  opacity: 0;
} 

/* for those png gamma */
/* for those png gamma */
/* for those png gamma */
/* for those png gamma */

/* the matte color filter doesn't work */

/* gamma five */
/* gamma sixteen */
/* gamma seventeen */
/* gamma wighteen */
/*
.beta.mid .gamma.twist img:last-of-type,
.beta.mid .gamma.room img:last-of-type,
.beta.mid .gamma.causality img:last-of-type,
.beta.mid .gamma.respira img:last-of-type,
.beta.mid .gamma.pink img:last-of-type,
.beta.mid .gamma.butcher img:last-of-type {
  opacity: 0;
  transition:
    opacity 1.9s ease-in-out,
    transform 1.9s ease-in-out;
}
.beta.mid .gamma.twist:hover img:last-of-type,
.beta.mid .gamma.room:hover img:last-of-type,
.beta.mid .gamma.causality:hover img:last-of-type,
.beta.mid .gamma.respira:hover img:last-of-type,
.beta.mid .gamma.pink:hover img:last-of-type,
.beta.mid .gamma.butcher:hover img:last-of-type {
  opacity: 1;
  transform: scale(1.07);
}
*/
#triggerwarning {
  color: red;
  font-weight: 500;
}

/* for those png gamma  end*/
/* for those png gamma  end*/
/* for those png gamma  end*/
/* for those png gamma  end*/

/* beta bottom */

.beta.bottom {
  grid-row: 3 / 4;
  max-width: 120rem;
  position: relative;
  align-self: center;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}

.footer {
  align-self: center;
  /* margin-left: 3rem; */
  justify-self: start;
  display: flex;
  align-items: center;
}

.footer p {
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
}

.footer img {
  pointer-events: none;
  width: 23px;
  margin: 0 5px 0 -3px;
}

/* copy */

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.hide {
  display: none;
  opacity: 0;
}

/* #lightbox {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

#lightbox.lightboxactive {
  display: block;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.lightContainer {
  z-index: 1001;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lightboxOverlay {
  z-index: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.crop {
  z-index: 1002;
  grid-column: 1/2;
  justify-self: end;
  align-self: center;
  width: 75%;
  height: 75%;
  position: relative;
}

.lightContainerBeta {
  grid-column: 2/3;
  position: relative;
  pointer-events: none;
} */
.lightboxChris {
  position: fixed;
  display: block;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition:
    opacity 0.5s ease-in-out,
    background-color 2.9s ease-out,
    backdrop-filter 1.7s ease-out;
}

.lightboxChris.chrisActive {
  position: fixed;
  opacity: 1;
  display: block;
  pointer-events: all;
  background-color: rgba(10, 10, 19, 0.75);
  backdrop-filter: blur(19px);
}

.chrisContainer {
  position: fixed;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

#x {
  position: absolute;
  margin-top: 5rem;
  width: 1.3rem;
  left: 50%;
  transform: translate(-50%);
  bottom: 5%;
  pointer-events: none;
  opacity: 75%;
  transition: opacity 0.5s ease-in-out;
}

.chrisCrop {
  grid-column: 1/2;
  justify-self: end;
  align-self: center;
  display: flex;
  align-content: center;
  justify-content: end;
  width: 50%;
  height: 35%;
  position: absolute;
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.5));
  border-radius: 0.69rem;
}

.lightboxImg {
  /* grid-column: 1/2;

  max-width: 75%;
  max-height: 75%;
  position: absolute;
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.5));
  border-radius: 0.69rem; */

  justify-self: center;
  align-self: center;
  pointer-events: none;
  object-fit: contain;
  position: absolute;
  opacity: 1;
  max-width: 120%;
  max-height: 120%;
}

.chrisContainerBeta {
  display: flex;
  grid-column: 2/3;
  flex-direction: column;
  max-width: 75%;
  align-items: flex-start;
  position: relative;
  align-self: center;
  justify-self: start;
  margin-left: 5rem;
  pointer-events: none;
}

.chrisTitle {
  position: relative;
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.8;
  pointer-events: auto;
}

.chrisText {
  position: relative;
  margin: 1rem 0;
  font-size: 1.8rem;
  letter-spacing: 0.07rem;
  line-height: 1.8;
  pointer-events: auto;
}

.chrisBtn {
  all: unset;
  z-index: -999;
  pointer-events: all;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  margin: 3rem 3rem 2rem 0;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  transition:
    background-color 390ms ease-in-out,
    color 390ms ease-in-out;
}

.chrisBtn.active:focus-visible {
  outline: 2px solid var(--white);
}

.chrisBtn.active a:focus-visible {
  outline: none;
}

.w-1 {
  grid-column: span 1;
}
.w-2 {
  grid-column: span 2;
}
.w-3 {
  grid-column: span 3;
}
.w-4 {
  grid-column: span 4;
}
.w-5 {
  grid-column: span 5;
}
.w-6 {
  grid-column: span 6;
}

.h-1 {
  grid-row: span 1;
}
.h-2 {
  grid-row: span 2;
}
.h-3 {
  grid-row: span 3;
}
.h-4 {
  grid-row: span 4;
}
.h-5 {
  grid-row: span 5;
}
.h-6 {
  grid-row: span 6;
}

/* resposiveness00000 */
/* resposiveness */
/* resposiveness */
/* resposiveness */
/* resposiveness */
/* resposiveness */
/* resposiveness */
/* resposiveness */

@media screen and (max-height: 500px) {
  #x {
    opacity: 0;
  }
}

@media screen and (max-width: 1420px) {
  .beta.bottom,
  .beta.mid,
  .beta.top {
    margin-right: 10rem;
    margin-left: 10rem;
    max-width: calc(100% - 20rem);
  }

  .hamburgerMenu {
    position: absolute;
    display: grid;
  }

  .logoimg {
    pointer-events: none;
    height: 100%;
    max-height: 30rem;
    width: 100%;
    max-width: 30rem;
    align-self: end;
  }

  .imgimg {
    pointer-events: none;
    width: 100%;
    height: 100%;
    object-fit: fit;
    align-self: end;
  }
}

@media screen and (max-width: 1200px) {
  .links.left.original {
    display: none;
    opacity: 0;
    /* transition-property: display opacity;
    transition-duration: 0.9s;
    transition-behavior: allow-discrete; */
  }

  .beta.bottom {
    position: relative;
    max-width: 100rem;
    width: auto;
    margin: 0 10rem;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center;
  }

  .beta.top {
    max-width: 100rem;
    width: auto;
    margin: 0 10rem;
    z-index: 11;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-self: start;
  }

  .beta.mid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hamburgerMenu {
    /* grid-column: 1; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 99;
    list-style: none;
    align-self: center;
    align-items: center;
    justify-self: start;
    justify-items: center;
    cursor: pointer;
    opacity: 1;
    transition-delay: 0.7s;
    pointer-events: auto;
    background-color: transparent;
    transition-property: display opacity;
    transition-duration: 0.9s;

    /* transition-property: display opacity;
    transition-duration: 0.9s;
    transition-behavior: allow-discrete;
    transition-timing-function: ease; */

    /* @starting-style {
      display: flex;
      opacity 0;
    } */
  }

  .hamburgerMenu:focus-visible {
    outline: 1px solid white;
    transition-delay: 0s;
  }

  .bigWrapper.active .hamburgerMenu {
    cursor: default;
  }

  .hamburgerMenu .bar {
    position: absolute;
    width: 100%;
    height: 1.9px;
    background-color: var(--white);
    border-radius: 0px;
    transition: 0.9s ease;
  }

  .hamburgerMenu .bar:visited {
    background-color: var(--white);
  }

  .alpha.lightTheme .hamburgerMenu.hovering .bar {
    background-color: var(--beige);
    transition: 0.3s;
  }

  .alpha.darkTheme .hamburgerMenu.hovering .bar {
    background-color: var(--lightBlue);
    transition: 0.3s;
  }

  .alpha.lightTheme .hamburgerMenu .bar:focus-visible {
    background-color: var(--white);
    outline: 1px solid var(--white);
  }

  .alpha.darkTheme .hamburgerMenu .bar:focus-visible {
    background-color: var(--lightBlue);
    outline: 1px solid var(--midBlue);
  }

  .alpha.lightTheme .hamburgerMenu .bar:active {
    background-color: var(--lightBlue);
    outline: none;
  }

  .alpha.lightTheme .hamburgerMenu .bar:active {
    background-color: var(--beige);
    outline: none;
  }

  .bar.top {
    transform: translateY(-5.7px);
  }

  .bar.bottom {
    transform: translateY(5.7px);
  }
  .bigWrapper.active .hamburgerMenu.hovering .bar {
    background-color: transparent;
  }

  .bigWrapper.active .hamburgerMenu .bar {
    transform: translateX(3rem);
    background-color: transparent;
    transition: 0.7s ease;
  }
  .bigWrapper.active .bar.top {
    background-color: transparent;
    transform: translateX(1.2rem) translateY(-5.7px);
  }

  .bigWrapper.active .bar.bottom {
    background-color: transparent;
    transform: translateX(0.7rem) translateY(5.7px);
  }

  .links.right {
    display: fixed;
    justify-self: end;
  }

  /* the glass effect */

  .alpha.darkTheme .links.left.side {
    background-color: rgba(190, 190, 190, 0.1);
  }

  .alpha.lightTheme .links.left.side {
    background-color: rgba(250, 250, 250, 0.25);
  }

  .links.left.side {
    position: fixed;
    padding: 1.7rem;
    top: 0;
    left: -32rem;
    max-width: 32rem;
    width: 100%;
    height: 100%;
    z-index: 95;
    display: grid;
    align-items: center;
    justify-content: start;
    backdrop-filter: blur(7px);
    transition: 0.9s;
  }

  .links.left.side.active {
    left: 0;

    /* @starting-style {
      left: -32rem;
    } */

    /* transition-delay: 700ms; */
  }

  .links.left.side ul {
    list-style: none;
    display: block;
    justify-items: start;
  }

  .bigWrapper.active .links.left.side.active ul {
    list-style: none;
    display: block;
    justify-items: start;
    margin-left: 0.75rem;
    transition: margin 0.9s ease;
    transition-delay: 0.75s;

    /* @starting-style {
      margin-left: 0;
    } */
  }

  .links.left.side a {
    display: block;
    z-index: 400;
    margin: 3rem 0 3rem 2rem;
    transition: color 0.3s;
    transition-behavior: allow-discrete;
    pointer-events: none;

    /* @starting-style (
      margin: 3rem 0 3rem 2rem;
    ) */
  }

  /* current page link color */

  .alpha.darkTheme .links.left.side li:nth-child(2) a {
    color: var(--lightBlue);
  }
  .alpha.darkTheme .links.left.side li:nth-child(2) a:hover {
    color: var(--lightBlue);
  }

  /* current page link color */

  .bigWrapper.active .links.left.side.active a {
    display: block;
    z-index: 400;
    transition: color 0.3s;
    pointer-events: auto;

    /* @starting-style (
      margin: 3rem 0 3rem 2rem;
    ) */

    /* transition-delay: margin 0.5s;
    transition: margin 0.9s ease; */
  }

  .bigWrapper.active .overlay {
    pointer-events: auto;
    cursor: default;
    z-index: 7;
  }
}

/* phone 800 to 580*/

@media screen and (max-width: 800px) {
  html {
    font-size: 50%;
  }

  .links.right .upperrightlogo img {
    height: 23px;
  }

  .links.right ul {
    grid-template-columns: 2fr 3fr;
  }

  .beta.mid {
    max-width: calc(100vw - 10rem);
    margin-left: 5rem;
    margin-right: 5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 19rem;
  }

  .topbg {
    position: absolute;
    display: sticky;
    top: 0;
    background-color: var(--darkGray);
    height: calc(50px + 7rem);
    width: calc(100% - 3rem);
    z-index: 10;
  }

  .w-1,
  .w-2,
  .w-3,
  .w-3,
  .w-4,
  .w-5,
  .w-6 {
    grid-column: span 1;
  }
  .h-1,
  .h-2,
  .h-3,
  .h-3,
  .h-4,
  .h-5,
  .h-6 {
    grid-row: span 1;
  }

  .beta.top {
    /* max-width: calc(100vw - 20rem); */
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .beta.bottom {
    position: relative;
    max-width: calc(100vw - 10rem);
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .chrisContainer {
    position: fixed;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }

  .chrisCrop {
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    justify-content: center;
    width: 100%;
    height: 90%;
  }

  .chrisContainerBeta {
    display: flex;
    grid-column: 1/2;
    grid-row: 2/3;
    flex-direction: column;
    max-width: 75%;
    align-items: flex-start;
    position: relative;
    pointer-events: auto;
    align-self: start;
    justify-self: center;
    margin: 2rem auto;
    pointer-events: none;
  }

  .chrisTitle {
    position: relative;
    margin: 1rem 0;

    line-height: 1.8;
    pointer-events: auto;
  }

  .chrisBtn {
    margin-top: 3rem;
  }

  /* .toggleButton {
    align-self: center;
    justify-self: center;
    margin-bottom: 1rem;
    transition: 2s ease;
  } */

  .footer {
    margin: 0;
    align-self: center;
    justify-self: center;
    display: flex;
    align-items: center;
    transition: 0.9s ease;
  }
}

/* phone 580 and below*/

@media screen and (max-width: 580px) {
  html {
    font-size: 50%;
  }

  .links.right .upperrightlogo img {
    height: 23px;
  }

  .links.right ul {
    grid-template-columns: 2fr 3fr;
  }

  .beta.mid {
    max-width: calc(100vw - 10rem);
    margin-left: 5rem;
    margin-right: 5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 19rem;
  }

  .topbg {
    position: absolute;
    display: sticky;
    top: 0;
    background-color: var(--darkGray);
    height: calc(50px + 7rem);
    width: calc(100% - 3rem);
    z-index: 10;
  }

  .w-1,
  .w-2,
  .w-3,
  .w-3,
  .w-4,
  .w-5,
  .w-6 {
    grid-column: span 1;
  }
  .h-1,
  .h-2,
  .h-3,
  .h-3,
  .h-4,
  .h-5,
  .h-6 {
    grid-row: span 1;
  }

  .beta.top {
    /* max-width: calc(100vw - 20rem); */
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .beta.bottom {
    position: relative;
    max-width: calc(100vw - 10rem);
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .chrisContainer {
    position: fixed;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }

  .chrisCrop {
    grid-row: 1/2;
    justify-self: center;
    align-self: end;
    justify-content: center;
    width: 100%;
    height: 90%;
  }

  .chrisContainerBeta {
    display: flex;
    grid-column: 1/2;
    grid-row: 2/3;
    flex-direction: column;
    max-width: 75%;
    align-items: flex-start;
    position: relative;
    pointer-events: auto;
    align-self: start;
    justify-self: center;
    margin: 2rem auto;
    pointer-events: none;
  }

  .chrisTitle {
    position: relative;
    margin: 1rem 0;

    line-height: 1.8;
    pointer-events: auto;
  }

  .chrisBtn {
    margin-top: 3rem;
  }

  /* .toggleButton {
    align-self: center;
    justify-self: center;
    margin-bottom: 1rem;
    transition: 2s ease;
  } */

  .footer {
    margin: 0;
    align-self: center;
    justify-self: center;
    display: flex;
    align-items: center;
    transition: 0.9s ease;
  }
}
