/*!
 Theme Name:   Brooke Holm
 Description:  Brooke Holm
 Author:       Frederik Delmotte
 Author URI:   http://frederikdelmotte.com
 Version:      1.0.2
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 
 * variables
 */
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* 
 * mixins
 */
/* 
 * functions
 */
/*
 * keyframe animation
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * fonts
 */
@font-face {
  font-family: "Century-Schoolbook-Monospace";
  src: url("fonts/Century-Schoolbook-Monospace-BT.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
}
/* 
 * global
 */
body {
  background: #000;
  color: #BBBDC0;
}

h1, h2, h3, p, span, a, ul li, input {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

img,
video {
  -moz-user-select: -moz- none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-drag: -moz- none;
  -webkit-user-drag: none;
  user-drag: none;
}

main, section, aside, div {
  position: relative;
}

/* 
 * typography
 */
body {
  font-family: "Century-Schoolbook-Monospace", serif;
}

h1, h2, h3, p, span, a, ul li, input {
  font-size: 13px;
  line-height: 16px;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, h2, h3, nav span, ul li, header a, aside a, footer p, figcaption p, figcaption p span, div.center p {
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

p, span, ul li {
  letter-spacing: 0;
}

input {
  font-family: "Century-Schoolbook-Monospace", serif;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  -webkit-appearance: none;
  padding: 0;
}

/* 
 * layout
 */
body > div#loader {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: none;
}
body > div#loader figure {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
body > div#loader figure video,
body > div#loader figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body > div#loader figure figcaption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 16px);
}
body > div#loader figure figcaption p {
  display: flex;
  width: 100%;
}
body > div#loader figure figcaption p span:nth-of-type(1), body > div#loader figure figcaption p span:nth-of-type(3) {
  display: none;
}
body > div#loader figure figcaption p span:nth-of-type(2) {
  text-align: center;
  width: 100%;
}
body > div#loader figure.active {
  display: block;
}
body header {
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
body header > div {
  display: none;
}
body.art main, body.architecture main, body.still-life main {
  padding: 0 8px 8px;
}
body.art main section, body.architecture main section, body.still-life main section {
  display: flex;
  flex-direction: column;
}
body.art main section figure, body.architecture main section figure, body.still-life main section figure {
  width: 100%;
}
body.art main section figure img,
body.art main section figure video, body.architecture main section figure img,
body.architecture main section figure video, body.still-life main section figure img,
body.still-life main section figure video {
  width: 100%;
}
body.art main section figure figcaption, body.architecture main section figure figcaption, body.still-life main section figure figcaption {
  padding: 8px 0;
}
body.art main section figure figcaption p, body.architecture main section figure figcaption p, body.still-life main section figure figcaption p {
  display: flex;
  justify-content: start;
  gap: 20px;
}
body.project article h2 {
  padding: 80px 8px 3em;
  text-align: center;
}
body.project article div {
  margin-bottom: 60px;
}
body.project article div.text {
  padding: 0 8px;
}
body.project article div.text.left {
  text-align: left;
}
body.project article div.text.center {
  text-align: center;
}
body.project article div.feature {
  padding: 0 8px;
}
body.project article div.feature figure img,
body.project article div.feature figure video {
  width: 100%;
}
body.project article div.gallery {
  padding: 0 8px;
}
body.project article div.gallery h3 {
  margin-bottom: 8px;
}
body.project article div.gallery > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.project article div.gallery > div figure img,
body.project article div.gallery > div figure video {
  width: 100%;
}
body.project article div.gallery > div figure figcaption {
  padding: 8px 0 24px;
}
body.architecture aside, body.still-life aside, body.project aside {
  display: none;
}
body.works {
  background: #fff;
  color: #000;
}
body.works main {
  min-height: calc(100vh - 114px);
  min-height: calc(var(--vh, 1vh) * 100 - 114px);
  padding: 80px 8px 8px;
}
body.works section h2 {
  text-align: center;
  margin-bottom: 3em;
}
body.works section ul li {
  display: flex;
  justify-content: space-between;
}
body.works section ul li > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body.works section ul li span:nth-of-type(2) {
  display: none;
}
body.contact {
  background: #BBBDC0;
  color: #000;
}
body.contact main {
  min-height: calc(100vh - 114px);
  min-height: calc(var(--vh, 1vh) * 100 - 114px);
  padding: 80px 8px 8px;
}
body.contact section {
  margin-bottom: 1em;
  /* mailing form */
}
body.contact section div {
  margin-bottom: 1em;
}
body.contact section form {
  display: none;
}
body.contact section form .feedback {
  display: block;
  padding-top: 5px;
}
body.contact footer {
  position: absolute;
  bottom: 8px;
}
body.loading * {
  cursor: wait;
}
body.intro > div#loader {
  display: block;
}
body.intro header,
body.intro main {
  display: none;
}
@media screen and (max-width: 1019px) {
  body.mobile-menu header {
    height: calc(100vh - 16px);
    height: calc(var(--vh, 1vh) * 100 - 16px);
  }
  body.mobile-menu header > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
    background: inherit;
    z-index: 2;
  }
  body.mobile-menu header > div nav span {
    font-size: 0;
    line-height: 0;
    display: block;
  }
  body.mobile-menu header > div nav span a {
    display: block;
  }
  body.mobile-menu header > div h1,
  body.mobile-menu header > div nav span a {
    line-height: 20px;
    text-align: center;
  }
  body.mobile-menu header > div h1 {
    margin-bottom: 20px;
  }
  body.mobile-menu header > div nav span:last-child {
    margin-top: 20px;
  }
  body.mobile-menu main {
    display: none;
  }
}
body.email-form section form {
  display: block;
}

