

.banner-image {
/*    background-image: url(https://www.gottman.com/wp-content/uploads/2022/07/GettyImages-1136855170_2500x1667-1800x800.png); */
/*      background-image: url(../images/lovely-couple-sitting-sofa_23-2148238887.png);   */
      /*      background-image: url(../images/lovely-couple-sitting-sofa_23-2148238887.png); */
    background-image: url(../images/couple-joking-talking-having-fun.jpg);
    min-height: 500px;
}

@media screen and (min-width: 1200px)
.banner-image.parallax {
    min-height: 500px;
}


.banner-image.parallax {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
    min-height: 340px;
}


#wordContainer {
 

 
    border-color: #b89345;
      border-radius: 200px / 150px; /* Customize the radii based on your desired oval shape */
   border-width: 1px;
   border-style: solid;
    position: absolute;
    top: 100px;
    left: 300px;
    background-color: white;

    font-weight: bold;

    padding: 15px;
  opacity: 0.1;
  transition: opacity 0.5s;
   display: flex;
  align-items: center; /* Vertically center the text */

}

#word {
  opacity: 0;
  transition: opacity 1s;
}
 