@viewport {
  width: device-width;
  height: device-height;
}
@media screen and (prefers-reduced-motion: reduce) {
  .animate {
    animation: none !important;
  }
}
li,
a,
ul {
  text-decoration: none;
  list-style: none;
}
body,
html {
  margin: 0;
  padding: 0;
  top: 0;
  overflow-x: hidden;
}
ul {
  margin: 0;
  top: 0;
  left: 0;
}
p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
#page {
  width: 100vw;
  background-color: #ffffff;
}
body {
  overflow: hidden;
}
#footer {
  background-color: white;
}

@font-face {
  font-family: "Suisse-Cond";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("data/SuisseIntlCond-Medium-WebXL.woff2") format("woff2");
}
@font-face {
  font-family: "Suisse";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("data/SuisseIntl-Medium-WebM.woff2") format("woff2");
}
@font-face {
  font-family: "Suisse";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("data/SuisseIntl-Regular-WebXL.woff") format("woff2");
}
@font-face {
  font-family: "Suisse-Neue";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("data/SuisseNeue-Medium-WebXL.woff2") format("woff2");
}
@font-face {
  font-family: "Suisse-Screen";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("data/SuisseScreen-Regular-WebXL.woff2") format("woff2");
}
@font-face {
  font-family: "Open-Sans";
  font-weight: 100 1000;
  font-stretch: 0% 200%;
  font-style: normal;
  src: url("data/OpenSans-VariableFont_wdth,wght.ttf") format("TrueType");
}
* {
  font-family: "Suisse", "Open-Sans", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
h2 {
  font-variation-settings: "wght" 500;
}
.button_link {
  font-size: 1em;
}
:root {
  --color-hover: #2000ff;
  --color-button-bg: #ededed;
  --color-text-grey: #b0b0b0;
  --color-font: black;
  --color-blue: rgb(37, 58, 230);
  --color-darkblue: rgb(29 20 85);
}
::selection {
  background: black;
  color: white;
}
::-moz-selection {
  background: black;
  color: white;
}
footer a:hover,
#works a:hover,
.footer_text:hover {
  text-decoration: underline;
}
nav b:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.07em;
}
a {
  color: var(--color-font);
}
.underline {
  text-decoration: underline !important;
}


@media only screen and (max-width: 800px) {
  * {
    font-variation-settings: "wght" 600;

	/*letter-spacing: 0.01em;*/
  }
  .black,
  .blue {
    max-height: 70vh;
  }
  h2 {
    font-size: 1em;
  }
  #works {
    margin-left: 0;
  }
  .black p,
  .blue p {
    font-size: 3em;
  }
  #nav_links {
    display: flex;
    justify-content: flex-end;
    display: flex;
    margin-right: 8vw !important;
  }
  .pc {
    position: relative;
    display: none !important;
  }
  nav b {
    float: none;
    margin: 0;
    margin-right: 3vw;
  }
  nav li {
    float: none;
  }
  .button_link {
  }
  footer {
    justify-content: space-between;
  }
  footer p {
    font-size: 1.1em;
  }
  #footer_left {
  }
  #footer_right {
    margin-right: 4vw;
  }
}


@media only screen and (min-width: 800px) {
  * {
    font-variation-settings: "wght" 400;
  }
  .mobile {
    position: relative;
    display: none !important;
  }
  h2 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .black p,
  .blue p {
    font-size: 4em;
  }
  .black,
  .blue {
    max-height: 83vh;
  }
  footer a,
  footer p {
    font-size: 1em;
  }
  #footer_left {
    width: 100%;
  }
  #footer_right {
    width: 50vw;
    height: 100%;
    margin-right: 12vw;
  }
  #footer_copyright {
    display: none;
  }
}
nav {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  width: 100vw;
}
nav b {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 7vh;
  float: left;
  font-size: 1.6em;
  color: #1b1b1b;
  margin-left: 3vw;
}
#nav_links {
  margin-right: 8vw;
}
nav li {
  display: inline-block;
  float: right;
}
.nav-height {
  margin-top: 7vh;
}
.curtain {
  background-color: white;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  animation: 0.5s;
  animation-delay: 0.3s;
  animation-name: animate-fade;
  animation-fill-mode: forwards;
  backdrop-filter: saturate(180%) blur(20px);
}
@keyframes animate-fade {
  0% {
    opacity: 100%;
  }
  2% {
    opacity: 80%;
  }
  100% {
    opacity: 0%;
    blur: 10px;
    display: none;
    visibility: hidden;
  }
}
.footer_text {
  /*color: var(--color-blue);*/
  font-variation-settings: "wght" 600;
  
  word-break: break-all;
  margin-top: 0.2vh;
}
footer a:hover {
  color: var(--color-hover, red);
}
#footer_left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: space-around;
  flex-direction: column;
  padding-left: 1vw;
}
#footer_left a,
.pc.footer_text {
  font-family: "Suisse-cond", "Open-Sans", sans-serif;
}
#footer_right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 1vh;
}
#footer_right .footer_text {
  word-break: keep-all;
}
#footer_right :not(:last-child) {
  margin-right: 5vw;
}
footer {
  display: flex;
  align-items: flex-end;
  margin-top: 10vh;
  width: 100vw;
}


#footer_right {
  display: none;
}