/* 
 * media queries
 */
@media screen and (min-width: 1020px) {
  /* 
   * typography
   */
  h1, h2, h3 {
    font-size: 14px;
    line-height: 18px;
  }
  header h1, nav span, ul li, header a, aside a, footer p, figcaption p, figcaption p span, div.center p, div.center p a {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2px;
  }
  p, span, ul li {
    font-size: 13px;
    line-height: 16px;
  }
  body.works main section ul li span {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2px;
  }
  body.contact main section:nth-of-type(2) div h3, body.contact main section:nth-of-type(2) div p, body.contact main section:nth-of-type(2) div a {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
  /* 
   * layout
   */
  body > div#loader figure figcaption {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 4 ) + ( ( 4 - 1 ) * 8px ));
  }
  body > div#loader figure figcaption p span:nth-of-type(1), body > div#loader figure figcaption p span:nth-of-type(3) {
    display: block;
  }
  body > div#loader figure figcaption p span:nth-of-type(1) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body > div#loader figure figcaption p span:nth-of-type(2) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 2 ) + ( ( 2 - 1 ) * 8px ));
    text-align: left;
  }
  body > div#loader figure figcaption p span:nth-of-type(3) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
    text-align: right;
  }
  body header {
    justify-content: flex-start;
    gap: 8px;
  }
  body header > a:nth-of-type(1) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body header > div {
    display: block;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 5 ) + ( ( 5 - 1 ) * 8px ));
  }
  body header > div h1 {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body header > div nav {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
  }
  body header > div nav span {
    display: block;
  }
  body header > div nav span:nth-of-type(1) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 2 ) + ( ( 2 - 1 ) * 8px ));
  }
  body header > div nav span:nth-of-type(2) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body header > div nav span:nth-of-type(3) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
    text-align: right;
  }
  body header > div nav a.active {
    border-bottom: 1px solid #BBBDC0;
  }
  body header > a:nth-of-type(2) {
    display: none;
  }
  body.art main section, body.architecture main section, body.still-life main section {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 0px;
  }
  body.art main section figure.small, body.architecture main section figure.small, body.still-life main section figure.small {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body.art main section figure.medium, body.architecture main section figure.medium, body.still-life main section figure.medium {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 2 ) + ( ( 2 - 1 ) * 8px ));
  }
  body.art main section figure.large, body.architecture main section figure.large, body.still-life main section figure.large {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 3 ) + ( ( 3 - 1 ) * 8px ));
  }
  body.art main section figure.full, body.architecture main section figure.full, body.still-life main section figure.full {
    width: 100%;
  }
  body.project article div {
    margin-bottom: 100px;
  }
  body.project article div.text {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 4 ) + ( ( 4 - 1 ) * 8px ));
    margin-left: calc( ( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ) + 8px );
  }
  body.project article div.gallery > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.project article div.gallery > div figure.small {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body.project article div.gallery > div figure.medium {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 2 ) + ( ( 2 - 1 ) * 8px ));
  }
  body.project article div.gallery > div figure.large {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 3 ) + ( ( 3 - 1 ) * 8px ));
  }
  body.project article div.gallery > div figure.full {
    width: 100%;
  }
  body.architecture article figure img,
  body.architecture article figure video,
  body.architecture section figure img,
  body.architecture section figure video, body.still-life article figure img,
  body.still-life article figure video,
  body.still-life section figure img,
  body.still-life section figure video, body.project article figure img,
  body.project article figure video,
  body.project section figure img,
  body.project section figure video {
    cursor: pointer;
  }
  body.architecture aside, body.still-life aside, body.project aside {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    /*
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none; 
    &::-webkit-scrollbar {
    	display: none;
    }
    */
  }
  body.architecture aside > a, body.still-life aside > a, body.project aside > a {
    position: fixed;
    cursor: pointer;
  }
  body.architecture aside > a.js-gallery-close, body.still-life aside > a.js-gallery-close, body.project aside > a.js-gallery-close {
    top: 0;
    right: 0;
    z-index: 3;
    padding: 8px 8px 24px 24px;
  }
  body.architecture aside > a.js-gallery-prev, body.architecture aside > a.js-gallery-next, body.still-life aside > a.js-gallery-prev, body.still-life aside > a.js-gallery-next, body.project aside > a.js-gallery-prev, body.project aside > a.js-gallery-next {
    width: 50px;
    background: transparent url(img/arrow.svg) no-repeat 0 0;
    background-size: 12px 8px;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
    opacity: 1;
  }
  body.architecture aside > a.js-gallery-prev.disabled, body.architecture aside > a.js-gallery-next.disabled, body.still-life aside > a.js-gallery-prev.disabled, body.still-life aside > a.js-gallery-next.disabled, body.project aside > a.js-gallery-prev.disabled, body.project aside > a.js-gallery-next.disabled {
    opacity: 0;
    pointer-events: none;
  }
  body.architecture aside > a.js-gallery-prev, body.still-life aside > a.js-gallery-prev, body.project aside > a.js-gallery-prev {
    left: 0;
    transform: rotate(180deg);
    background-position: center right 8px;
  }
  body.architecture aside > a.js-gallery-next, body.still-life aside > a.js-gallery-next, body.project aside > a.js-gallery-next {
    right: 0;
    background-position: center right 8px;
  }
  body.architecture aside > div, body.still-life aside > div, body.project aside > div {
    display: inline-flex;
    white-space: nowrap;
    gap: 0;
    font-size: 0;
    z-index: 1;
  }
  body.architecture aside > div > div, body.still-life aside > div > div, body.project aside > div > div {
    display: flex;
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    justify-content: center;
    align-items: center;
    scroll-snap-align: center;
  }
  body.architecture aside > div > div figure img,
  body.architecture aside > div > div figure video, body.still-life aside > div > div figure img,
  body.still-life aside > div > div figure video, body.project aside > div > div figure img,
  body.project aside > div > div figure video {
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
  }
  body.architecture aside > div > div figure figcaption, body.still-life aside > div > div figure figcaption, body.project aside > div > div figure figcaption {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }
  body.architecture aside > div > div figure figcaption p, body.still-life aside > div > div figure figcaption p, body.project aside > div > div figure figcaption p {
    display: flex;
    gap: 8px;
  }
  body.architecture aside > div > div figure figcaption p span, body.still-life aside > div > div figure figcaption p span, body.project aside > div > div figure figcaption p span {
    display: block;
  }
  body.architecture aside > div > div figure figcaption p span:nth-of-type(1), body.still-life aside > div > div figure figcaption p span:nth-of-type(1), body.project aside > div > div figure figcaption p span:nth-of-type(1) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body.architecture aside > div > div figure figcaption p span:nth-of-type(2), body.architecture aside > div > div figure figcaption p span:nth-of-type(3), body.still-life aside > div > div figure figcaption p span:nth-of-type(2), body.still-life aside > div > div figure figcaption p span:nth-of-type(3), body.project aside > div > div figure figcaption p span:nth-of-type(2), body.project aside > div > div figure figcaption p span:nth-of-type(3) {
    margin-right: 16px;
  }
  body.architecture aside.disableSnapping, body.still-life aside.disableSnapping, body.project aside.disableSnapping {
    scroll-snap-type: none;
  }
  body.works header > div nav a.active {
    border-bottom: 1px solid #000;
  }
  body.works section {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 2 ) + ( ( 2 - 1 ) * 8px ));
    margin-left: calc( ( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 2 ) + ( ( 2 - 1 ) * 8px ) + 8px );
  }
  body.works section ul li span:nth-of-type(1) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body.works section ul li span:nth-of-type(2) {
    display: block;
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 0.7 ) + ( ( 0.7 - 1 ) * 8px ));
  }
  body.works section ul li span:nth-of-type(3) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 0.3 ) + ( ( 0.3 - 1 ) * 8px ));
    text-align: right;
  }
  body.contact header > div nav a.active {
    border-bottom: 1px solid #000;
  }
  body.contact main {
    min-height: calc(100vh - 36px);
    min-height: calc(var(--vh, 1vh) * 100 - 36px);
    padding: 0px 8px 8px;
  }
  body.contact section {
    position: absolute;
    margin-bottom: 0;
  }
  body.contact section div {
    margin-bottom: 0;
  }
  body.contact section:nth-of-type(1) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 4 ) + ( ( 4 - 1 ) * 8px ));
    top: calc(50% - 60px + 15px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  body.contact section:nth-of-type(1):nth-of-type(1) h2 {
    margin-bottom: 3em;
    text-align: center;
  }
  body.contact section:nth-of-type(2) {
    bottom: 8px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 5 ) + ( ( 5 - 1 ) * 8px ));
  }
  body.contact section:nth-of-type(2) > div:nth-of-type(1) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body.contact section:nth-of-type(2) > div:nth-of-type(2) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 3 ) + ( ( 3 - 1 ) * 8px ));
  }
  body.contact section:nth-of-type(2) > div:nth-of-type(3) {
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
  }
  body.contact footer {
    position: absolute;
    right: 8px;
    width: calc(( ( ( ( var(--vw, 1vw ) * 100 ) - ( ( 6 - 1 ) * 8px ) - ( 2 * 8px ) ) / 6 ) * 1 ) + ( ( 1 - 1 ) * 8px ));
    text-align: right;
  }
  body.gallery {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
  }
  body.gallery aside {
    display: block;
  }
}

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