/*
Theme Name: Atlant Studio 2020
Theme URI: https://www.davidpenuela.com
Author: David Penuela
Author URI: https://www.davidpenuela.com.com
Description: Atlant Studio
Version: 1.0

*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Removes the scroll bar
 *
 * Usage:
 * .selector {
 *   @include remove-scrollbar;
 * }
 */
/**
 * Typography
 */
/*https://snook.ca/archives/html_and_css/font-size-with-rem*/
/**
 * Colors
 */
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/***********************************
****	Bootstrap reset          ********
************************************/
/***********************************
****	General          ********
************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  font-family: "MF-R", Helvetica, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  color: black;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow-x: hidden; }

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

html.disable-scroll {
  overflow: hidden; }

body {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out; }
  body.show {
    opacity: 1; }

::-moz-selection {
  background: #ff1d00;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #ff1d00;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #ff1d00;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #ff1d00;
  color: #fff;
  text-shadow: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: black; }

img {
  display: block;
  width: 100%;
  height: auto; }

/***********************************
** Header             **************
************************************/
body.home .header-menu a:first-child {
  font-family: "MF-BI", Helvetica, sans-serif; }

@media (min-width: 992px) {
  body.page-template-page-about .header {
    width: 25%; } }

header {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background-color: white;
  height: 5rem; }
  header.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  header a {
    margin-right: 1rem; }
    header a:link, header a:active, header a:visited {
      color: black;
      font-family: "MF-R", Helvetica, sans-serif; }
    header a.active {
      font-family: "MF-BI", Helvetica, sans-serif; }
    @media (min-width: 992px) {
      header a:hover {
        color: black;
        font-family: "MF-RI", Helvetica, sans-serif; } }
  header .header-desktop {
    display: none; }
    @media (min-width: 992px) {
      header .header-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  header .header-mobile {
    background-color: green; }
    header .header-mobile a {
      margin: 0; }
      header .header-mobile a:focus {
        background-color: transparent; }
    header .header-mobile .header-mobile_arrow_prev,
    header .header-mobile .header-mobile_arrow_next,
    header .header-mobile .header-mobile_title {
      position: absolute;
      top: 50%;
      cursor: pointer; }
      header .header-mobile .header-mobile_arrow_prev svg,
      header .header-mobile .header-mobile_arrow_next svg,
      header .header-mobile .header-mobile_title svg {
        width: 1.5rem;
        height: auto; }
    header .header-mobile .header-mobile_title {
      left: 50%;
      -webkit-transform: translate3d(-50%, -38%, 0);
              transform: translate3d(-50%, -38%, 0);
      text-align: center; }
    header .header-mobile .header-mobile_arrow_prev {
      left: 0;
      padding: 1.5rem;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    header .header-mobile .header-mobile_arrow_next {
      right: 0;
      padding: 1.5rem;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
    @media (min-width: 992px) {
      header .header-mobile {
        display: none; } }
  @media (min-width: 992px) {
    header {
      top: 0;
      left: 0;
      bottom: unset;
      right: unset;
      padding: 1.5rem 0 1.4rem 3rem;
      height: unset;
      width: 75%;
      -webkit-transform: translate(0, -100%);
              transform: translate(0, -100%); } }

/***********************************
****	NAVIGATION 	****************
************************************/
.menu-archive-container ul {
  position: fixed; }
  .menu-archive-container ul > li ul {
    position: absolute;
    top: 0;
    left: calc(100vw / 15);
    display: none;
    width: calc(100vw / 6);
    max-width: 12.7rem; }
    .menu-archive-container ul > li ul li {
      margin-left: 1.5em;
      text-indent: -1.5em; }
      .menu-archive-container ul > li ul li.current-menu-parent > a, .menu-archive-container ul > li ul li.current-menu-item > a {
        font-family: "MF-BI", Helvetica, sans-serif; }
      .menu-archive-container ul > li ul li.current-menu-parent:hover > a, .menu-archive-container ul > li ul li.current-menu-item:hover > a {
        font-family: "MF-BI", Helvetica, sans-serif; }
    .menu-archive-container ul > li ul.active {
      display: block; }
  .menu-archive-container ul > li a:hover {
    font-family: "MF-RI", Helvetica, sans-serif; }
  .menu-archive-container ul a:link,
  .menu-archive-container ul a:visited,
  .menu-archive-container ul a:active {
    color: black; }

/***********************************
****	MAIN 	    ****************
************************************/
/***********************************
****	General 	****************
************************************/
body main {
  padding: 0; }
  @media (min-width: 992px) {
    body main {
      height: 100vh;
      overflow: hidden; } }

body.home main {
  padding: 0 1.5rem 0 0; }
  @media (min-width: 992px) {
    body.home main {
      height: 100vh;
      padding: 0;
      overflow: hidden; } }

/*For font sizes, check _typography.scss file*/
body.single-archive, body.page-template, body.archive {
  scrollbar-width: none; }
  body.single-archive header, body.page-template header, body.archive header {
    -webkit-transform: none;
            transform: none;
    right: 0;
    width: auto; }
  body.single-archive main, body.page-template main, body.archive main {
    height: 100%;
    overflow: visible; }
  body.single-archive::-webkit-scrollbar, body.page-template::-webkit-scrollbar, body.archive::-webkit-scrollbar {
    width: 0px;
    background: transparent; }
  body.single-archive *, body.page-template *, body.archive * {
    -ms-overflow-style: none !important; }
  body.single-archive::-webkit-scrollbar, body.page-template::-webkit-scrollbar, body.archive::-webkit-scrollbar {
    width: 0;
    display: none;
    width: 0;
    height: 0; }
  body.single-archive::-webkit-scrollbar-track, body.page-template::-webkit-scrollbar-track, body.archive::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0; }
  body.single-archive::-webkit-scrollbar-thumb, body.page-template::-webkit-scrollbar-thumb, body.archive::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent; }

/***********************************
****    background images 	********
************************************/
/***********************************
****	Story 	****************
************************************/
/***********************************
****	Not using for now  	********
************************************/
/***********************************
****	Personal info  	************
************************************/
/*
$screen-xs-min : 576px;
$screen-sm-min : 768px;
$screen-md-min : 992px;
$screen-lg-min : 1200px;

@include media-breakpoint-up(lg){}

*/
/***********************************
****    Footer   *******************
************************************/
/***********************************
****    Credits part  **************
************************************/
/***********************************
****    FRONT PAGE   ***************
************************************/
.p-front-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .p-front-page .front-page-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
    overflow: hidden;
    scrollbar-width: none; }
    .p-front-page .front-page-main::-webkit-scrollbar {
      width: 0px;
      background: transparent; }
    .p-front-page .front-page-main * {
      -ms-overflow-style: none !important; }
    .p-front-page .front-page-main::-webkit-scrollbar {
      width: 0;
      display: none;
      width: 0;
      height: 0; }
    .p-front-page .front-page-main::-webkit-scrollbar-track {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0; }
    .p-front-page .front-page-main::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: transparent; }
    .p-front-page .front-page-main h3 {
      margin: 0; }
    .p-front-page .front-page-main .front-page-main-entry h1 {
      padding: 6vw 0 0 4vw;
      margin: 0;
      z-index: 1; }
      @media (min-width: 992px) {
        .p-front-page .front-page-main .front-page-main-entry h1 {
          padding: 3.5vw 0 0 3vw; } }
    .p-front-page .front-page-main .front-page-main-entry h2 {
      padding: 9vmin 0 15vmin 1.5rem;
      margin: 0;
      position: relative;
      background-color: white;
      z-index: 2; }
      .p-front-page .front-page-main .front-page-main-entry h2:focus {
        outline: none; }
      @media (min-width: 992px) {
        .p-front-page .front-page-main .front-page-main-entry h2 {
          padding-left: 3rem; } }
    .p-front-page .front-page-main .front-page-main-projects-block {
      padding-left: 1.5rem;
      padding-bottom: 4.3rem; }
      @media (min-width: 992px) {
        .p-front-page .front-page-main .front-page-main-projects-block:last-child {
          padding-bottom: 0; } }
      .p-front-page .front-page-main .front-page-main-projects-block .wp-block-image {
        padding: 0;
        margin: 1.5rem 0; }
        @media (min-width: 992px) {
          .p-front-page .front-page-main .front-page-main-projects-block .wp-block-image {
            margin: 3rem 0; } }
      .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns {
        margin: 1.5rem 0 0; }
        .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column {
          margin: 1.5rem 0 0; }
          .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column:nth-child(1) {
            margin: 0; }
            @media (min-width: 768px) {
              .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column:nth-child(1) {
                margin: 0 0.75rem 0 0; } }
            @media (min-width: 992px) {
              .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column:nth-child(1) {
                margin: 0 1.5rem 0 0; } }
          @media (min-width: 768px) {
            .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column:nth-child(2) {
              margin: 0 0 0 0.75rem; } }
          @media (min-width: 992px) {
            .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column:nth-child(2) {
              margin: 0 0 0 1.5rem; } }
          @media (min-width: 768px) {
            .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column:nth-child(3) {
              margin: 0 0 0 1.5rem; } }
          @media (min-width: 992px) {
            .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column:nth-child(3) {
              margin: 0 0 0 3rem; } }
          @media (min-width: 768px) {
            .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column {
              margin: 1.5rem 0 0; } }
          @media (min-width: 992px) {
            .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-column {
              margin: 3rem 0 0; } }
        .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns .wp-block-image {
          padding: 0;
          margin: 0; }
        @media (min-width: 992px) {
          .p-front-page .front-page-main .front-page-main-projects-block .wp-block-columns {
            margin: 3rem 0; } }
      .p-front-page .front-page-main .front-page-main-projects-block p {
        margin-top: 0; }
        .p-front-page .front-page-main .front-page-main-projects-block p:last-child {
          margin-bottom: 0; }
        .p-front-page .front-page-main .front-page-main-projects-block p a {
          border-bottom: 0.1rem solid black; }
      .p-front-page .front-page-main .front-page-main-projects-block .marquee {
        overflow-x: hidden; }
        .p-front-page .front-page-main .front-page-main-projects-block .marquee .marquee__copy {
          padding-right: 7rem; }
          @media (min-width: 992px) {
            .p-front-page .front-page-main .front-page-main-projects-block .marquee .marquee__copy {
              padding-right: 10rem; } }
      @media (min-width: 992px) {
        .p-front-page .front-page-main .front-page-main-projects-block {
          padding-left: 3rem;
          padding-bottom: 30rem; } }
    @media (min-width: 992px) {
      .p-front-page .front-page-main {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 75%;
                flex: 1 1 75%;
        overflow-y: scroll; } }
  .p-front-page .front-page-thumnails {
    display: none; }
    @media (min-width: 992px) {
      .p-front-page .front-page-thumnails img {
        margin-bottom: 3rem;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .p-front-page .front-page-thumnails img:hover, .p-front-page .front-page-thumnails img.active {
          -webkit-filter: blur(7px);
                  filter: blur(7px); } }
    @media (min-width: 992px) {
      .p-front-page .front-page-thumnails {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
        padding: 3rem 3rem 0 3rem;
        height: 100%;
        overflow-y: scroll;
        scrollbar-width: none; }
        .p-front-page .front-page-thumnails::-webkit-scrollbar {
          width: 0px;
          background: transparent; }
        .p-front-page .front-page-thumnails * {
          -ms-overflow-style: none !important; }
        .p-front-page .front-page-thumnails::-webkit-scrollbar {
          width: 0;
          display: none;
          width: 0;
          height: 0; }
        .p-front-page .front-page-thumnails::-webkit-scrollbar-track {
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-radius: 0; }
        .p-front-page .front-page-thumnails::-webkit-scrollbar-thumb {
          border-radius: 0;
          background-color: transparent; } }
  @media (min-width: 992px) {
    .p-front-page {
      height: 100%;
      overflow: hidden; } }

/***********************************
****	ABOUT 	    ****************
************************************/
body.page-template-page-about header .header-menu .header-menu-link-about {
  font-family: "MF-BI", Helvetica, sans-serif; }

body.page-template-page-about .main {
  height: 100vh;
  overflow: hidden; }

.p-about-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1.5rem 9rem;
  height: 100%;
  overflow: hidden; }
  .p-about-page .about-page-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: auto;
    margin-bottom: 9rem; }
    .p-about-page .about-page-main p {
      margin-top: 0;
      margin-bottom: 3rem; }
    @media (min-width: 992px) {
      .p-about-page .about-page-main {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 66.66667%;
                flex: 0 1 66.66667%;
        margin-bottom: 0;
        height: 100%;
        overflow: auto; } }
  .p-about-page .about-page-credits {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .p-about-page .about-page-credits h3 {
      padding: 0;
      margin: 0; }
    .p-about-page .about-page-credits p {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 1.5rem;
      text-indent: -1.5rem; }
    .p-about-page .about-page-credits .col-left,
    .p-about-page .about-page-credits .col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      @media (min-width: 992px) {
        .p-about-page .about-page-credits .col-left,
        .p-about-page .about-page-credits .col-right {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; } }
    .p-about-page .about-page-credits .col-left {
      padding-right: 1rem; }
      .p-about-page .about-page-credits .col-left p {
        margin-left: 0rem;
        text-indent: 0; }
    .p-about-page .about-page-credits .col-right {
      padding-left: 1rem; }
      @media (min-width: 992px) {
        .p-about-page .about-page-credits .col-right {
          padding-left: 0; } }
    @media (min-width: 992px) {
      .p-about-page .about-page-credits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 16.66667%;
                flex: 0 1 16.66667%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        height: 100%;
        overflow: auto; } }
  @media (min-width: 992px) {
    .p-about-page {
      padding: 6rem 3rem 9rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 100%;
      overflow: hidden; } }

