<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --main-bg-color: #fffeed;
  --detail-bg-color: #dad8ba;
  --card-panel-bg: #f6f6ed;
  --top-bar-bg: #fffeed;
  --top-bar-color: #4a4a4a;
  --button-orange-border: #ffa500;
  --button-bg-hover: #fefefe;
  --button-col-hover: #0a0a0a;
  --link-red-border: #ff4500;
  --small-title-bar-bg: #fffeed;
  --small-title-bar-color: #4a4a4a;
}

body {
  background-color: var(--main-bg-color);
}

.thumbs {
  justify-content: flex-start;
}
.call-thumb {
/* remove for cards!
  width: 6rem;       */
}
.modal-thumb img {
  opacity: 0.9;
  border: none;
}
.modal-thumb img:hover {
  opacity: 1;
}

.text-center {
  text-align: center;
}

.position-relative {
    position: relative;
}

.grid-y &gt; .cell {
  width: 100%;
}

/* product gallery */
.product-centered {
  justify-content: center;
}

#main-product-image {
  display:block;
  margin-left:auto;
  margin-right:auto;
}

hr {
  max-width: 100%;
  border-color: var(--link-red-border);
}

a {
  color: var(--link-red-border);
}

button:hover {
  color: var(--button-col-hover);
  background: var(--button-bg-hover);
}

.contactFormReset, .contactPageReload{
  color: var(--link-red-border);
}

/* hero */
.hero{
  background-size:cover;
  height: 10rem;
}
@media only screen and (min-width: 40.063em) {
  .hero {
    height: 18rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .hero {
    height: 25rem;
  }
}

/* intro text and logo*/
.intro-text{
  position: absolute;
  top: 20%;
  left: 5%;
}
.intro-text h3{
  color: white;
}
@media only screen and (min-width: 64.063em) {
  .intro-text{
    top: 20%;
    left:20%;
  }
}

section {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 40.063em) {
  section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 64.063em) {
  section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.boxShadow{
  box-shadow: 6px 6px 4px #888888;
}

.row-padding {
   padding: 2rem;
}

.bottomMargin{
  margin-bottom: 2em;
}

/* hover underline menu */
.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu li.is-selected a {
  color: white;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid var(--button-orange-border);
  left: 100%;
  right: 50%;
  transition: all 0.5s ease;
}

/* little triangle color for submenues */
.dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after{
  border-top-color: var(--button-orange-border);
}

/* remove dotted outline from Firefox focus element */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a:focus {
    outline:0;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

.no-js {
  @include breakpoint(small only) {
    .top-bar {
      display: none;
    }
  }

  @include breakpoint(medium) {
    .title-bar {
      display: none;
    }
  }
}

.is-dropdown-submenu {
    min-width: 7em;
}

.top-bar {
  background: var(--top-bar-bg);
  -webkit-flex: 0 0 55px;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  font-family: 'Dosis', sans-serif;
  font-size: large;
  width: 100%;
  padding: 0;   
}

.top-bar ul {
  background: var(--top-bar-bg);
}

.top-bar a{
  color: var(--top-bar-color);
}

.title-bar {
  background: var(--small-title-bar-bg);
  color: var(--small-title-bar-color);
  padding: 0.5rem 0;
}  

.title-bar .menu-icon::after {
  background: var(--small-title-bar-color);
  box-shadow: 0 7px 0 var(--small-title-bar-color), 0 14px 0 var(--small-title-bar-color);
}

.wayfinder-menu {
 margin-top: 1em;
}

a#contactLink {
  background-color: var(--detail-bg-color);
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  margin: 0.5rem 0.6rem 0 0;
}

.facebookLink {
  height: 1.5em; 
}

a.newsletterLink {
  color: var(--button-orange-border);
  font-size: 20px;
  margin: 0.3rem 0.5rem 0 0;
}

a#flagLink {
  padding-right: 0;
}

/* cards */
.card {
  background-color: var(--card-panel-bg);
  border: 1px solid var(--button-orange-border); }

.card-divider {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--card-panel-bg); }

.reveal {
  background-color: var(--main-bg-color); }

.reveal &gt; .card {
  background-color: var(--main-bg-color); 
  border: 0;
  margin-bottom: 0;
}

.reveal .card .card-divider {
  background-color: var(--main-bg-color); 
}

.card-select {
  text-align: center;
  transition: all 0.5s ease; }

