.tour1 {
  height: 300px;     /* Set a height to see the background */
  width:31%;
  background-image: url('/sites/default/files/uploads/2026/05/tours-1.1.jpeg');
  background-size: cover;      /* Scales image to fill container, cropping edges */
  background-position: center; /* Centers the image focal point */
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 5px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}

.tour2 {
  height: 300px;     /* Set a height to see the background */
  width:31%;
  background-image: url('/sites/default/files/uploads/2026/05/tours-2.jpg');
  background-size: cover;      /* Scales image to fill container, cropping edges */
  background-position: center; /* Centers the image focal point */
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 5px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}

.tour3 {
  height: 300px;     /* Set a height to see the background */
  width:31%;
  background-image: url('/sites/default/files/uploads/2026/05/tours-3.jpg');
  background-size: cover;      /* Scales image to fill container, cropping edges */
  background-position: center; /* Centers the image focal point */
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 5px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}

.tour-info-bar {
  background-image: linear-gradient(to right, #4da8da, #003566);
  border-radius:8px;
  padding: 15px;
  color: white;
  font-weight: 200;
  font-size:15px;
  line-height: 1;
  text-align: center;
}

.side-bar {
	border-right: 1px solid white;
}