/** Shopify CDN: Minification failed

Line 16:0 Unexpected "}"

**/
/*.header__menu-item,
.rich-text__heading {
  font-family: "Rock Salt", sans-serif !important;
  font-weight: bold;
}*/

/*
body {
  font-family: "Source Code Pro", sans-serif !important;
  /*  background: linear-gradient(180deg, #34587f 0, #000 100%) !important;*/
}
*/

@media (min-width: 990px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }
}

nav.header__inline-menu {
  text-align: center;
}

@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 1rem;
  }
}

@media (min-width: 990px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 100%;
    padding-left: 5rem!important;
    padding-right: 5rem!important;
  }
}

nav.header__inline-menu {
  text-align: center;
}

.footer__content-bottom-wrapper {
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  text-align: center !important;
}

.image-1-container {
  width: 100%;
}
.image-2 {
  max-width: 100%;
  height: auto;
}
.small-text {
  font-size: smaller;
}
