.tour-box-header {
	font-size:28px;
	text-align: left;
}

.tour1 {
  height: 300px;
  width: 30%;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0)),
    url('/sites/default/files/uploads/2026/05/tours-1.1.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  font-size: 22px;
}


.tour2 {
  height: 300px;     /* Set a height to see the background */
  width:30%;
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0)),
  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: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  font-size: 22px;
}

.tour3 {
  height: 300px;     /* Set a height to see the background */
  width:30%;
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0)),
  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: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  font-size: 22px;
}

.tour1 a, .tour2 a, .tour3 a {
	color: white;
}

.tour1 a:hover, .tour2 a:hover, .tour3 a:hover {
	color: #CFCFCF;
	text-decoration: none;
}

@media only screen and (max-width: 426px) {
.tour1, .tour2, .tour3 {
	width:90%;
	margin: 5px auto;
}
}

.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;
}

.tour-address {
	padding: 15px;
}