@font-face {
  font-family: 'Fabrikat';
  src: url("../fonts/fabrikatmono-black-webfont.7dae25b0c27b.woff2") format("woff2"), url("../fonts/fabrikatmono-black-webfont.0e890f6d4a9c.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #DDDDDD;
  color: #000000;
  font-family: 'Inter', sans-serif;
}

body.frozen {
  overflow: hidden;
}

a {
  color: #000000;
  text-decoration: underline;
}

header {
  position: relative;
  padding: 32px 20px; }
  header .brand {
    height: 36px; }
    @media (max-width: 468px) {
      header .brand {
        height: auto; 
    } 
}

.nav-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: #FFFF00;
  z-index: 1;
}

.nav-wrap.open {
  display: block;
}

.nav {
  position: flex;
  flex-direction: column;
  align-content: center;
}

.nav-header,
.nav-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 32px 0 20px;
}

.nav-footer {
  align-items: center;
}

.nav-footer div {
  font-size: 12px;
}

.nav-list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.nav-item {
  margin-bottom: 24px;
  text-align: center;
  font-family: Fabrikat, 'sans-serif';
  text-transform: uppercase;
  font-size: 26px;
}

.nav-item:last-child {
  margin-bottom: 0;
}

.nav-link {
  color: #000000;
}

.nav-link:hover {
  color: #4d4d4d;
}

footer {
  margin-top: auto;
  padding: 32px 0 24px;
  border-bottom: 24px solid #FFFF00;
  font-size: 11px;
}

h1,
h2 {
  font-family: Fabrikat, 'sans-serif';
  text-transform: uppercase;
}

h1 {
  margin-bottom: 32px;
  font-size: 24px;
}

h2 {
  font-size: 20px;
  color: #FFFF00;
}

.article {
  max-width: 720px;
  margin: 0 auto;
}

.article__lead a,
.article__body a {
  padding-left: 4px;
  padding-right: 4px;
  background-color: #FFFF00;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.article__lead a:hover,
.article__body a:hover {
  background-color: #000000;
  color: #FFFF00;
}

.article__media {
  display: block;
  margin: 0 auto 32px;
}

.article__iframe {
  margin-bottom: 24px;
}

.article__lead {
  font-weight: 700;
}

.article__image {
  margin: 24px -12px;
}

.article__image img {
  max-width: 100%;
}

.list__item {
  margin-bottom: 24px;
}

.list__item-link {
  text-decoration: none;
}

.list__item-link:hover {
  color: #000000;
}

.list__title,
.list__subtitle {
  margin: 0;
  text-transform: uppercase;
}

.list__media {
  max-width: 100%;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}

.list__item-link:hover .list__media {
  opacity: 0.5;
}

.list__title {
  font-size: 16px;
}

.list__subtitle {
  font-size: 14px;
}

.list__lead {
  font-size: 13px;
}

.btn {
  border-radius: 0;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-family: Fabrikat, 'sans-serif';
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary {
  color: #FFFF00;
  border-color: #000000;
  background-color: #000000;
}

.btn.btn-primary:hover {
  border-color: #000000;
  background-color: #FFFF00;
  color: #000000;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.menu-toggle.menu-toggle--open {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #000000;
}

/*# sourceMappingURL=main.css.map */