
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Patua+One&display=swap');
h1, h2, h3, h4, h5, h6 {
    font-family: 'Patua One', cursive;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.hero-title, .section-title {
    font-family: 'Patua One', cursive;
    font-weight: 400;
    line-height: 1.2;
}
body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow-x: hidden;
    background: #222;
}
.holiday-banner {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  color: #D6001C;
}
/* Make hero section appear above leaves */
section.relative {
position: relative;
    z-index: 5;
}
