/*
Theme Name: Modern portfolio
Author: John-Halvdan
Description: Created by John-Halvdan Olsen-Halvorsen, for use with olsiette.no.
Version: 0.2
*/
:root {
  --clr-primary-400: #e6b3ba;
  --clr-primary-600: #889692;
  --clr-primary-800: #3a1e2f;
  --clr-neutral-300: #fff9f2;
  --clr-neutral-400: #e4d4cb;
  --clr-neutral-900: #151828;
  --ff-400: "Switzer-Variable",
  sans-serif;
  --ff-italic: "Switzer-VariableItalic", sans-serif;
  --ff-brand: NyghtSerif-LightItalic;
  --fs-400: 1.125rem;
  --fs-500: 1.25rem;
  --fs-600: 1.75rem;
  --fs-700: 2rem;
  --fs-800: 2.5rem;
  --fs-900: 3.5rem;
  --fs-950: 5rem;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
}
@media screen and (max-width: 1000px) {
  :root {
    --fs-400: 1rem;
    --fs-800: 2.25rem;
    --fs-900: 2.5rem;
    --fs-950: 3rem;
  }
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
  font-family: "Switzer-Variable";
  src: url("fonts/Switzer-Variable.woff2") format("woff2"), url("fonts/Switzer-Variable.woff") format("woff"), url("fonts/Switzer-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
  font-family: "Switzer-VariableItalic";
  src: url("fonts/Switzer-VariableItalic.woff2") format("woff2"), url("fonts/Switzer-VariableItalic.woff") format("woff"), url("fonts/Switzer-VariableItalic.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "NyghtSerif-Bold";
  src: url("fonts/NyghtSerif-Bold.woff2") format("woff2"), url("fonts/NyghtSerif-Bold.woff") format("woff"), url("fonts/NyghtSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NyghtSerif-BoldItalic";
  src: url("fonts/NyghtSerif-BoldItalic.woff2") format("woff2"), url("fonts/NyghtSerif-BoldItalic.woff") format("woff"), url("fonts/NyghtSerif-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "NyghtSerif-Dark";
  src: url("fonts/NyghtSerif-Dark.woff2") format("woff2"), url("fonts/NyghtSerif-Dark.woff") format("woff"), url("fonts/NyghtSerif-Dark.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NyghtSerif-DarkItalic";
  src: url("fonts/NyghtSerif-DarkItalic.woff2") format("woff2"), url("fonts/NyghtSerif-DarkItalic.woff") format("woff"), url("fonts/NyghtSerif-DarkItalic.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "NyghtSerif-Light";
  src: url("fonts/NyghtSerif-Light.woff2") format("woff2"), url("fonts/NyghtSerif-Light.woff") format("woff"), url("fonts/NyghtSerif-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NyghtSerif-LightItalic";
  src: url("fonts/NyghtSerif-LightItalic.woff2") format("woff2"), url("fonts/NyghtSerif-LightItalic.woff") format("woff"), url("fonts/NyghtSerif-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "NyghtSerif-Medium";
  src: url("fonts/NyghtSerif-Medium.woff2") format("woff2"), url("fonts/NyghtSerif-Medium.woff") format("woff"), url("fonts/NyghtSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NyghtSerif-MediumItalic";
  src: url("fonts/NyghtSerif-MediumItalic.woff2") format("woff2"), url("fonts/NyghtSerif-MediumItalic.woff") format("woff"), url("fonts/NyghtSerif-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "NyghtSerif-Regular";
  src: url("fonts/NyghtSerif-Regular.woff2") format("woff2"), url("fonts/NyghtSerif-Regular.woff") format("woff"), url("fonts/NyghtSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NyghtSerif-RegularItalic";
  src: url("fonts/NyghtSerif-RegularItalic.woff2") format("woff2"), url("fonts/NyghtSerif-RegularItalic.woff") format("woff"), url("fonts/NyghtSerif-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: 1.125rem;
  font-family: var(--ff-400);
  max-width: 100vw;
  overflow-x: hidden;
}
body.home .not-front {
  display: none;
}

a {
  text-decoration: none;
}

.max-screen {
  width: 100vw;
  height: 100vh;
}

.full-width {
  width: 100vw;
}

.full-height {
  height: 100vh;
}

.min-full-height {
  min-height: 100vh;
}

.max-screen-height {
  max-height: 100vh;
}

.no-scroll {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

.overflow-scroll {
  overflow-y: scroll;
}

.container-400 {
  width: min(100%, 1000px);
}

.container-600 {
  width: min(100%, 1200px);
}

.container-800 {
  width: min(100%, 1500px);
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.list-style-none {
  list-style-type: none;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.grid {
  display: grid;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.inset-0 {
  inset: 0;
}

.mx-auto {
  margin: 0 auto;
}

.my-auto {
  margin: auto 0;
}

.repeat-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1200px) {
  .repeat-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .repeat-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  .repeat-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .repeat-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .repeat-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .repeat-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.repeat-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .repeat-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .repeat-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-5 {
  gap: 5rem;
}

.p-1 {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-1 {
    padding-top: 1rem;
    padding-right: calc(1rem / 2);
    padding-bottom: 1rem;
    padding-left: calc(1rem / 2);
  }
}

.p-1-top {
  padding-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-1-top {
    padding-top: 1rem;
  }
}

.p-1-left {
  padding-left: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-1-left {
    padding-left: calc(1rem / 2);
  }
}

.p-1-right {
  padding-right: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-1-right {
    padding-right: calc(1rem / 2);
  }
}

.p-1-bottom {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .p-1-bottom {
    padding-bottom: 1rem;
  }
}

.p-2 {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-2 {
    padding-top: 2rem;
    padding-right: calc(2rem / 2);
    padding-bottom: 2rem;
    padding-left: calc(2rem / 2);
  }
}

.p-2-top {
  padding-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-2-top {
    padding-top: 2rem;
  }
}

.p-2-left {
  padding-left: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-2-left {
    padding-left: calc(2rem / 2);
  }
}

.p-2-right {
  padding-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-2-right {
    padding-right: calc(2rem / 2);
  }
}

.p-2-bottom {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .p-2-bottom {
    padding-bottom: 2rem;
  }
}

.p-3 {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-3 {
    padding-top: 3rem;
    padding-right: calc(3rem / 2);
    padding-bottom: 3rem;
    padding-left: calc(3rem / 2);
  }
}

.p-3-top {
  padding-top: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-3-top {
    padding-top: 3rem;
  }
}

.p-3-left {
  padding-left: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-3-left {
    padding-left: calc(3rem / 2);
  }
}

.p-3-right {
  padding-right: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-3-right {
    padding-right: calc(3rem / 2);
  }
}

.p-3-bottom {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .p-3-bottom {
    padding-bottom: 3rem;
  }
}

.p-4 {
  padding-top: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1000px) {
  .p-4 {
    padding-top: 4rem;
    padding-right: calc(4rem / 2);
    padding-bottom: 4rem;
    padding-left: calc(4rem / 2);
  }
}

.p-4-top {
  padding-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .p-4-top {
    padding-top: 4rem;
  }
}

.p-4-left {
  padding-left: 4rem;
}
@media screen and (max-width: 1000px) {
  .p-4-left {
    padding-left: calc(4rem / 2);
  }
}

.p-4-right {
  padding-right: 4rem;
}
@media screen and (max-width: 1000px) {
  .p-4-right {
    padding-right: calc(4rem / 2);
  }
}

.p-4-bottom {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1000px) {
  .p-4-bottom {
    padding-bottom: 4rem;
  }
}

.p-5 {
  padding-top: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-5 {
    padding-top: 5rem;
    padding-right: calc(5rem / 2);
    padding-bottom: 5rem;
    padding-left: calc(5rem / 2);
  }
}

.p-5-top {
  padding-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-5-top {
    padding-top: 5rem;
  }
}

.p-5-left {
  padding-left: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-5-left {
    padding-left: calc(5rem / 2);
  }
}

.p-5-right {
  padding-right: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-5-right {
    padding-right: calc(5rem / 2);
  }
}

.p-5-bottom {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-5-bottom {
    padding-bottom: 5rem;
  }
}

.p-6 {
  padding-top: 6rem;
  padding-right: 6rem;
  padding-bottom: 6rem;
  padding-left: 6rem;
}
@media screen and (max-width: 1000px) {
  .p-6 {
    padding-top: 6rem;
    padding-right: calc(6rem / 2);
    padding-bottom: 6rem;
    padding-left: calc(6rem / 2);
  }
}

.p-6-top {
  padding-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .p-6-top {
    padding-top: 6rem;
  }
}

.p-6-left {
  padding-left: 6rem;
}
@media screen and (max-width: 1000px) {
  .p-6-left {
    padding-left: calc(6rem / 2);
  }
}

.p-6-right {
  padding-right: 6rem;
}
@media screen and (max-width: 1000px) {
  .p-6-right {
    padding-right: calc(6rem / 2);
  }
}

.p-6-bottom {
  padding-bottom: 6rem;
}
@media screen and (max-width: 1000px) {
  .p-6-bottom {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 1000px) {
  .p-6-top-mobile {
    padding-top: 6rem;
  }
}

.m-1 {
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 1000px) {
  .m-1 {
    margin-top: 1rem;
    margin-right: calc(1rem / 2);
    margin-bottom: 1rem;
    margin-left: calc(1rem / 2);
  }
}

.m-1-top {
  margin-top: 1rem;
}
@media screen and (max-width: 1000px) {
  .m-1-top {
    margin-top: 1rem;
  }
}

.m-1-left {
  margin-left: 1rem;
}
@media screen and (max-width: 1000px) {
  .m-1-left {
    margin-left: calc(1rem / 2);
  }
}

.m-1-right {
  margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
  .m-1-right {
    margin-right: calc(1rem / 2);
  }
}

.m-1-bottom {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .m-1-bottom {
    margin-bottom: 1rem;
  }
}

.m-2 {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 1000px) {
  .m-2 {
    margin-top: 2rem;
    margin-right: calc(2rem / 2);
    margin-bottom: 2rem;
    margin-left: calc(2rem / 2);
  }
}

.m-2-top {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .m-2-top {
    margin-top: 2rem;
  }
}

.m-2-left {
  margin-left: 2rem;
}
@media screen and (max-width: 1000px) {
  .m-2-left {
    margin-left: calc(2rem / 2);
  }
}

.m-2-right {
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .m-2-right {
    margin-right: calc(2rem / 2);
  }
}

.m-2-bottom {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .m-2-bottom {
    margin-bottom: 2rem;
  }
}

.m-3 {
  margin-top: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1000px) {
  .m-3 {
    margin-top: 3rem;
    margin-right: calc(3rem / 2);
    margin-bottom: 3rem;
    margin-left: calc(3rem / 2);
  }
}

.m-3-top {
  margin-top: 3rem;
}
@media screen and (max-width: 1000px) {
  .m-3-top {
    margin-top: 3rem;
  }
}

.m-3-left {
  margin-left: 3rem;
}
@media screen and (max-width: 1000px) {
  .m-3-left {
    margin-left: calc(3rem / 2);
  }
}

.m-3-right {
  margin-right: 3rem;
}
@media screen and (max-width: 1000px) {
  .m-3-right {
    margin-right: calc(3rem / 2);
  }
}

.m-3-bottom {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .m-3-bottom {
    margin-bottom: 3rem;
  }
}

.m-4 {
  margin-top: 4rem;
  margin-right: 4rem;
  margin-bottom: 4rem;
  margin-left: 4rem;
}
@media screen and (max-width: 1000px) {
  .m-4 {
    margin-top: 4rem;
    margin-right: calc(4rem / 2);
    margin-bottom: 4rem;
    margin-left: calc(4rem / 2);
  }
}

.m-4-top {
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .m-4-top {
    margin-top: 4rem;
  }
}

.m-4-left {
  margin-left: 4rem;
}
@media screen and (max-width: 1000px) {
  .m-4-left {
    margin-left: calc(4rem / 2);
  }
}

.m-4-right {
  margin-right: 4rem;
}
@media screen and (max-width: 1000px) {
  .m-4-right {
    margin-right: calc(4rem / 2);
  }
}

.m-4-bottom {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1000px) {
  .m-4-bottom {
    margin-bottom: 4rem;
  }
}

.m-5 {
  margin-top: 5rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
  margin-left: 5rem;
}
@media screen and (max-width: 1000px) {
  .m-5 {
    margin-top: 5rem;
    margin-right: calc(5rem / 2);
    margin-bottom: 5rem;
    margin-left: calc(5rem / 2);
  }
}

.m-5-top {
  margin-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .m-5-top {
    margin-top: 5rem;
  }
}

.m-5-left {
  margin-left: 5rem;
}
@media screen and (max-width: 1000px) {
  .m-5-left {
    margin-left: calc(5rem / 2);
  }
}

.m-5-right {
  margin-right: 5rem;
}
@media screen and (max-width: 1000px) {
  .m-5-right {
    margin-right: calc(5rem / 2);
  }
}

.m-5-bottom {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1000px) {
  .m-5-bottom {
    margin-bottom: 5rem;
  }
}

.m-6 {
  margin-top: 6rem;
  margin-right: 6rem;
  margin-bottom: 6rem;
  margin-left: 6rem;
}
@media screen and (max-width: 1000px) {
  .m-6 {
    margin-top: 6rem;
    margin-right: calc(6rem / 2);
    margin-bottom: 6rem;
    margin-left: calc(6rem / 2);
  }
}

.m-6-top {
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  .m-6-top {
    margin-top: 6rem;
  }
}

.m-6-left {
  margin-left: 6rem;
}
@media screen and (max-width: 1000px) {
  .m-6-left {
    margin-left: calc(6rem / 2);
  }
}

.m-6-right {
  margin-right: 6rem;
}
@media screen and (max-width: 1000px) {
  .m-6-right {
    margin-right: calc(6rem / 2);
  }
}

.m-6-bottom {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1000px) {
  .m-6-bottom {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 1000px) {
  .m-6-top-mobile {
    margin-top: 6rem;
  }
}

.m-half-bottom {
  margin-bottom: 0.5rem;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.w-100 {
  width: 100%;
}

.w-max-content {
  width: max-content;
}

.h-50 {
  max-height: 75vh;
}

.block {
  display: block;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--bg-image-url);
}

.mobile-only {
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .mobile-only {
    visibility: visible;
  }
}

.desktop-only {
  visibility: visible;
}
@media screen and (max-width: 1000px) {
  .desktop-only {
    display: none;
    height: 0;
  }
}

.aspect-1 {
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  .aspect-1 {
    padding-bottom: 100%;
  }
}

.aspect-16-9 {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1000px) {
  .aspect-16-9.mobile-invert {
    aspect-ratio: 4/5;
  }
}
@supports not (aspect-ratio: 16/9) {
  .aspect-16-9 {
    padding-bottom: 56.25%;
  }
}

.aspect-4-3 {
  aspect-ratio: 4/3;
}
@supports not (aspect-ratio: 4/3) {
  .aspect-4-3 {
    padding-bottom: 75%;
  }
}

.aspect-3-4 {
  aspect-ratio: 3/4;
}
@supports not (aspect-ratio: 3/4) {
  .aspect-3-4 {
    padding-bottom: 133.3333333333%;
  }
}

.has-side-menu {
  padding: 2rem 20% 2rem 2rem;
}
@media screen and (max-width: 1000px) {
  .has-side-menu {
    padding: 1rem;
  }
}

.row-min-content {
  grid-auto-flow: row;
}

.row-span-2 {
  grid-row: span 2;
}

.no-decoration {
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .height-100-mobile {
    height: 80vh;
  }
}

.hover-scale div {
  transform: scale(1);
  transition: 200ms ease-in-out;
}
.hover-scale:hover div {
  transform: scale(1.005);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.hover-remove-class .hover-remove {
  opacity: 1;
  transition: 280ms ease-in-out;
}
.hover-remove-class:hover .hover-remove {
  opacity: 0;
}

.z-index-100 {
  z-index: 100;
}

.z-index-50 {
  z-index: 50;
}

.border-full {
  border-radius: 50%;
}

.border-100 {
  border-radius: 100vw;
}

@media screen and (max-width: 1000px) {
  .center-mobile {
    place-items: center;
  }
}
@media screen and (max-width: 1000px) {
  .order-1 {
    order: 1;
  }
}
.text-100 {
  color: var(--clr-neutral-300);
}

.text-200 {
  color: var(--clr-neutral-400);
}

.text-300 {
  color: var(--clr-primary-400);
}

.text-400 {
  color: var(--clr-primary-500);
}

.text-500 {
  color: var(--clr-primary-600);
}

.text-600 {
  color: var(--clr-primary-700);
}

.text-700 {
  color: var(--clr-primary-800);
}

.text-800 {
  color: var(--clr-neutral-900);
}

.bg-100 {
  background-color: var(--clr-neutral-300);
}

.bg-200 {
  background-color: var(--clr-neutral-400);
}

.bg-300 {
  background-color: var(--clr-primary-400);
}

.bg-400 {
  background-color: var(--clr-primary-500);
}

.bg-500 {
  background-color: var(--clr-primary-600);
}

.bg-600 {
  background-color: var(--clr-primary-700);
}

.bg-700 {
  background-color: var(--clr-primary-800);
}

.bg-800 {
  background-color: var(--clr-neutral-900);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-300 {
  font-size: .875rem;
}

.fs-400 {
  font-size: 1.125rem;
}

.fs-500 {
  font-size: 1.25rem;
}

.fs-600 {
  font-size: 1.75rem;
}

.fs-700 {
  font-size: 2rem;
}

.fs-800 {
  font-size: 2.5rem;
}

.fs-900 {
  font-size: 3.5rem;
}

@media screen and (max-width: 1000px) {
  .fs-900 {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}
.std-text h2 {
  color: var(--clr-primary-800);
  margin-top: calc(1.5 * var(--fs-400));
  margin-bottom: calc(0.8 * var(--fs-400));
}
.std-text h3 {
  line-height: 1.2;
  margin-bottom: calc(0.8 * var(--fs-400));
  color: var(--clr-neutral-900);
}
.std-text p {
  color: var(--clr-neutral-900);
  margin-bottom: calc(1.5 * var(--fs-400));
  line-height: 2;
  font-size: var(--fs-400);
}
.std-text a {
  color: inherit;
  border-bottom: var(--clr-primary-800) 2px solid;
  transition: 100ms ease-in-out;
}
.std-text a:hover, .std-text a:active {
  border-color: transparent;
}
.std-text .hr {
  border: 0.5px dashed var(--clr-primary-700);
}

.text-center {
  text-align: center;
}

.btn-std {
  padding: 0.75rem 1.25rem;
  border-radius: 30px;
  transition: 150ms ease-in-out;
}
.btn-std:hover, .btn-std:focus {
  border-radius: 5px;
  outline: none;
}

.hyphens-auto {
  hyphens: manual;
}

.no-links a {
  border: none;
}

.underline {
  text-decoration: underline;
}

.front-hero {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.front-hero__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  color: var(--clr-primary-400);
}
.front-hero__text h1 {
  font-family: var(--ff-brand);
  max-width: 85%;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.front-hero__text h1 svg {
  width: min(50vw, 475px);
}
.front-hero__text h2 {
  font-size: var(--fs-500);
  font-weight: var(--fw-600);
}
@media screen and (max-width: 1000px) {
  .front-hero__text h2 {
    font-size: var(--fs-400);
  }
}
.front-hero__icons {
  list-style-type: none;
  margin: 0;
  padding: 1rem 0 0 0;
  display: flex;
  gap: 1rem;
}
.front-hero__icons li:hover {
  transform: scale(1.1);
  transition: transform 100ms ease-in-out;
}
.front-hero__icons svg {
  fill: var(--clr-primary-400);
  width: 1.5rem;
  height: 1.5rem;
}

.page-header {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vh;
}
@media screen and (max-width: 1200px) {
  .page-header {
    margin-bottom: 5vh;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-header {
    margin-bottom: 0;
    padding-top: 4rem;
  }
}
.page-header h1 {
  font-size: clamp(2rem, 20vw, 16rem);
  display: block;
  line-height: 0;
  color: var(--clr-primary-800);
  text-transform: uppercase;
}

.main-nav {
  width: max-content;
  text-align: right;
  padding: 3rem 2rem;
}
.main-nav .main-list li {
  margin-bottom: 1rem;
}
.main-nav .main-list li .current_page_item a {
  border-color: var(--clr-primary-500);
}
.main-nav .main-list a {
  font-weight: var(--fw-700);
  text-decoration: none;
  color: var(--clr-primary-600);
  font-size: var(--fs-600);
  border-bottom: transparent 3px solid;
  letter-spacing: 0.1rem;
}
.main-nav .main-list a:hover {
  border-color: var(--clr-primary-500);
}
.main-nav .social-list a {
  background-color: var(--clr-primary-800);
  padding: 0.5rem;
  color: var(--clr-primary-400);
  margin-right: 1rem;
  border-radius: 50%;
  display: flex;
  transition: 150ms;
}
.main-nav .social-list a svg {
  width: 1.25rem;
  height: 1.25rem;
}
.main-nav .social-list a:hover {
  border-radius: 0.5rem;
}

.mobile-nav button {
  background: none;
  border: none;
}
.mobile-nav__list {
  transform: scaleY(1);
  transform-origin: top;
  transition: transform 150ms ease-in-out;
}
.mobile-nav__list-hidden {
  transform: scaleY(0);
}
.mobile-nav__list ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile-nav__list ul a {
  color: var(--clr-primary-700);
  text-decoration: none;
  font-weight: var(--fw-700);
  width: 100%;
}
.mobile-nav .social-icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: block;
  padding: 1rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  background-color: var(--clr-primary-800);
  color: var(--clr-primary-300);
  display: flex;
  align-items: center;
}

.list-icon-right a {
  padding: 1.5rem 1rem;
  display: block;
  position: relative;
}
.list-icon-right a::after {
  content: "";
  background-image: url("img/chevron-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.brand-container {
  font-size: var(--fs-400);
}
.brand-container a {
  text-decoration: none;
  font-weight: var(--fw-400);
  font-size: 1rem;
  hyphens: manual;
  letter-spacing: 0.05rem;
  display: block;
  max-width: 20ch;
  text-align: center;
  line-height: 1.125rem;
}
.brand-container a img {
  height: auto;
}

.social-list-desktop .social-icon {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: block;
  padding: 0.85rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  background-color: var(--clr-primary-800);
  color: var(--clr-primary-300);
  display: flex;
  align-items: center;
  transition: 150ms ease-in-out;
}
.social-list-desktop .social-icon svg {
  width: 150%;
  height: 150%;
}
.social-list-desktop .social-icon:hover, .social-list-desktop .social-icon:focus {
  border-radius: 10px;
}

.main-list-secondary {
  gap: 3rem;
}
.main-list-secondary li.current_page_parent a,
.main-list-secondary li.current_page_item a {
  font-weight: var(--fw-700);
}
.main-list-secondary a {
  font-weight: var(--fw-400);
  text-decoration: none;
  color: var(--clr-primary-700);
  font-size: var(--fs-400);
  border-bottom: transparent 2px solid;
  transition: 100ms ease-in-out;
}
.main-list-secondary a.active, .main-list-secondary a:hover {
  border-color: var(--clr-primary-700);
}

.hamburger {
  width: 2.5rem;
  height: 2.4rem;
  padding: 0.25rem 0.25rem;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  overflow-x: hidden;
}
.hamburger__line {
  width: 1.5rem;
  height: 0.2rem;
  background-color: var(--clr-primary-700);
  border-radius: 100vw;
}
.hamburger__top, .hamburger__bottom {
  transition: 300ms ease-in-out;
  transform-origin: left;
}
.hamburger__middle {
  transition: 200ms ease-in-out;
  opacity: 1;
}
.hamburger.menu-active .hamburger__top {
  transform: rotate(45deg);
}
.hamburger.menu-active .hamburger__middle {
  transform: translateX(150%);
  opacity: 0;
}
.hamburger.menu-active .hamburger__bottom {
  transform: rotate(-45deg);
}

.photo-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(16rem, 1fr));
  grid-auto-rows: 20px;
}
@media screen and (max-width: 1000px) {
  .photo-gallery {
    grid-template-columns: repeat(1, minmax(16rem, 1fr));
  }
}

/*# sourceMappingURL=style.css.map */
