body {
  background-color: #000;
  font-family: var(--fontlight), Arial;
  letter-spacing: 4px;
  font-size: 12px;
  line-height: 1.8em;
  color: var(--colorwhite);
  overflow-x: hidden;
}

@font-face {
  font-family: 'Gentleman300';
  font-style: normal;
  font-weight: 300;
  src: url('../font/Gentleman-300-ExtraLight.woff') format('woff');
}

@font-face {
  font-family: 'Gentleman400';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Gentleman-400-Light.woff') format('woff');
}

@font-face {
  font-family: 'Gentleman600';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Gentleman-600-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Gentleman800';
  font-style: normal;
  font-weight: 800;
  src: url('../font/Gentleman-800-Bold.woff') format('woff');
}

video {
  max-width: 100vw;
  position: absolute;
  opacity: 0;
  animation: fade-in-background 1400ms forwards;
  object-fit: cover;
  min-height: 100vh;
  max-height: 100vh;
  z-index: -1;
}

*, html {
   box-sizing: border-box;
}

img {
  max-width: 100%;
}

:root {
  --colorwhite: #fff;
  --creme: #E4E1CD;
  --fontoncreme: #070504;
  --fontoncreme2: #231E1D;
  --fontlighter: 'Gentleman300';
  --fontlight: 'Gentleman400';
  --fontbold: 'Gentleman800';
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

img.logo {
  width: 45%;
  max-width: 100%;
  margin-bottom: 1rem;
}

/* basics */

menu a { color: var(--creme); text-decoration: none; }
a { }
menu a.active { color: #888; }

h1 { font-size: 4em; font-family: var(--fontlighter); line-height: 1.3em; }
h2 { font-size: 1.4em; line-height: 1.3em; }
h3 { font-size: 1.2em; line-height: 1.7em; }
p { margin: 20px 0; }
b { font-family: var(--fontbold); }

/* menu */

menu {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 4em 2em 2em 4em;
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  z-index: 100;
}

menu a {
  padding: 0 10px;
}

menu a:hover {
  color: red;
}

/* header */

body > header {
  display: flex;
  height: 65vh;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2em;
  text-align: center;
  line-height: 2em;
}

img[src="img/vaelure_logo.svg"] {
  width: 18rem;
  max-width: 600px;
  position: relative;
  margin-right: 10px;
}

header img[src="img/vaelure_logo.svg"] {
  margin-top: -0.4rem;
}

body > header h1 {
  align-items: baseline;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 15px;
  line-height: 1em;
  font-family: "Gentleman300";
}

body > header h2 {
  margin-top: 10px;
}

.cta {
  color: var(--creme);
  text-decoration: none;
  padding: 10px 30px;
  border: 1px solid var(--creme);
  margin-top: 10px;
  display: inline-block;
}

.lefty section:last-child .cta {
  color: var(--fontoncreme2);
  border: 1px solid var(--fontoncreme2);
}

/* main */

main { padding: 1em 10em 0 10em; padding-left: clamp(1em, 2em, 10em); padding-right: clamp(1em, 2em, 10em); }
main h3 { text-align: center; margin: 4em 0; }
main h3:first-child { margin-top: 0; }
p.claim {text-align: center;}

/* */

.lefty {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
}

.lefty section:first-child {
  flex-basis: 60%;
}

.lefty section:last-child {
  flex-basis: 40%;
  background-color: var(--creme);
  color: var(--fontoncreme2);
  padding: clamp(1em, 3em, 5em);
  padding-top: 80px;
}

.lefty.introduceprints section:first-child div {
  right: 50%;
  text-align: right;
  max-width: 300px;
  font-size: 1.3em;
  color: var(--fontoncreme);
}

.lefty.introduceprints section:last-child div {
  left: 59%;
  text-align: right;
  max-width: 350px;
  font-size: 3.3em;
  color: var(--fontoncreme);
  font-family: var(--fontlighter);
  letter-spacing: 15px;
}

.lefty.introduceprints div {
  bottom: 4em;
  z-index: 1;
  position: absolute;
}

.x {
  font-family: "Gentleman 800";
}

.lefty.introduceprints div img {
  margin-bottom: 20px;
}

.three-row {
  margin: 5em auto;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  flex-direction: row;
}

.three-row h3 {
  color: var(--creme);
  max-width: 600px;
}

.three-row header,
.three-row footer {
  flex-basis: 100%;
  padding: 1em;
}

.three-row article {
  flex-basis: 33.3%;
  padding: 1em;
}

body > footer {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

body > footer div {
  flex-basis: 60%;
  align-self: center;
  text-align: right;
  padding-right: 40px;
  padding: 40px;
}

body > footer div img {
  margin-bottom: 10px;
  max-height: 20px;
}

body > footer ul {
  background-color: var(--creme);
  padding: 4em;
  color: var(--fontoncreme);
  flex-basis: 40%;
}

.lazy-load {
  background-color: var(--highlightcolor);
}

img.lazy-load {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

img.lazy-load.lazy-loaded {
    opacity: 1;
}

@media only screen and (max-width: 800px) {

  body {
    font-size: 0.7em;
  }

  body > header h1 {
    font-size: 3em;
  }

  body > footer ul,
  body > footer div {
    flex-basis: 100%;
  }

  body > footer div {
    flex-basis: 100%;
    text-align: center;
  }

  .three-row h3 {
    font-size: 1em;
  }

  body > header {
    height: 70vh;
  }

  menu {
    padding-top: 3em;
  }

  .three-row {
    margin: calc(3em - 10px);
    width: calc(100% - 3em - 10px);
  }

  .three-row article {
    padding: 5px;
  }

  .main {
    padding-left: 3em;
    padding-right: 3em;
  }

  .lefty {
    background-color: var(--creme);
    font-size: 0.8em !important;
  }

  .lefty.introduceprints section:first-child div {
    padding: 3em;
  }

  .lefty.introduceprints section:last-child div, .hide-on-mobile {
    display: none;
  }

  .lefty {
    flex-wrap: wrap;
  }

  .lefty.introduceprints section:first-child  {
    order: 2;
    flex-basis: 100%;
  }

  .lefty.introduceprints section:last-child  {
    flex-basis: 100%;
    order: 1;
    padding-left: 4em;
    padding-top: 4em;
  }

  .lefty.introduceprints div {
    position: relative;
    text-align: left !important;
    left: 0 !important;
    right: auto;
    bottom: auto;
  }

  .lefty img[src="img/vaelure_logo.svg"], footer img[src="img/vaelure_logo.svg"] {
    width: 180px;
  }


}
