:root {
  /*--primary-color: #5fb859;*/
  --primary-color: #76bf45;
  --black-color: #555;
  --white-color: #fff;
  --light-grey-color: #f1efed;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  background: var(--light-grey-color);
  color: var(--black-color) !important;
}

.fixed-top {
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.content-area {
  padding-top: 140px;
}

.content .column {
  display: flex;
}

.column.has-equal-height {
  display: flex;
}

.content h4 {
  font-size: 1.2em !important;
}

.content h3 .tag {
  line-height: 2em !important;
  vertical-align: middle;
  margin-left: 1em;
}

.level {
  margin-bottom: 0 !important;
}

.is-primary {
  background-color: var(--primary-color) !important;
}

.brand-bar {
  background-color: var(--primary-color);
}

.brand {
  display: inline-block;
  color: var(--white-color);
  font-size: 1.5em;
  line-height: 2em;
  padding-left: 1em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
}

.brand:hover {
  color: var(--white-color);
}

.content {
  padding: 2em;
}
.footer {
  background: var(--light-grey-color);
}

h2.index {
  margin-top: 1.5em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: var(--primary-color);
}

.is-narrow {
  padding: 0 !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

img {
  border-radius: 5px !important;
}

.content .teaser {
  margin-top: 1.5em;
  font-size: 1.1em;
}

.fullwidth-image {
  margin-top: 1.5em;
}

.fullwidth-image .image-caption {
  font-size: 0.8em;
}

.content figure {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1em !important;
}
.content h1 {
  margin-bottom: 0.75em !important;
  font-size: 1.75em !important;
}
.content h2 {
  margin-bottom: 1em !important;
  font-size: 1.5em !important;
}

.table td:nth-child(1) {
  font-weight: bold;
}

.avatar {
  width: 50px;

  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: var(--white-color) !important;
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-left: 12px;
}

.avatar.large {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  line-height: 100vh;
  font-size: 2em;
}

.is-ad {
  font-size: 0.8em;
  margin-left: 0.5em;
}

.button.is-primary {
  font-weight: bold;
}

.navbar-end {
  padding-top: 8px;
}

.navbar-burger {
  color: var(--white-color);
}

.navbar-burger:hover {
  opacity: 0.5;
}

#navbarMain.is-active {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 100;
}

.content h3 {
  font-size: 1.25em !important;
}
