@charset "UTF-8";
@font-face {
  font-family: "Cutive Mono";
  src: url("../font/CutiveMono.woff");
}
@font-face {
  font-family: "AxoBook";
  src: url("../font/Axo-Book.woff");
}
/* VARS */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "AxoBook", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #003ce6;
}

a {
  text-transform: none;
  color: #003ce6;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
a:hover {
  border-bottom: 2px solid #003ce6;
}

hr {
  border: 0.1px solid #003ce6;
}

#wrapper {
  max-width: 100%;
  margin: 0 auto;
}

#navigation {
  position: fixed;
  top: 0;
  padding: 38px 0 0 0;
  margin: 0 auto;
  z-index: 99;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  padding: 0 5%;
  box-sizing: border-box;
}
#navigation .nav-item {
  list-style: none;
  margin: 0.83em 0;
}
#navigation .nav-item:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#navigation a {
  color: #003ce6;
}
#navigation a:hover {
  color: #003ce6;
  border-bottom: 2px solid #003ce6;
}
#navigation .active {
  color: #003ce6;
  border-bottom: 2px solid #003ce6;
}
#navigation #sitetitle .active {
  color: white;
  border-bottom: none;
}

.press {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.press a:after {
  content: " ⤴︎";
}

@media (max-width: 600px) {
  #navigation {
    position: relative;
    padding: 0 8px;
  }
  #navigation #sitetitle {
    display: none;
  }
}
article {
  margin: 0 auto;
  position: relative;
  font-family: "Cutive Mono", monospace;
}
article #language {
  position: absolute;
  border: 1px solid #003ce6;
  color: #003ce6;
}
article #language .fr {
  cursor: pointer;
  font-size: 15px;
  background: transparent;
  padding: 10px 10px 2px 10px;
}
article #language .fr:hover {
  background: #003ce6;
  color: white;
}
article #language .en {
  cursor: pointer;
  font-size: 15px;
  background: transparent;
  padding: 2px 10px 10px 10px;
}
article #language .en:hover {
  background: #003ce6;
  color: white;
}
article #language .active {
  background: url(../../images/placeholder.png) !important;
  color: #003ce6 !important;
}
article #language .active:hover {
  cursor: default;
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
}
footer a {
  font-size: 14px;
  color: #003ce6;
  padding: 14px;
  margin: 0;
}
footer a:hover {
  background: #003ce6;
  color: white;
}

#bio {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
  vertical-align: top;
  margin: 0 auto 100px auto;
  text-align: center;
  padding: 0;
}
#bio h1 {
  text-align: center;
  font-family: "AxoBook", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #003ce6;
  margin: 0;
}
#bio .text {
  padding: 0;
  margin: 0 auto 10% auto;
  width: 80%;
  margin: 34px auto 0 auto;
  position: relative;
  line-height: 18px;
  font-family: "Cutive Mono", monospace;
}
#bio a {
  font-size: 0.7rem;
  color: darkblue;
  text-transform: uppercase;
  font-family: "AxoBook", sans-serif;
  border-bottom: 1px solid darkblue;
}
#bio a:hover {
  border-bottom: 2px solid #003ce6;
}

#other {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
  font-family: "Cutive Mono", monospace;
}
#other h1 {
  text-align: center;
  font-family: "AxoBook", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #003ce6;
  margin: 0;
}
#other .text {
  padding: 0;
  margin: 0 auto 10% auto;
  margin: 34px auto;
}
#other .contactbutton {
  display: inline-block;
  font-family: "Cutive Mono", monospace;
  font-size: 13px;
  color: #003ce6;
  background: transparent;
  border: 1px solid #003ce6;
  padding: 10px 13px;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#other .contactbutton:hover {
  border: 1px solid #003ce6;
  background: #003ce6;
  color: white;
}

.credits {
  margin: 0 auto;
  font-family: "Cutive Mono", monospace;
  width: 80%;
  font-size: 13px;
  padding: 50px 0;
  box-sizing: border-box;
  max-width: 820px;
  color: darkblue;
  border-top: 1px dashed #003ce6;
}
.credits .text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 0 50px 0;
  line-height: 18px;
}
.credits a {
  padding: 0;
  border: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-bottom: 1px solid darkblue;
  color: darkblue;
}
.credits a:hover {
  border: 0;
  border-bottom: 2px solid #003ce6;
  background-color: transparent;
  color: #003ce6;
}
.credits p {
  display: inline-block;
  padding-left: 5px;
}

.text img {
  background-image: url("../../images/placeholder.png");
  background-repeat: repeat;
}

.details img {
  background-image: url("../../images/placeholder.png");
  background-repeat: repeat;
}

@media (min-height: 640px) {
  article {
    padding: 100px 0 0 0;
  }
}
@media (min-height: 800px) {
  article {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1280px) and (min-height: 800px) {
  article {
    padding: 50px 0 0 0;
  }
}
@media (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  article {
    padding: 50px 0 50px 0;
  }
}
@media (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    background-position-x: -100%;
  }
  #bio {
    width: 90%;
    border: 0;
    margin: 0 auto;
    padding: 0;
    min-height: 55dvh;
  }
  #bio h1 {
    text-align: left;
    line-height: 3.2rem;
  }
  #bio .text {
    text-align: left;
    width: 100%;
    margin: 22px 0 0 auto;
    font-family: "Cutive Mono", monospace;
  }
  #bio #other {
    margin: 24px 0 0 auto;
  }
  #bio #other .contactbutton {
    display: inline-block;
    color: #003ce6;
    background: transparent;
    border: 1px solid #003ce6;
    padding: 14px 20px;
    flex: 1;
    text-align: center;
  }
  article {
    padding: 84px 0 24px 0;
  }
  #language {
    display: none;
  }
  .credits {
    margin: 0 auto;
    font-family: "Cutive Mono", monospace;
    width: calc(100% - 40px);
    font-size: 13px;
    padding: 50px 0;
    max-width: 820px;
    color: #003ce6;
    border-top: 1px dashed #003ce6;
  }
  .credits .text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .credits .text p {
    display: block;
    padding: 0;
    margin: 5px 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  article {
    padding: 70px 0 0 0;
  }
  #bio {
    text-align: center;
    padding: 0 0 140px 0;
  }
  #bio .text {
    width: 80%;
    margin: 110px auto 0 auto;
    position: relative;
    line-height: 18px;
  }
  #other {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  article {
    padding: 70px 0 0 0;
  }
  #bio {
    text-align: center;
    padding: 140px 0;
  }
  #bio .text {
    width: 80%;
    margin: 110px auto 0 auto;
    position: relative;
    line-height: 18px;
  }
  #other {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
.contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.title {
  font-family: "AxoBook", sans-serif;
  font-size: 30px;
}
