/* ========================================
   Reset
   ======================================== */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
}

:root {
  --gutter: 30px;
  --gutter-top: 30px;
}
@media screen and (min-width: 1500px) {
  :root {
    --gutter: 50px;
    --gutter-top: 50px;
  }
}
@media screen and (min-width: 2000px) {
  :root {
    --gutter: 100px;
    --gutter-top: 60px;
  }
}

/* ========================================
   Fonts
   ======================================== */

@font-face {
  font-family: "MonumentGrotesk-Regular";
  src: url("../fonts/MonumentGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: "EditorialNew-Light";
  src: url("../fonts/EditorialNew-Light.otf") format("opentype");
}
@font-face {
  font-family: "Ofform-Regular";
  src: url("../fonts/Ofform-Regular.otf") format("opentype");
}

/* ========================================
   Base Elements
   ======================================== */

body {
  color: black;
  font-family: "MonumentGrotesk-Regular", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: black;
}

h1 {
  font-family: "MonumentGrotesk-Regular", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 820px) {
  h1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 16px;
  }
}

h2 {
  font-family: "MonumentGrotesk-Regular", "Helvetica", sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 820px) {
  h2 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 12px;
  }
}

h3 {
  font-family: "EditorialNew-Light", "Helvetica", sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  h3 {
    font-size: 100px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 160px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 2000px) {
  h3 {
    font-size: 200px;
  }
}

h4 {
  font-family: "EditorialNew-Light", "Helvetica", sans-serif;
  font-weight: normal;
}

h5 {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (min-width: 820px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 2000px) {
  h5 {
    font-size: 40px;
  }
}

h6 {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 32px;
  }
}

img {
  max-width: 100%;
}

p {
  font-size: 10px;
  margin-bottom: 0;
}

/* ========================================
   Layout
   ======================================== */

.top-spacing {
  height: 120px;
}

.project-container {
  display: block;
  margin: 30px var(--gutter) 120px;
}
@media screen and (min-width: 1500px) {
  .project-container {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 2000px) {
  .project-container {
    margin-bottom: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .project-title {
    display: inline;
    position: relative;
  }
}

@media screen and (min-width: 820px) {
  .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
  }
}

.thumbnail {
  padding-bottom: 80px;
  margin-top: -24px;
  position: relative;
  z-index: -10;
}
@media screen and (min-width: 820px) {
  .thumbnail {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .thumbnail {
    display: none;
    padding-bottom: 0;
  }
}

/* ========================================
   Project Page
   ======================================== */

.arrow-right {
  width: 10%;
}

.book-start {
  display: grid;
  grid-template-columns: 1fr 11.75fr;
}

.bottom-space {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .bottom-space {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1500px) {
  .bottom-space {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 2000px) {
  .bottom-space {
    margin-bottom: 300px;
  }
}

.cover {
  margin: -24px 0 0 0;
  position: relative;
  z-index: -10;
}
@media screen and (min-width: 820px) {
  .cover {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .cover {
    margin-top: -60px;
  }
}
@media screen and (min-width: 2000px) {
  .cover {
    margin-top: -70px;
  }
}

.full-img {
  width: 100%;
}

.padded {
  padding: 0 var(--gutter);
}

.padded-title {
  padding: 0 0 0 var(--gutter);
}

.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.photo-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5em;
}

.left-item {
  padding-right: 30px;
}
@media screen and (min-width: 820px) {
  .left-item {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .left-item {
    padding-right: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .left-item {
    padding-right: 300px;
  }
}
@media screen and (min-width: 2000px) {
  .left-item {
    padding-right: 400px;
  }
}

.right-item {
  padding-left: 30px;
}
@media screen and (min-width: 820px) {
  .right-item {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .right-item {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .right-item {
    padding-left: 300px;
  }
}
@media screen and (min-width: 2000px) {
  .right-item {
    padding-left: 400px;
  }
}

.proj-categories {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 10px 30px;
  width: 100%;
}
.proj-categories p {
  font-size: 10px;
  letter-spacing: 0.12px;
  line-height: 2.2;
  text-transform: uppercase;
}
@media screen and (min-width: 820px) {
  .proj-categories {
    margin: 60px 0 120px 30px;
    padding-left: 90px;
    padding-right: 0;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .proj-categories {
    line-height: 0;
    padding-left: 170px;
    padding-right: 0;
  }
  .proj-categories p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1500px) {
  .proj-categories {
    padding-left: 270px;
  }
}
@media screen and (min-width: 2000px) {
  .proj-categories {
    padding-left: 370px;
  }
}

.proj-description p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .proj-description p {
    font-size: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .proj-description p {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 30px 0;
  }
}
@media screen and (min-width: 2000px) {
  .proj-description {
    width: 50%;
  }
}

.proj-words {
  margin: 60px 0;
}
@media screen and (min-width: 820px) {
  .proj-words {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1500px) {
  .proj-words {
    margin: 140px 0;
  }
}

.proj-wrapper {
  margin-top: 30px;
}
.proj-wrapper img {
  width: 100%;
}

.small-text {
  font-size: 12px;
  letter-spacing: 0.03rem;
  margin: -120px 0 120px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .small-text {
    margin-top: -20px;
  }
}

.next-project {
  display: flex;
  margin-top: 120px;
}
@media screen and (min-width: 820px) {
  .next-project {
    margin-top: 140px;
  }
}
@media screen and (min-width: 1500px) {
  .next-project {
    margin-top: 180px;
  }
}

.next-project-name {
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visit-site {
  font-size: 12px;
  letter-spacing: 0.03rem;
  margin: 0 0 120px 0;
  text-transform: uppercase;
}

.webpage-link {
  font-family: "EditorialNew-Light", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 30px;
  text-decoration: underline;
}
@media screen and (min-width: 820px) {
  .webpage-link {
    font-size: 80px;
  }
}

/* ========================================
   About Page
   ======================================== */

.about-container {
  margin: 30px var(--gutter) 120px;
}
@media screen and (min-width: 1500px) {
  .about-container {
    margin-top: 70px;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 2000px) {
  .about-container {
    margin-top: 80px;
    margin-bottom: 300px;
  }
}

.about-content {
  padding-top: 1.8em;
  height: 100vh;
}

.block {
  padding-top: 60px;
}
@media screen and (min-width: 820px) {
  .block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.block-2 {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.block-items p {
  font-size: 10px;
}
@media screen and (min-width: 820px) {
  .block-items p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1500px) {
  .block-items p {
    font-size: 14px;
  }
}

.bottom-space-2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .bottom-space-2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .bottom-space-2 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 2000px) {
  .bottom-space-2 {
    margin-bottom: 80px;
  }
}

.item {
  margin: 1em 0;
}

.item-top {
  margin: 0.25em 0 1em 0;
}

.width {
  width: 65%;
}
@media screen and (min-width: 1500px) {
  .width {
    width: 100%;
  }
}

.width-2 {
  width: 80%;
}
@media screen and (min-width: 1500px) {
  .width-2 {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .width-3 {
    width: 60%;
  }
}

.year {
  font-size: 10px;
  text-transform: uppercase;
}

.copyright-1 {
  display: none;
}
@media screen and (min-width: 820px) {
  .copyright-1 {
    display: block;
    color: white;
    letter-spacing: 0.5px;
    margin: 1em 0 0 0;
    padding: 0;
    text-transform: uppercase;
    z-index: 42;
  }
  .copyright-1 p {
    font-size: 11px;
  }
}

.copyright-2 {
  color: white;
  letter-spacing: 0.5px;
  margin-top: 3em;
  text-transform: uppercase;
  z-index: 42;
}
@media screen and (min-width: 820px) {
  .copyright-2 {
    display: none;
  }
}

/* ========================================
   Navigation
   ======================================== */

#button {
  display: none !important;
  background: none;
  border: 1px solid black;
  color: black;
  cursor: pointer;
  margin: 0 24px 0 0;
  padding: 0 1em;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.5s;
  transition-property: color, background-color;
  vertical-align: middle;
  white-space: nowrap;
}
#button:hover {
  background: #FF6AD5;
  animation: easeInOut;
}
#button .addwhite {
  border: 1px solid white;
  color: white;
}

.menu {
  mix-blend-mode: difference;
  display: flex;
  height: 35px;
  justify-content: space-between;
  line-height: 35px;
  padding: 0 var(--gutter);
  position: fixed;
  left: 0;
  right: 0;
  top: var(--gutter-top);
  z-index: 100;
  animation: menuFadeIn 0.8s ease-out 0.3s backwards;
}

@keyframes menuFadeIn {
  from { opacity: 0; }
}

.addwhite {
  color: white;
  transition: all 1s ease-in-out;
}

.white {
  color: white;
  transition: all 1s ease-in-out;
}

.menu-bar-container {
  cursor: pointer;
  padding: 7.5px 0 0 0;
}

.bar1, .bar3 {
  width: 28px;
  height: 1px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  background-color: white;
  transform: rotate(-45deg) translate(0px, 5px);
  width: 22px;
}

.change .bar3 {
  background-color: white;
  transform: rotate(45deg) translate(0px, -5px);
  width: 22px;
}

.nav {
  display: flex;
}

/* ========================================
   Menu Window
   ======================================== */

.menu-window {
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 0;
  margin: 0;
  padding: 30px var(--gutter);
  position: fixed;
  top: 0;
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  z-index: 50;
}
.menu-window a {
  color: white;
}
@media screen and (min-width: 820px) {
  .menu-window {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1500px) {
  .menu-window {
    padding-bottom: 40px;
  }
}

.menu-item {
  opacity: 0;
  top: 100vh;
}

.menu-item-2 {
  opacity: 1;
  position: relative;
  top: 0;
}

.big-link {
  padding-top: 60px;
}
@media screen and (min-width: 820px) {
  .big-link {
    padding-top: 80px;
    margin-top: 0;
  }
}
.big-link h4 {
  font-size: 50px;
  margin: 0;
}
@media screen and (min-width: 820px) {
  .big-link h4 {
    font-size: 150px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .big-link h4 {
    font-size: 140px;
  }
}

.small-link {
  margin-bottom: 0;
}
@media screen and (min-width: 820px) {
  .small-link {
    margin-bottom: 1.2em;
  }
}
.small-link p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 820px) {
  .small-link p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .small-link p {
    font-size: 12px;
    line-height: 2;
    margin-right: 9.35em;
  }
}

/* ========================================
   Footer
   ======================================== */

.footer-window {
  background-color: black;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  padding: 30px var(--gutter);
  width: 100%;
  z-index: 40;
}
.footer-window a {
  color: white;
}
@media screen and (min-width: 820px) {
  .footer-window {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1500px) {
  .footer-window {
    padding-bottom: 40px;
  }
}

.footer-big-link {
  padding-top: 80px;
}
@media screen and (min-width: 820px) {
  .footer-big-link {
    padding-top: 80px;
    margin-top: 0;
  }
}
.footer-big-link h4 {
  font-size: 50px;
  margin: 0;
}
@media screen and (min-width: 820px) {
  .footer-big-link h4 {
    font-size: 150px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .footer-big-link h4 {
    font-size: 140px;
  }
}

.footer-small-link {
  margin-bottom: 0;
}
@media screen and (min-width: 820px) {
  .footer-small-link {
    margin-bottom: 1em;
  }
}
.footer-small-link p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 820px) {
  .footer-small-link p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .footer-small-link p {
    font-size: 12px;
    line-height: 2;
    margin-right: 9.35em;
  }
}

/* ========================================
   Animations
   ======================================== */

.fade-in {
  animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ========================================
   Follow / Hover
   ======================================== */

.container {
  opacity: 1;
  position: relative;
  visibility: hidden;
  z-index: 5;
}
@media screen and (max-width: 820px) {
  .container {
    margin: 0 0 60px 0;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    margin-bottom: 0;
    width: 100%;
  }
}

.follower {
  width: 30rem;
  height: 20rem;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 320px) {
  .follower {
    display: none;
  }
}

.follower > * {
  margin: auto;
}

.hide-me {
  display: none;
}

/* ========================================
   Tangy Theme
   ======================================== */

.tangy {
  background-color: #71e1f2;
}
.tangy h1 {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  color: #0500F4;
}
.tangy h2 {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  color: #0500F4;
}
.tangy h3 {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  line-height: 0.6;
  padding-bottom: 4rem;
  color: #0500F4;
}
.tangy h4 {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  color: #0500F4;
}
.tangy h5 {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  color: #0500F4;
}
.tangy h6 {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  color: #0500F4;
}
.tangy p {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  color: #0500F4;
}
.tangy a {
  font-family: "Ofform-Regular", "Helvetica", sans-serif;
  color: #ffff33;
}
.tangy .bar1, .tangy .bar3 {
  background-color: #0500F4;
}
.tangy #button {
  border: 1px solid #0500F4;
  color: #0500F4;
  cursor: pointer;
  display: inline-block;
}
.tangy #button:hover {
  background: #FF6AD5;
  animation: easeInOut;
}
.tangy #button .addwhite {
  border: 1px solid #0500F4;
  color: #0500F4;
}
.tangy .footer-window {
  background-color: #FF6AD5;
}
.tangy .menu-window {
  background-color: #ffff33;
}
