.body {
  background-color: #fcf3ec;
}

.bootstrap {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap.into-new-art {
  margin-top: 90px;
}

.text-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-family: Vesterbro, sans-serif;
  color: #2d2a23;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.intro-title {
  position: relative;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 80px;
}

.buttons-title {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-title {
  margin-bottom: 15px;
  margin-left: 15px;
  border: 1px solid #2d2a23;
  border-radius: 90px;
  background-color: transparent;
  font-family: Vesterbro, sans-serif;
  color: #2d2a23;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.div-block-2 {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.art {
  margin-top: auto;
}

.art.lil-art {
  margin-top: 25px;
}

.art.lil-art-more {
  margin-top: 60px;
}

.art-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.art-text.no-upper {
  margin-top: 0px;
  margin-left: 20px;
}

.year {
  font-family: Euclid, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.div-block-3 {
  width: 80px;
  min-width: 80px;
}

.style {
  font-family: Euclid, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.title-art {
  margin-top: 30px;
  font-family: Hatton, sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}

.column {
  padding: 0px;
}

.column-2 {
  padding: 0px;
}

.center-art {
  max-width: 875px;
  margin-right: auto;
  margin-left: auto;
}

.center-text {
  max-width: none;
  margin: auto auto 20px;
  font-family: Hatton, sans-serif;
  color: #2d2a23;
  font-size: 70px;
  line-height: 90px;
  font-weight: 300;
  text-transform: uppercase;
}

.center-citat {
  max-width: 875px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #2d2a23;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.column-3 {
  padding: 0px;
}

.heading {
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #2d2a23;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 25px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #2d2a23;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.credits {
  margin-top: 80px;
  margin-bottom: auto;
  padding-bottom: 100px;
}

.to-credits {
  margin-bottom: 20px;
  font-family: Euclid, sans-serif;
  color: #2d2a23;
}

.column-4 {
  padding: 0px;
}

.link {
  display: block;
  margin-bottom: 15px;
  font-family: Euclid, sans-serif;
  color: #2d2a23;
  font-size: 18px;
  text-decoration: none;
}

.column-5 {
  padding: 0px;
}

.span-credits {
  margin-left: 10px;
  color: #8f8a7e;
  font-size: 16px;
}

.change-language {
  position: fixed;
  left: 15px;
  top: auto;
  right: auto;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2d2a23;
  border-radius: 50%;
  background-color: #fcf3ec;
  color: #2d2a23;
  text-decoration: none;
}

.text-block-3 {
  font-family: Vesterbro, sans-serif;
  color: #2d2a23;
}

@media screen and (max-width: 991px) {
  .bootstrap {
    max-width: 90%;
  }

  .intro-title {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .buttons-title {
    display: none;
  }

  .div-block-3 {
    width: auto;
    min-width: 60px;
  }

  .title-art {
    font-size: 30px;
    line-height: 36px;
  }

  .center-text {
    font-size: 50px;
    line-height: 65px;
  }

  .center-citat {
    margin-top: 90px;
  }
}

@media screen and (max-width: 479px) {
  .bootstrap.into-new-art {
    margin-top: 40px;
  }

  .text-block {
    font-size: 10px;
    line-height: 12px;
  }

  .intro-title {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .art.lil-art {
    margin-top: 40px;
  }

  .art.art-column {
    margin-top: 40px;
  }

  .art-text {
    margin-top: 20px;
  }

  .art-text.no-upper {
    margin-top: 20px;
    margin-left: 0px;
  }

  .year {
    font-size: 11px;
  }

  .div-block-3 {
    min-width: 40px;
  }

  .style {
    font-size: 11px;
  }

  .title-art {
    margin-top: 15px;
    font-size: 26px;
    line-height: 32px;
  }

  .center-text {
    font-size: 30px;
    line-height: 40px;
  }

  .center-citat {
    margin-top: 60px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 14px;
  }

  .heading {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .credits {
    padding-bottom: 40px;
  }

  .good-job {
    margin-bottom: 40px;
  }

  .to-credits {
    margin-bottom: 15px;
    font-size: 11px;
  }

  .link {
    font-size: 14px;
  }

  .span-credits {
    font-size: 12px;
  }

  .change-language {
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}

@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Light.eot') format('embedded-opentype'), url('../fonts/Hatton-Light.woff') format('woff'), url('../fonts/Hatton-Light.ttf') format('truetype'), url('../fonts/Hatton-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vesterbro';
  src: url('../fonts/Vesterbro-Light-Italic-Desktop.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclid';
  src: url('../fonts/Euclid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}