@charset "utf-8";

.filterDiv {
  float: left;
  color: black;
  width: 350px;
  text-align: center;
  margin: 2px;
  display: none;
border: 1px solid black;
}

.show {
  display: block;
}

.container {
  margin-top: 20px;
  overflow: hidden;
font-family: Arial;
  font-size: 16px;
  font-color: black;
	

}

/* Style the buttons */
.btn {
 /* border: 1px thin black; */
  outline: none;
  cursor: pointer;
    background-color: white;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: white;
  color: white;
}

.p { 
  color: black;
}

.wrap {
  display: flex;
}

.one {
  width: 25%;
  border: 1px solid green;
}

.two {
  width: 70%;
  border: 1px solid blue;
}

@media (max-width: 767px) {
  .wrap {
    flex-direction: column-reverse;
  }
  .one,
  .two {
    width: auto;
  }
}

.slideshow {
position: relative;
}

.slideshow img {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: opacity 1s ease-in-out;
}

.slideshow img.active {
opacity: 1;
}
.Season {
	

  max-width: fit-content;
  margin-inline: auto;

}

.image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.home1 {
margin: auto;
  width: 75%;
	font-family: Arial;
  font-size: 20px;
  color: rebeccapurple;
}


.topnav {
  overflow: hidden;
  background-color: #333;
	width: 100%;
	margin: auto;
	padding-bottom: 3px;
}

.topnav a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
width:25%;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create a right-aligned (split) link inside the navigation bar */
.topnav a.split {
  float: right;
  background-color: #04AA6D;
  color: white;
}

.map {
	
	 border: 1px solid;
  margin: auto;
  width: 50%;
  padding: 10px;
}

.captcha {
  margin: auto;
  width: 75%;
  padding: 10px;
	font-family: Arial;
  font-size: 20px;
  color: rebeccapurple;

}
.captcha1 {
 margin: auto;
  width: 75%;
  padding: 10px;
	font-family: Arial;
  font-size: 20px;
  color: rebeccapurple;

}