/***********************************
** Archives and Archive    *********
************************************/
body.single-archive header .header-menu a:nth-child(2), body.page-template-page-archive header .header-menu a:nth-child(2), body.archive header .header-menu a:nth-child(2) {
  font-family: "MF-BI", Helvetica, sans-serif; }

.p-archive-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem 1.5rem 0;
  opacity: 0; }
  .p-archive-page .archive-page-main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: auto;
    padding-left: 1.5rem;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
    .p-archive-page .archive-page-main.show {
      opacity: 1; }
    .p-archive-page .archive-page-main p {
      margin-top: 0;
      margin-bottom: 3vw; }
    .p-archive-page .archive-page-main sup {
      vertical-align: 35%;
      display: inline;
      margin-left: -0.7vw;
      margin-right: 0.6vw;
      text-transform: capitalize; }
      .p-archive-page .archive-page-main sup:last-child {
        margin-right: -0.2vw; }
    .p-archive-page .archive-page-main .archive-index-project-block {
      display: none; }
      .p-archive-page .archive-page-main .archive-index-project-block.show {
        display: inline; }
      .p-archive-page .archive-page-main .archive-index-project-block.last .comma-project {
        display: none; }
    .p-archive-page .archive-page-main a:visited {
      color: #8d00ff; }
  .p-archive-page .archive-page-credits {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .p-archive-page .archive-page-credits h3 {
      padding: 0;
      margin: 0; }
    .p-archive-page .archive-page-credits p {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 1.5em;
      text-indent: -1.5em; }
  @media (min-width: 992px) {
    .p-archive-page .archive-page-main {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 66.66667%;
              flex: 0 1 66.66667%; }
    .p-archive-page .archive-page-credits {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 33.33333%;
              flex: 0 1 33.33333%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  @media (min-width: 992px) {
    .p-archive-page {
      opacity: 1; } }

#single-archive {
  position: relative; }
  #single-archive img {
    padding: 0 1rem 0 0;
    height: calc(3 * 3.55vw);
    width: auto;
    display: inline-block;
    float: left;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    margin-bottom: 1.5rem; }
    #single-archive img.float-right {
      float: right;
      padding: 0 0 0 1rem; }

/*
#books{
	background-color: red;
}
#websites{
	background-color: green;
}
#posters{
	background-color: blue;
}
#identity{
	background-color: lightseagreen;
}
#spatial{
	background-color: goldenrod;
}
*/
/***********************************
****	DEFINITION          ********
************************************/
@font-face {
  font-family: 'MF-R';
  src: url("./fonts/MercatorFL-Regular.eot");
  src: url("./fonts/MercatorFL-Regular.woff2") format("woff2"), url("./fonts/MercatorFL-Regular.woff") format("woff"), url("./fonts/MercatorFL-Regular.ttf") format("truetype"), url("./fonts/MercatorFL-Regular.svg#MercatorFL-Regular") format("svg"), url("./fonts/MercatorFL-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MF-RI';
  src: url("./fonts/MercatorFL-RegularItalic.eot");
  src: url("./fonts/MercatorFL-RegularItalic.woff2") format("woff2"), url("./fonts/MercatorFL-RegularItalic.woff") format("woff"), url("./fonts/MercatorFL-RegularItalic.ttf") format("truetype"), url("./fonts/MercatorFL-RegularItalic.svg#MercatorFL-RegularItalic") format("svg"), url("./fonts/MercatorFL-RegularItalic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MF-BI';
  src: url("./fonts/MercatorFL-BoldItalic.eot");
  src: url("./fonts/MercatorFL-BoldItalic.woff2") format("woff2"), url("./fonts/MercatorFL-BoldItalic.woff") format("woff"), url("./fonts/MercatorFL-BoldItalic.ttf") format("truetype"), url("./fonts/MercatorFL-BoldItalic.svg#MercatorFL-BoldItalic") format("svg"), url("./fonts/MercatorFL-BoldItalic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

html {
  font-family: "MF-R", Helvetica, sans-serif; }

/***********************************
****	SIZING              ********
************************************/
body {
  font-size: 1.6rem;
  line-height: 2.2rem; }

p {
  font-family: "MF-R", Helvetica, sans-serif;
  font-size: 1.9rem;
  line-height: 1.2; }

h1 {
  font-weight: normal;
  font-family: "MF-RI", Helvetica, sans-serif;
  font-size: 32.7vw;
  line-height: 29.1vw;
  letter-spacing: -0.8vw; }
  @media (min-width: 992px) {
    h1 {
      font-size: 25vw;
      line-height: 22.1vw; } }

h2 {
  font-weight: normal;
  font-family: "MF-R", Helvetica, sans-serif;
  font-size: 7.2vw;
  line-height: 1.2;
  letter-spacing: -0.2vw; }
  @media (min-width: 992px) {
    h2 {
      font-size: 5.5vw;
      line-height: 1; } }

header {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "MF-R", Helvetica, sans-serif; }
  @media (min-width: 992px) {
    header {
      font-size: 1.6rem;
      line-height: 1; } }

.wp-block-image {
  font-size: 0;
  line-height: 0; }

.p-front-page h3 {
  font-weight: normal;
  font-family: "MF-R", Helvetica, sans-serif;
  font-size: 7.2vw;
  line-height: 1.2;
  letter-spacing: -0.2vw;
  margin: 0; }
  @media (min-width: 992px) {
    .p-front-page h3 {
      font-size: 5.5vw;
      line-height: 1.07; } }

.p-about-page h3 {
  font-family: "MF-BI", Helvetica, sans-serif; }

.p-about-page p {
  font-size: 1.6rem;
  line-height: 1.9rem; }
  @media (min-width: 992px) {
    .p-about-page p {
      font-size: 1.6rem;
      line-height: 2.1rem; } }

.p-about-page .about-page-main p {
  font-size: 3rem;
  line-height: 3.4rem; }
  @media (min-width: 992px) {
    .p-about-page .about-page-main p {
      font-size: 3rem;
      line-height: 3.4rem;
      font-size: 3.6vw;
      line-height: 4vw; } }

.p-about-page .about-page-credits h3,
.p-about-page .about-page-credits p {
  font-size: 1.5rem;
  line-height: 2.1rem; }
  @media (min-width: 992px) {
    .p-about-page .about-page-credits h3,
    .p-about-page .about-page-credits p {
      font-size: 1.6rem;
      line-height: 1.9rem; } }

.archive-page-main,
.archive-page-main p {
  font-size: 3rem;
  line-height: 3.4rem; }
  @media (min-width: 992px) {
    .archive-page-main,
    .archive-page-main p {
      font-size: 3.6vw;
      line-height: 4vw; } }

.archive-page-main sup {
  font-size: 3rem;
  line-height: 3.4rem; }
  @media (min-width: 992px) {
    .archive-page-main sup {
      font-size: 1.6vw;
      line-height: 1.6vw; } }

img {
  display: block; }
  img.lazy-load {
    opacity: 0; }
  img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  img.initial, img.loaded, img.error {
    opacity: 1; }
  img:not([src]) {
    visibility: hidden; }
