/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#banner {
  position: relative;
  padding-bottom: 35px; }
  #banner .banner-sm {
    display: block !important; }
    @media (min-width: 769px) {
      #banner .banner-sm {
        display: none !important; } }
  #banner .banner-desktop {
    display: none !important; }
    @media (min-width: 769px) {
      #banner .banner-desktop {
        display: block !important; } }
  #banner .bg-img {
    object-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover; }
    @media (min-width: 769px) {
      #banner .bg-img {
        object-position: center top; } }
  #banner .row {
    min-height: 75vh; }
    #banner .row .banner-content {
      padding-top: 156px;
      padding-bottom: 50px; }
      @media screen and (min-width: 1025px) {
        #banner .row .banner-content {
          padding-top: 200px;
          padding-bottom: 50px; } }
      #banner .row .banner-content h1 {
        color: black;
        margin-bottom: 0; }
        @media screen and (min-width: 1025px) {
          #banner .row .banner-content h1 .underline {
            text-underline-offset: -24px; } }
  #banner .breadcrumb {
    background: transparent; }
    #banner .breadcrumb nav {
      padding: 0 12px; }
      #banner .breadcrumb nav p {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        letter-spacing: 1.76px;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 0;
        color: #577a8b;
        font-weight: 600; }
        #banner .breadcrumb nav p a {
          color: black; }
          #banner .breadcrumb nav p a:hover {
            color: #577a8b; }

#intro {
  position: relative;
  padding: 75px 0 0 0; }
  @media (min-width: 769px) {
    #intro {
      padding: 25px 0 0 0; } }
  @media (min-width: 1393px) {
    #intro {
      padding: 100px 0 0 0; } }
  @media (min-width: 1640px) {
    #intro {
      padding: 200px 0 75px 0; } }
  #intro .section-title {
    font-family: "Playfair Display", serif;
    padding: 0;
    text-align: center;
    width: 100%;
    /* or fixed width */
    overflow: hidden; }
    #intro .section-title p {
      color: rgba(26, 145, 109, 0.15);
      line-height: 1.2;
      font-size: clamp(68px, 16vw, 200px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media (min-width: 1241px) {
      #intro .section-title {
        position: absolute;
        transform: translatex(-50%) translateY(-52%) rotate(-90deg);
        top: 50%;
        width: 100%;
        left: 0%; }
        #intro .section-title p {
          font-size: clamp(100px, 10vw, 120px);
          line-height: 1.2; } }
    @media (min-width: 1393px) {
      #intro .section-title p {
        font-size: clamp(100px, 10vw, 150px); } }
    @media (min-width: 1536px) {
      #intro .section-title {
        left: 0%; }
        #intro .section-title p {
          font-size: clamp(100px, 11vw, 175px); } }
    @media (min-width: 1640px) {
      #intro .section-title {
        left: 0%; }
        #intro .section-title p {
          font-size: clamp(100px, 13vw, 230px);
          line-height: 1.2; } }
    @media (min-width: 1740px) {
      #intro .section-title {
        left: -3%; } }
    @media (min-width: 1840px) {
      #intro .section-title {
        left: -6%; } }
  #intro .img-wrapper {
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    #intro .img-wrapper .bottom-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(21, 53, 75, 0.43);
      padding: 1.5rem; }
      #intro .img-wrapper .bottom-content .h6 {
        color: #fcf7f2;
        margin-bottom: 10px; }
      #intro .img-wrapper .bottom-content .btn-arrow {
        color: #fcf7f2;
        font-size: 16px;
        letter-spacing: 1.76px;
        font-weight: 600;
        transition: all ease-in-out 300ms;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #intro .img-wrapper .bottom-content .btn-arrow i {
          transition: all ease-in-out 300ms;
          padding-left: 8px;
          font-size: 22px;
          position: relative;
          right: 0; }
        #intro .img-wrapper .bottom-content .btn-arrow:hover i {
          right: -5px; }
  #intro .content h2,
  #intro .content h3 {
    font-size: clamp(2.25rem, calc( 36px + (58 - 36) * (( 100vw - 320px ) / (1920 - 320))), 3.625rem);
    line-height: 1.1;
    color: black; }
  #intro .content .h4 {
    color: #577a8b; }

.body-content .h2,
.body-content .h3,
.body-content .h4,
.body-content .h5,
.body-content .h6,
.body-content h2,
.body-content h3,
.body-content h4,
.body-content h5,
.body-content h6 {
  color: black; }

.body-content .h6 {
  line-height: 1.4; }

.body-content:last-of-type {
  padding-bottom: 100px; }
