<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slick slider */
@media only screen and (max-width: 991px) {
  .slide .slider-caption h2 {
    font-size: 32px;
    line-height: 47px;
  }

  .page-title {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .custom-logo {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }

  #main-menu a.nav-link {
    font-size: 1.1em;
  }
  .widget_search input[type="submit"] {
    margin-top: 0.75em;
  }

  .slider,
  .slide {
    height: 80vh;
  }

  .slide .slider-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  
  h1.entry-title {
    font-size: 1.9em;
  }

  h2.entry-title a {
    font-size: 0.8em;    
  }

  .page-title {
    font-size: 1.9em;  
  }

  .entry-summary,
  .entry-content {
    font-size: 1.1em;
  }

  .widget_search {
    text-align: left;
  }

  .custom-margin {
    margin-bottom: 3rem;
  }
}
</pre></body></html>