.card-select .card-divider {
  background-color: var(--card-panel-bg);
  letter-spacing: 1px;
  font-weight: 500;
/*  text-transform: uppercase; */
}

.card-select .button {
  padding: 0.4rem;
  background-color: var(--button-orange-border); }

.card-select .button:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-col-hover); }

.card-flex {
  display: flex;
  width: 27rem;
  height: auto;
}

/* testimonial */
.featured-testimonials-section {
  background: var(--main-bg-color);
  padding: 1rem 1rem; }
  .featured-testimonials-section .testimonial {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1rem 1rem; }
  .featured-testimonials-section .profile-pic {
    max-width: 100px;
    border-radius: 50%; }
  .featured-testimonials-section .featured-testimonials-quotation {
    margin-left: 3rem;
    margin-bottom: 0rem;
    padding: 1rem;
    position: relative; }
    .featured-testimonials-section .featured-testimonials-quotation::before {
      content: "â€œ";
      font-size: 5rem;
      color: var(--button-orange-border);
      position: absolute;
      top: -2.5rem;
      left: -1.5rem; }
    .featured-testimonials-section .featured-testimonials-quotation::after {
      content: "â€";
      font-size: 5rem;
      color: var(--button-orange-border);
      position: absolute;
      bottom: -4rem;
      right: -.5rem; }
    @media screen and (max-width: 39.9375em) {
      .featured-testimonials-section .featured-testimonials-quotation {
        margin-left: 0; } }
  .featured-testimonials-section .testimonial-slide-author-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 39.9375em) {
      .featured-testimonials-section .testimonial-slide-author-container .testimonial-slide-author-info {
        margin-left: 1rem; } }


/* masonry */
.masonry-css-item {
  overflow: auto;
  background-color: var(--card-panel-bg);
}

.masonry-image {
  min-width: 100%;
  min-height: 100%;
}

.masonry-description {
  padding: 1em;
}

/* chess */
.chess-large-container &gt; #chess-double-item:nth-of-type(4n-1) {
  flex-direction: row-reverse;
}

.chess-large-container &gt; #chess-double-item:nth-of-type(4n) {
  flex-direction: row-reverse;
}

.chess-medium-container &gt; #chess-double-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.chess-single-item {
    overflow: auto;
    background-color: var(--card-panel-bg);
    width: 50%;
}

.chess-small-container .chess-single-item {
  width: 100%;
}

.chess-image {
  min-width: 100%;
  min-height: 100%;
}

.chess-description {
  padding: 1em;
}

/* image grid animation on hover*/
.tile-thumb {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
  width: 18em;  
  height: 12em;
  position: relative;
}

.grid-flex {
  display: flex;
}

.tile-text {
  color: white;
  position: absolute;
  left: 0.8rem;
  bottom:  0.1rem;
}

@media screen and (min-width: 40em) {
.hoverscale {
  opacity: 1;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  z-index: 0; }

.hoverscale:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  z-index: 1; }
}

/* slider */
.orbit-bullets {
  display: none; }

  @media print, screen and (min-width: 40em) {
    .orbit-bullets {
      display: block;
      margin-bottom: 0;
      margin-top: -3rem;
      background: none; } }

  .orbit-bullets button {
    width: 3rem;
    height: 0.4rem;
    border-radius: 0;
    background-color: var(--button-bg-hover); }
    .orbit-bullets button.is-active {
      background-color: var(--button-orange-border); }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; } }

@media print, screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

/* contact page */
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: var(--button-orange-border);
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: var(--card-panel-bg);
}

.panel .button {
  background-color: var(--button-orange-border);
  color: var(--button-bg-hover);
}

.panel .button:hover {
  background-color: var(--button-bg-hover);
  color: var(--button-col-hover);
}

.sivinput {
  height: 2.5rem;
  margin-bottom: 0.5rem;
}

.sivinput, .sivinput:focus, select, select:focus {
  border: 1px solid var(--link-red-border);
}

/* newsletter page */
.accordion, .accordion-content, .accordion-item {
  background-color: var(--card-panel-bg);
}

.accordion-title h6::before {
  content: "\25BC ";
}
.is-active &gt; .accordion-title h6::before {
    content: "\25B2 ";
}

.accordion-title::before  {
    content: "\25BC";
    font-size: 1rem;
}
.is-active &gt; .accordion-title::before {
    content: "\25B2";
    font-size: 1rem;
}

</pre></body></html>