html, body {
  font-size: 16px;
}

@media (max-width: 660px) {
  html, body {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  html, body {
    font-size: 11px;
  }
}
@media (max-width: 420px) {
  html, body {
    font-size: 8.5px;
  }
}
body {
  font-family: Arial, sans-serif;
  color: #221E20;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 550px) {
  body.invert {
    color: white;
    background-color: #221E20;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover:not(.no-decoration) {
  text-decoration: underline;
}

section {
  width: 100vw;
}

.container {
  max-width: 1150px;
  margin: auto;
  padding: 50px;
  position: relative;
}
@media (max-width: 420px) {
  .container {
    padding: 40px 30px;
  }
}

#title .container {
  padding-top: 40px;
}
#title h1, #title h2 {
  font-size: 5rem;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1em;
}
@media (max-width: 420px) {
  #title h1, #title h2 {
    font-size: 4.8em;
  }
}
#title h1 {
  margin-bottom: 0.8em;
  word-wrap: break-word;
}
@media (max-width: 420px) {
  #title h1 {
    margin-bottom: 0.6em;
  }
}
#title h2 {
  margin-bottom: 0.6em;
  float: right;
  letter-spacing: -2px;
  line-height: calc(0.85 * 4.8rem);
}
@media (max-width: 420px) {
  #title h2 {
    float: none;
    margin-bottom: 0.9em;
  }
}
#title h3 {
  font-size: 4.8rem;
  line-height: 0.85em;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 420px) {
  #title h3 {
    line-height: 1em;
  }
}

#card .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#card .card-container {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.2em;
  margin: 80px 0 160px 0;
  max-width: 90%;
  word-wrap: break-word;
}
#card .card-container .icon {
  border-top: 0.13em solid black;
  width: 0.73em;
  padding-bottom: 0.175em;
  display: inline-block;
}
@media (max-width: 420px) {
  #card .card-container {
    margin: 30px 0 40px 0;
    font-size: 2.6rem;
  }
  #card .card-container .icon {
    display: none;
  }
}

#gallery .swiper-slide.full-screen {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#gallery .swiper-slide.full-screen img {
  width: 100%;
  max-height: 100vh;
  opacity: 0;
}
#gallery .swiper-slide.full-screen .text {
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: auto;
  padding: 3px 5px;
  background-color: white;
}
#gallery .swiper-slide.full-screen .text span {
  padding-left: 20px;
}
@media (orientation: portrait) {
  #gallery .swiper-slide.full-screen {
    background-size: contain;
  }
  #gallery .swiper-slide.full-screen .text {
    top: calc(100% + 5px);
    left: 2.3%;
    padding: 0;
    max-width: 80%;
  }
}
@media (orientation: portrait) {
  #gallery .swiper-container {
    overflow-y: visible;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
}
#gallery .swiper-button-next, #gallery .swiper-button-prev {
  color: #221E20;
}
#gallery .swiper-button-next:after, #gallery .swiper-button-prev:after {
  font-size: 2rem;
}
#gallery .swiper-button-next:hover:after, #gallery .swiper-button-prev:hover:after {
  transform: scale(1.1);
}
@media (orientation: portrait) {
  #gallery .swiper-button-next, #gallery .swiper-button-prev {
    display: none;
  }
}
#gallery .swiper-button-prev {
  left: 5%;
}
#gallery .swiper-button-next {
  right: 5%;
}

body.invert .swiper-slide .text {
  color: #221E20;
}

#info .container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#info p {
  font-size: 2.8rem;
  font-weight: 600;
  max-width: 660px;
  margin-bottom: 1.3em;
  margin-top: 1em;
}
#info .cv-download {
  font-size: 18px;
  font-weight: 100;
  width: 80%;
  max-width: 300px;
}
#info .cv-download .uppercase {
  text-transform: uppercase;
}
#info .cv-download a:first-of-type {
  margin-right: 35px;
}

#footer .container {
  padding-top: 80px;
  min-height: 100vh;
}
@media (max-width: 420px) {
  #footer .container {
    padding-top: 0px;
    min-height: calc(100vh - 80px);
  }
}
#footer h1 {
  font-size: 10rem;
  margin-bottom: 0;
}

#legal-notice h1 {
  font-size: 1.55rem;
}
#legal-notice h1.margin {
  margin-top: 50px;
}
@media (max-width: 420px) {
  #legal-notice h1.margin {
    margin-top: 30px;
  }
}
#legal-notice h1, #legal-notice h2, #legal-notice h3, #legal-notice h4, #legal-notice h5, #legal-notice h6 {
  font-weight: normal;
}

#legal-notice-rest {
  margin-top: 50px;
  font-size: 13px;
}
@media (max-width: 420px) {
  #legal-notice-rest {
    font-size: 7.5px;
    margin-top: 30px;
  }
}

/* HELPER */
.only-mobile {
  display: none;
}
@media (max-width: 420px) {
  .only-mobile {
    display: inherit;
  }
}

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