@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap");
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #EFF0EB;
}
body#splash {
  overflow: hidden;
}

h2 {
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #10100F;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #10100F;
  margin: 5vh 0;
}
@media screen and (min-width: 600px) {
  h3 {
    margin: 5vh 0 2vh;
    font-size: 24px;
  }
}

h5 {
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #10BAAD;
}

svg {
  width: 100%;
  height: 100%;
}

a, p, button, .button {
  color: #10100F;
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 18px;
}

p {
  white-space: pre-line;
  text-align: left;
  line-height: 150%;
  letter-spacing: -0.01em;
}
p.big {
  font-size: 21px;
}
p.xbig {
  font-size: 24px;
}

a {
  text-decoration: none;
  position: relative;
}
a .underline {
  display: block;
  position: absolute;
  bottom: -1.8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #10100F;
}
a:focus {
  box-shadow: rgba(12, 151, 139, 0.3) 0px 0px 0px 4px;
  outline: 0px;
  transition: all 300ms ease-out;
}

.button, button {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #10100F;
  border: 1px solid #10100F;
  border-radius: 13px;
  color: #FAFAFA;
  cursor: pointer;
  letter-spacing: 0.05em;
  padding: 12px 5%;
}
.button:hover, button:hover {
  color: #EFF0EB;
  background: #F16142;
  border-color: #F16142;
  transition: all 250ms ease-out;
}
.button:focus, button:focus {
  box-shadow: rgba(12, 151, 139, 0.3) 0px 0px 0px 4px;
  outline: 0px;
  transition: all 300ms ease-out;
}
@media screen and (min-width: 600px) {
  .button, button {
    width: auto;
    padding: 10px 40px;
  }
}

header {
  display: flex;
  justify-content: center;
  max-height: 100px;
}
header img {
  width: 55vw;
}
@media screen and (min-width: 430px) and (max-width: 1024px) {
  header img {
    width: 35vw;
  }
}
@media screen and (min-width: 1025px) {
  header img {
    width: 30vw;
  }
}
@media screen and (min-width: 600px) {
  header {
    max-height: 150px;
  }
}

#navbar {
  display: flex;
  width: 100%;
  position: fixed;
  justify-content: space-between;
  background: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
  opacity: 1;
  height: 3em;
}
#navbar a {
  padding: 16px 32px;
}
#navbar #navbar-icon {
  width: 15%;
  height: auto;
  margin-left: 1em;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  #navbar #navbar-icon {
    width: 10%;
  }
}
@media screen and (min-width: 900px) {
  #navbar #navbar-icon {
    width: 5%;
  }
}

footer {
  background-color: #10100F;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 16px;
  gap: 40px;
}
footer img {
  width: 150px;
}
footer p, footer span {
  color: #EFF0EB;
}
footer .locations {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
footer .locations p {
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  footer .locations {
    flex-direction: row;
    justify-content: space-around;
    gap: 300px;
  }
}
footer span.copyright {
  font-family: "Inter", helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  padding: 10px;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
}
section h2, section h5 {
  margin: 0;
  text-align: left;
}
section .heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section .title {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
section .smallIlus {
  width: 110px;
}
section p {
  margin: 0;
}
section a.link {
  text-align: center;
  margin: 0 auto;
}
section .button {
  width: 90%;
}
section .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
section .col.center {
  align-items: center;
  padding: 0px;
}
section .col.center p {
  text-align: center;
}
section .col.text {
  padding: 80px 24px;
}
section .col.gallery {
  position: relative;
  overflow: hidden;
}
section .col.gallery .galleryItem {
  min-height: 440px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 80px;
}
section .col.gallery .galleryItem .caption {
  color: #EFF0EB;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section .col.gallery .galleryItem .caption span {
  font-family: "Inter", helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.18em;
}
section .col.gallery .galleryItem .caption span.event {
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  section {
    padding: 130px 0;
    flex-direction: row;
  }
  section .button {
    width: auto;
  }
  section .col {
    width: 50%;
  }
  section .col.text {
    width: 40%;
    padding: 0 5%;
  }
  section .col.bottom {
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 80px;
  }
  section .col.bottom p {
    text-align: left;
  }
  section .col.gallery .galleryItem {
    min-height: 720px;
  }
}

section.hero {
  background-image: url("/assets/studio/studio_landscape.jpg");
  background-size: cover;
  background-position: bottom;
  height: 81.5vh;
  padding: 0 5vw 13.5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
section.hero .col {
  align-items: center;
  width: 100%;
  gap: 24px;
}
section.hero .logo {
  width: 230px;
}
section.hero h2, section.hero p {
  text-align: center;
}
section.hero .button {
  color: #10100F;
  background: #EFF0EB;
  border-color: #EFF0EB;
}
@media screen and (min-width: 600px) {
  section.hero {
    background-color: #000000;
    background-image: none;
    height: 82vh;
    padding: 0 10vw 13vh;
  }
  section.hero .col {
    width: 394px;
    align-items: flex-start;
    gap: 32px;
  }
  section.hero h2, section.hero p {
    text-align: left;
  }
}

section.studio,
section.portfolio {
  padding: 0;
}

section.color {
  padding: 40px 0;
  background-color: #F16142;
  background-image: url("/assets/atom_bkg_portrait.svg");
  background-size: 90%;
  background-position: 50%;
  background-repeat: repeat-y;
  box-shadow: inset 0px 4px 36px rgba(16, 16, 15, 0.18);
}
section.color .smallIlus {
  width: 150px;
}
section.color h5 {
  color: #EFF0EB;
}
section.color .button {
  color: #F16142;
  background: #EFF0EB;
  border-color: #EFF0EB;
}
section.color .button:hover {
  color: #EFF0EB;
  background: rgba(255, 255, 255, 0.09);
  border-color: #EFF0EB;
  box-shadow: 0px 0px 4px #EFF0EB;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media screen and (min-width: 600px) {
  section.color {
    background-image: url("/assets/atom_bkg_landscape.svg");
    padding: 100px 0;
  }
  section.color h2, section.color p {
    max-width: 580px;
  }
}

section.cta {
  min-height: 50vh;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0;
}
section.cta img {
  width: 42%;
  height: auto;
}
@media screen and (min-width: 600px) {
  section.cta {
    min-height: 42vh;
    justify-content: center;
    align-items: flex-end;
  }
  section.cta img {
    width: 10%;
  }
}

/* Next & previous buttons */
.prev, .next {
  background: rgba(250, 250, 250, 0.28);
  border: none;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  width: auto;
  height: 100%;
  padding: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.prev:hover, .next:hover {
  background: rgba(250, 250, 250, 0.54);
  transition: all 250ms ease-out;
}
.prev img, .next img {
  width: 30px;
  height: auto;
  transition: all 250ms ease-out;
}
@media screen and (min-width: 600px) {
  .prev img, .next img {
    width: 40px;
  }
}

.prev {
  left: 0;
}
.prev:hover img {
  transform: translateX(-0.7vw);
}

.next {
  right: 0;
}
.next:hover img {
  transform: translateX(0.7vw);
}

#atom {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */