.site-header.headroom--not-top {
  background-image: none;
}

.site-title--image img {
  max-height: 100px !important;
}

.navigation--main {
  float: none;
}

.article__header .article__headline .headline__primary {
  font-size: 1.25rem;
  margin-top: 5px !important;
  color: #fff !important;
  /* color: #fff !important; */
}

.headline__primary {
  font-size: 1.9375rem;
}

.article__header .article__headline .headline__secondary {
  font-size: 2.9375rem;
  margin-bottom: 5px !important;
  color: #ffffff !important;
}

.headline__secondary {
  font-size: 4.9375rem;
  color: #eeeeee !important;
}

.site-header,
.site-header.headroom--not-top {
  background-image: none !important;
}

.page .article__content {
  background-repeat: no-repeat;
  background-color: #F8F4F1 !important;
}

.article__header .article__headline {
  font-size: 22px;
}

.page .article__content,
.up-link,
html,
.menu-list__item-title .item_title,
.menu-list__item-price,
.desc__content {
  background-color: #d0acb0 !important;
}

.btn.button--light {
  background: none;
  color: #ffffff !important;
  border: 2px solid #fff;
  margin-bottom: 5px;
}

.page .archive .article__content {
  background-image: none;
}

.page .article__content,
html {
  background-image: none !important;
}

.tri-home {
  font-size: 32px;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 42px;
}

.aligncentered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .headline__secondary.headline__secondary {
    margin-bottom: -10px;
    margin-top: 20px;
  }
}

#col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-width: 250px;
  /* Chrome, Safari, Opera */
  -moz-column-width: 250px;
  /* Firefox */
  column-width: 250px;
}

#cols {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-width: 250px;
  /* Chrome, Safari, Opera */
  -moz-column-width: 250px;
  /* Firefox */
  column-width: 250px;
}

.c-hero__wrapper {
  background: rgba(0, 0, 0, 0.3);
}

.menu-list span.dots {
  background-image: radial-gradient(circle closest-side, #515150 99%, transparent 1%);
}

h2 {
  font-size: 1.5rem;
}

h1 {
  color: #eee !important;
}

.footer-widget-area .widget {
  vertical-align: top !important;
}

.tri-home {
  font-size: 24px !important;
}

.read-more-button {
  border-color: #eee !important;
  color: #eee !important;
}

.article__content a:not([class]) {
  border-color: #1e4a27;
}

#nye.pixcode.pixcode--btn.btn.btn--small.button--light {
  background-color: #c59d5f;
}

blockquote {
    font-family: 'Portrait Regular' !important;
    color: #5a5959 !important;
    font-style: italic;
    border-color: #5a5959 !important;
  	margin: 0px !important;
}

.article__header .article__headline {
    font-size: 14px;
}