@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/GTWalsheim-Bold.woff2") format("woff2"), url("../fonts/GTWalsheim-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/GTWalsheim-UltraLight.woff2") format("woff2"), url("../fonts/GTWalsheim-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/GTWalsheim-Medium.woff2") format("woff2"), url("../fonts/GTWalsheim-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/GTWalsheim-Light.woff2") format("woff2"), url("../fonts/GTWalsheim-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/GTWalsheim-Thin.woff2") format("woff2"), url("../fonts/GTWalsheim-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'HB-Icons';
  src: url("../fonts/HB_Icons.woff2") format("woff2"), url("../fonts/HB_Icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
/* Core Stuff */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'GTWalsheim', sans-serif; }

html {
  font-size: 100%;
  font-size: calc( 100vh / 57 );
  font-weight: 300; }

h1,
h2,
h3,
h4 {
  font-weight: 500; }

h1 {
  font-size: 1.8rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.4rem; }

h2 {
  font-size: 1.2rem; }

body {
  font-size: 1rem;
  color: black; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black; }

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

a:hover {
  text-decoration: underline; }

pre {
  background: #F0F0F0;
  margin: 1rem 0;
  border-radius: 2px; }

blockquote {
  border-left: 10px solid #eee;
  margin: 0;
  padding: 0 2rem; }

/* Utility Classes */
.grey,
.gray {
  color: #B7B7B7; }

i {
  display: inline-block;
  font-family: 'HB-Icons';
  font-style: normal; }
  i.arrow:before {
    content: "\2192"; }
  i.arrow.left:before {
    content: "\2190"; }
  i.facebook:before {
    content: "\f39e"; }
  i.instagram:before {
    content: "\f16d"; }
  i.down {
    transform: rotate(90deg); }
  i.up {
    transform: rotate(-90deg); }

.hidden {
  display: none; }

.wrapper {
  margin: 0; }

.padding {
  padding: 3rem 1rem; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.hide-md {
  display: block; }

.show-md {
  display: none; }

/* Content Styling */
#header {
  position: fixed;
  z-index: 2;
  top: 0;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: 'GTWalsheim', sans-serif;
  transition: all .2s ease;
  display: flex;
  margin: 2rem 3rem 0; }
  #header .separator {
    margin: 0 1rem; }
  #header .main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
  #header a {
    color: inherit; }
  #header h1 {
    color: inherit; }
  #header a:hover {
    text-decoration: underline; }

section#body {
  height: 100vh; }
  section#body .wrapper {
    height: 100%;
    padding: 0; }
    section#body .wrapper .container {
      height: 100%;
      padding: 0; }

.cartouche-wrapper {
  position: absolute;
  font-size: 1.2rem;
  bottom: 0;
  left: 0; }
  .cartouche-wrapper #show-cartouche {
    margin: 0 0 3rem 3rem;
    cursor: pointer; }
  .cartouche-wrapper .cartouche {
    padding: 2rem 3rem 3rem;
    background: whitesmoke; }
    .cartouche-wrapper .cartouche p:first-of-type {
      margin-top: 0; }
    .cartouche-wrapper .cartouche p:last-of-type {
      margin-bottom: 0; }
    .cartouche-wrapper .cartouche #hide-cartouche {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: sw-resize; }

.about-container {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 5.8rem 3rem 2rem;
  width: 100%; }

#footer {
  display: none; }

body.slides .swiper-container {
  height: 100%; }
  body.slides .swiper-container .swiper-wrapper .swiper-slide {
    display: flex; }
    body.slides .swiper-container .swiper-wrapper .swiper-slide .custom-color {
      display: none; }
    body.slides .swiper-container .swiper-wrapper .swiper-slide .project-image {
      width: 50%; }
      body.slides .swiper-container .swiper-wrapper .swiper-slide .project-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left; }
      body.slides .swiper-container .swiper-wrapper .swiper-slide .project-image:first-of-type img {
        object-position: right; }
      body.slides .swiper-container .swiper-wrapper .swiper-slide .project-image.center img {
        object-position: center; }
body.slides .slide-container .slide {
  position: relative; }
body.slides .slide-container img {
  display: block;
  max-width: 100%; }

@media screen and (max-width: 48em) {
  .hide-md {
    display: none; }

  .show-md {
    display: block; }

  body.slides .swiper-container .swiper-wrapper .swiper-slide .project-image {
    width: 100%; } }

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