.site-title {
  top: unset;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.site-title img {
  width: 300px;
}
@media (max-width: 600px) {
  .site-title img {
    width: 250px;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  #site-navigation .menu-toggle {
    top: 10px;
  }
}

.site-header .header-grid {
  display: grid;
  grid-template-columns: 3fr 9fr;
}
@media (max-width: 600px) {
  .site-header .header-grid {
    grid-template-columns: 1fr;
  }
}
.site-header .site-branding {
  grid-row: 1/span 2;
}

.topmenurow {
  padding-top: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #5e8947;
  border-color: #5e8947;
}
.btn-primary.text-light {
  color: #fff;
}
.btn-primary:hover {
  background-color: #2c442c;
  border-color: #2c442c;
}

.btn-secondary {
  color: #2c442c;
  background-color: #a7cc87;
  border-color: #a7cc87;
}
.btn-secondary:hover {
  background-color: #3f5631;
  border-color: #3f5631;
}

a {
  color: #5e8947;
}

.site-footer {
  background: #2c442c;
}
@media (max-width: 600px) {
  .site-footer .footer-logo {
    max-width: 50%;
  }
}

.text-primary {
  color: #5e8947 !important;
}/*# sourceMappingURL=style-2026.css.map */