@font-face {
  font-family: "AkkuratLLWeb-Regular";
  src: url("./fonts/AkkuratLLWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "AkkuratLLWeb-Regular";
  src: url("./fonts/AkkuratLLWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "AkkuratLLWeb-Bold";
  src: url("./fonts/AkkuratLLWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "AkkuratLLWeb-Bold";
  src: url("./fonts/AkkuratLLWeb-Bold.woff2") format("woff2");
}
html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "AkkuratLLWeb-Regular";
  font-size: 20px;
  line-height: 1.66;
  background-color: #ffffff;
  color: #000000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: table;
}

header#site_head, nav.menu {
  position: relative;
  font-family: "AkkuratLLWeb-Bold";
  text-transform: uppercase;
  white-space: nowrap;
}
header#site_head a, nav.menu a {
  color: #000000;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
header#site_head a:hover, header#site_head a.active, nav.menu a:hover, nav.menu a.active {
  background-color: #ffc839;
}
header#site_head *.column, nav.menu *.column {
  display: inline-block;
  width: 33.3%;
  height: 3rem;
  border-right: 2px solid #000000;
  background-color: #ffffff;
}
header#site_head *.column > *, nav.menu *.column > * {
  display: block;
  line-height: 1;
  padding-left: 2rem;
  margin: 1rem 0;
}
header#site_head *.column.column-x2, nav.menu *.column.column-x2 {
  width: 66.6%;
}

header#site_head {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
header#site_head div#languages {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
}
header#site_head div#languages a {
  display: inline-block;
  line-height: 1;
  border-left: 2px solid #000000;
  padding: 1rem;
}

nav.menu {
  border-top: 2px solid #000000;
}
nav.menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #000000;
}
nav.menu *.column {
  border-bottom: 2px solid #000000;
}

main div#home_splash {
  width: 100vw;
  height: 100vh;
  background-color: #ffc839;
  text-align: center;
  text-transform: uppercase;
  padding: 2rem;
  display: table-cell;
  vertical-align: middle;
}
main div#home_splash div.splash-text {
  max-width: 1024px;
  margin: 0 auto;
}
main div#home_splash h1 {
  margin: 0;
  font-family: "AkkuratLLWeb-Bold";
  font-size: 2.5rem;
  line-height: 1;
}
