.home {
  color: var(--color-ivory);

  /* welcome  */
  .welcome {
    /* background-color: #000; */
    background-image: url("/wp-content/themes/yellowstonebourbon/imgs/pics/BackgroundImage-DSC06885.png");
    background-image: image-set("/wp-content/themes/yellowstonebourbon/imgs/pics/BackgroundImage-DSC06885.avif" type("image/avif"), "/wp-content/themes/yellowstonebourbon/imgs/pics/BackgroundImage-DSC06885.png" type("image/png"));
    background-size: cover;
    background-position: center;
    min-height: 500px;
    color: #fff;
    display: flex;

    .container-fluid {
      display: flex;
    }
    .container-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
  }

  .read-more {
    background-color: var(--color-ivory);
    /* background-image: url("/wp-content/themes/yellowstonebourbon/imgs/LowerFalls_Gold-01.png"); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    color: var(--color-brown);  }

  /* not-always-neat  */
  .not-always-neat {
    background-color: var(--color-ivory);
    color: var(--color-brown);
    overflow: hidden;

    .container-content {
      display: grid;
      grid-template: "drinkstart drinkend" 1fr "text text" 1fr;
      /* grid-template-columns:  ; */
    }
    @media (min-width: 768px) {
      .container-content {
        display: grid;
        grid-template: "drinkstart text drinkend";
        grid-template-columns: 15vw 1fr 15vw;
      }
    }

    .drink-start {
      grid-area: drinkstart;
      display: flex;
      align-items: end;
    }
    .drink-start img {
      width: 100%;
      height: auto;
    }
    @media (min-width: 768px) {
      .drink-start img {
        width: 300px;
        transform: translateX(-50%);
      }
    }
    .text {
      grid-area: text;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .drink-end {
      grid-area: drinkend;
      display: flex;
      align-items: end;
    }
    .drink-end img {
      width: 100%;
      height: auto;
    }
    @media (min-width: 768px) {
      .drink-end img {
        width: 350px;
        transform: translateX(0%);
      }
    }
  }

  .say-hi {
    .block-img {
      background-image: url('/wp-content/themes/yellowstonebourbon/imgs/pics/Image.png');
      background-image: image-set("/wp-content/themes/yellowstonebourbon/imgs/pics/Image.avif" type("image/avif"), "/wp-content/themes/yellowstonebourbon/imgs/pics/Image.png" type("image/png"));
    }
  }
}
