body {
    background-color: #ffc633;
    background-repeat: no-repeat;
  background-attachment: fixed;
}

video {
  width: 58%;
  height: auto;
}


.parent-element {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
}

.textp1 {
    display: block;
    margin-left: auto;
    margin-right: 25px;
    text-align: center; 

}

.headings12:hover {
    color: maroon;
  }


a:link {
    text-decoration: none;
}

body {
    font-family: "Lato", sans-serif;
}
.textp2{
    display: block;
    margin-left: 25px;
    margin-right: auto;
    text-align: center;
}

.headings12 {
    color: black;
    text-decoration: none;
}

.vid1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.heading1 {
    text-align: center;
}

.img12 {
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}


  .kelowna {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }


  /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


/*transparent img css */

.container {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 auto; /* Center it */
  
}

.container .content {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
}



.product-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-card {
  width: 25%;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}


.product-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;

}


.product-title {
  font-size: 30px;
  margin: 0;
  text-align: center;
 
}


.product-description {
  margin:10px 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.product-price {
  font-weight: bold;
  margin: 0;
}

.product-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.festivities{

  text-align: center;
}