html {
  margin:    0 auto;
}

.language-chooser {
  top: 10px;
  right: 10px;
  position: absolute;
  font-weight: lighter;
  text-decoration: none;
}

.language-chooser > a {
  text-decoration: none;
}

.language-chooser .active {
  font-weight: bold;
  text-decoration: underline;
}

body {
  padding-bottom: 80px;
}

@media (max-width: 575.98px) {
  body {
    padding-bottom: 110px !important;
  }
}

@media (max-width: 575.98px) {
  .header-logo {
    max-height: 20px !important;
    margin-top: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  body {
    padding-bottom: 75px !important;
  }
}

.scroll-to-top-container {
  display: none;
}
