@font-face {
  font-family: "Lato";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/LatoRegular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/Lato-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MarydaleRegular";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/MarydaleRegular.ttf") format("truetype"); }

@font-face {
  font-family: "BoucherieCursive";
  font-style: normal;
  font-display: swap;
  src: url("../../fonts/BoucherieCursive.ttf") format("truetype"); }

/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.hero-banner {
  overflow: hidden;
  position: relative; }
  .hero-banner .hero-banner-image-wrapper {
    height: 100%;
    width: 100%; }
  .hero-banner .banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }
  .hero-banner .hero-banner-overlay-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .hero-banner .hero-banner-overlay {
    height: 100%; }
  .hero-banner .hero-banner-overlay-inner {
    color: #fff;
    padding: 0.5rem; }
  .hero-banner .banner-subheading {
    margin-bottom: 1rem; }
  .hero-banner .btn {
    min-width: 130px;
    border-radius: 3rem;
    font-size: 0.875rem;
    padding: 0.5rem 2rem; }
  .hero-banner .btn-link {
    padding: 0; }
  .hero-banner .button-wrapper {
    display: inline-block;
    width: 100%;
    min-width: 130px;
    margin: 0.5rem 0; }
  .hero-banner .buttons-displayed-2 .button-wrapper,
  .hero-banner .buttons-displayed-3 .button-wrapper,
  .hero-banner .buttons-displayed-4 .button-wrapper {
    width: calc(50% - 2rem);
    margin: 0.5rem; }
  @media (min-width: 768px) {
    .hero-banner .buttons-displayed-2 .button-wrapper,
    .hero-banner .buttons-displayed-3 .button-wrapper {
      width: auto; } }
  @media (min-width: 992px) {
    .hero-banner .buttons-displayed-4 .button-wrapper {
      width: auto; } }

.slick-slide {
  height: auto; }
  .slick-slide .hero-banner-overlay.align-items-end .hero-banner-overlay-inner,
  .slick-slide .hero-banner-overlay.align-items-sm-end .hero-banner-overlay-inner,
  .slick-slide .hero-banner-overlay.align-items-md-end .hero-banner-overlay-inner,
  .slick-slide .hero-banner-overlay.align-items-lg-end .hero-banner-overlay-inner {
    margin-bottom: 50px; }

/*# sourceMappingURL=banner.css.map*/