@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* DESKTOP WEBSITE */
@media (min-width: 1050px) and (max-width: 1400px) {
.slideshow-container-index {
  display: none !important;
}

/* index.php */
html {
  background-color: rgb(255, 255, 255);
  height: 100%;
  font-family: "Rubik", serif;
  color: #272727;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

body {
  margin: 0;
  width: 100%;
}

.main-info {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.main-info a {
  color: #29685f;
}

.index-sign {
  width: 100%;
  max-height: 475px;
  margin-bottom: 10px;
  opacity: 0.8;
  object-fit: cover;
}

.index-pics {
  width: 100%;
  height: 275px;
  background: rgb(239, 219, 178 );
  margin: 40px 0px 40px 0px;
}

.index-pics ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 60px;
}

.index-pic {
  width: 350px;
  height: 250px;
  border-radius: 6px;
  align-self: center;
  object-fit: cover;
}

.index-main h1 {
  text-align: center;
  font-weight: 600;
  font-size: 3.9rem;
  margin: 20px 20px 30px 20px;
  color: rgb(241, 206, 134);
}

.index-main p{
  text-align: left;
  margin: 15px 17% 15px 17%;
  line-height: 1.5rem;
  font-size: 1.3rem;
  font-weight: 330;
  word-spacing: .15em;
}

.index-main h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  justify-content: center;
  color: rgb(241, 206, 134);
}

.index-main h4 {
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  justify-content: center;
  margin: 25px 20px 0px 20px;
}

.instagram-index {
  width: 50%;
  height: 40%;
  justify-content: center;
  margin: auto;
}



/* header.php */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
}

.topnav {
  display: none;
}

.swlogo {
  width: 140px;
  height: 70px;
  margin: -10px -15px -10px 0;
}

.desktop-header nav {
  width: 100%;
  background-color: rgba(239, 219, 178, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.desktop-header ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 13px;
}

.desktop-header li {
  display: inline;
}

.desktop-header a {
  text-decoration: none;
  color: #e55f39;
  font-size: 1.4em;
  font-weight: bold;
  transition: 0.3s;
}

.nav-pickle {
  padding-left: 25px;
  width: 67px;
  height: 67px;
}

.desktop-header a:hover {
  background-color: #29685f;
  border-radius: 5px;
}

.topnav #nav-links {
  display: none;
}

.closed-banner {
background-color: rgb(239, 219, 178);
text-align: center;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
}

/* footer.php */
.footer {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0px 15px 0px 15px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer a {
  color: rgb(241, 206, 134);
  text-decoration:underline;
  font-size: 1.3rem;
}

.footer a:hover {
  color: #272727;
}

footer h4 {
  color: rgb(241, 206, 134);
  margin-bottom: 10px;
  font-size: 1.4rem;
}

footer p {
  margin: 0 0 0 7px;
  font-size: 1.2rem;
}

footer p:last-of-type {
  margin-bottom: 15px;
}

/* slideshow.php */
.slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0px 30px 0px;
}

.slide {
  width: 50%;
  height: 550px;
  object-fit: cover;
  border-radius: 6px;

}

/* picklepete.php */
.petesmenu {
  width: 100%;
  height: 1200px;
  border-radius: 6px;

}

.cheeseburgerbar {
    width: 50%;
    height: 550px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}


.bar-bar {
  width: 50%;
  height: 700px;
  margin: 30px 0px 30px 0px;
  border-radius: 6px;

}

.main-info h4 {
  font-size: 1.4rem;
  margin-top: -30px;
  margin-bottom: 30px;
}

.bar-petelogo {
  padding-top: 150px;
  width: 100%;
  height: 300px;
}

.bar-dogbar {
  width: 100%;
  height: 300px;
}

.bar-tap {
  width: 50%;
  height: 600px;
  margin: 30px 0px 30px 0px;
  border-radius: 6px;

}

.bar-breaky {
  width: 50%;
  height: 550px;
  margin: 30px 0px 30px 0px;
  align-items: center;
  border-radius: 6px;

}

.last-pickle {
  padding-bottom: 30px;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs > ul{
  padding: 0;
}

.tabs .trigger{
  list-style-type: none;
  font-size: 2em;
  font-weight: 500;
  background: #f2f2f2;
  margin: 8px;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}

.tabs .trigger:hover {
  background: #272727;
  color: #f2f2f2;
}

.tabs .trigger.active{
  background: #29685f;
  color: white;
}

.tabs .content{
  display: none;
}

.tabs .content.active{
  display: block;
}

/* cabinrental.php */
.book-green {
  width: 50%;
  height: 550px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.book-cabin {
  margin-top: -400px;
  width: 100%;
  height: 900px;
  opacity: 0.7;
}

.cabin-rental-links a {
  border: 3px solid rgb(239, 219, 178);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #272727;
  font-weight: bold;
  background-color: rgb(239, 219, 178);
  margin-top: 30px;
}

.cabin-rental-links a:hover {
  background-color: #272727;
  color: rgb(239, 219, 178);
  border-radius: 5px;
  border: 3px solid #272727;
}

.boat-h1 {
  margin-top: 120px;
}

/* saturdaymarket.php */
.market-h1 {
  padding-top: 120px;

}

.market-main {
  width: 50%;
  height: 500px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.market-veges {
  width: 50%;
  height: 700px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.market-cinnamon {
  width: 100%;
  height: 320px;
}

.instagram-market {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: 60%;
}

/* contactus.php */
.contactFrm {
  margin: 70px auto 0 auto;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactFrm .form-input {
  width: 100%;
  margin-bottom: 15px;
}

.contactFrm label {
  display: block;
  font-weight: bold;
  text-align: left;
}

.contactFrm a{
    color: #29685f;
}

.contactFrm input[type="text"],
.contactFrm input[type="email"],
.contactFrm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.google-desktop {
  margin: 50px auto 30px auto;
}

.google-mobile {
  display: none;
}

.contactFrm p {
  margin: -5px 0 15px 0;
  font-size: 1.6rem;
}

.contactspecial {
  margin: 25px 15% 0px 15%;
}

.contactspecial p {
  margin-bottom: 35px;
  line-height: 1.9rem;
}

.contactFrm h3 {
  font-size: 2.4rem;
}

/* events.php */
.event-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
}

.event-list h1 {
  font-size: 2.4rem;
  color: #333;

}

.event-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 40%;
  margin-top: 200px;
}
.event {
  align-items: center;
  border-bottom: 1px solid #ddd;
  width: 70%;
  overflow: hidden;
}

#specialtitle {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.event:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.event-title {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 5px;
}

.event-date {
  font-size: 1.2rem;
  color: #333;
}

.event-description {
  color: #666;
  word-wrap: break-word;
}

}

/* DESKTOP WEBSITE */
@media (min-width: 1401px) and (max-width: 1600px) {
.slideshow-container-index {
  display: none !important;
}

/* index.php */
html {
  background-color: rgb(255, 255, 255);
  height: 100%;
  font-family: "Rubik", serif;
  color: #272727;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

body {
  margin: 0;
  width: 100%;
}

.main-info {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.main-info a {
  color: #29685f;
}

.index-sign {
  width: 100%;
  max-height: 475px;
  margin-bottom: 10px;
  opacity: 0.8;
  object-fit: cover;
}

.index-pics {
  width: 100%;
  height: 275px;
  background: rgb(239, 219, 178 );
  margin: 40px 0px 40px 0px;
}

.index-pics ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 60px;
}

.index-pic {
  width: 350px;
  height: 250px;
  border-radius: 6px;
  align-self: center;
  object-fit: cover;
}

.index-sunset {
  display: none;
}

.index-cabins {
  display: none;
}

.index-cinnamon {
  display: none;
}

.index-main h1 {
  text-align: center;
  font-weight: 600;
  font-size: 3.9rem;
  margin: 20px 20px 30px 20px;
  color: rgb(241, 206, 134);
}

.index-main p{
  text-align: left;
  margin: 15px 17% 15px 17%;
  line-height: 1.5rem;
  font-size: 1.3rem;
  font-weight: 330;
  word-spacing: .15em;
}

.index-main h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  justify-content: center;
  color: rgb(241, 206, 134);
}

.index-main h4 {
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  justify-content: center;
  margin: 25px 20px 0px 20px;
}

.instagram-index {
  width: 50%;
  height: 40%;
  justify-content: center;
  margin: auto;
}



/* header.php */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
}

.topnav {
  display: none;
}

.swlogo {
  width: 140px;
  height: 70px;
  margin: -10px -15px -10px 0;
}

.desktop-header nav {
  width: 100%;
  background-color: rgba(239, 219, 178, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.desktop-header ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.desktop-header li {
  display: inline;
}

.desktop-header a {
  text-decoration: none;
  color: #e55f39;
  font-size: 1.4em;
  font-weight: bold;
  transition: 0.3s;
}

.nav-pickle {
  padding-left: 25px;
  width: 67px;
  height: 67px;
}

.desktop-header a:hover {
  background-color: #29685f;
  border-radius: 5px;
}

.topnav #nav-links {
  display: none;
}

.closed-banner {
  background-color: rgb(239, 219, 178);
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

/* footer.php */
.footer {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0px 15px 0px 15px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer a {
  color: rgb(241, 206, 134);
  text-decoration:underline;
  font-size: 1.3rem;
}

.footer a:hover {
  color: #272727;
}

footer h4 {
  color: rgb(241, 206, 134);
  margin-bottom: 10px;
  font-size: 1.4rem;
}

footer p {
  margin: 0 0 0 7px;
  font-size: 1.2rem;
}

footer p:last-of-type {
  margin-bottom: 15px;
}

  /* slideshow.php */
.slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0px 30px 0px;
}

.slide {
  width: 50%;
  height: 550px;
  object-fit: cover;
  border-radius: 6px;

}

/* picklepete.php */
.petesmenu {
  width: 100%;
  height: 1200px;
  border-radius: 6px;

}

.cheeseburgerbar {
  width: 50%;
  height: 550px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.bar-bar {
  width: 50%;
  height: 700px;
  margin: 30px 0px 30px 0px;
  border-radius: 6px;

}

.main-info h4 {
  font-size: 1.4rem;
  margin-top: -30px;
  margin-bottom: 30px;
}

.bar-petelogo {
  padding-top: 150px;
  width: 100%;
  height: 300px;
}

.bar-dogbar {
  width: 100%;
  height: 300px;
}

.bar-tap {
  width: 50%;
  height: 600px;
  margin: 30px 0px 30px 0px;
  border-radius: 6px;

}

.bar-breaky {
  width: 50%;
  height: 550px;
  margin: 30px 0px 30px 0px;
  align-items: center;
  border-radius: 6px;

}

.last-pickle {
  padding-bottom: 30px;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs > ul{
  padding: 0;
}

.tabs .trigger{
  list-style-type: none;
  font-size: 2em;
  font-weight: 500;
  background: #f2f2f2;
  margin: 8px;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}

.tabs .trigger:hover {
  background: #272727;
  color: #f2f2f2;
}

.tabs .trigger.active{
  background: #29685f;
  color: white;
}

.tabs .content{
  display: none;
}

.tabs .content.active{
  display: block;
}

/* cabinrental.php */
.book-green {
  width: 50%;
  height: 550px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.book-cabin {
  margin-top: -400px;
  width: 100%;
  height: 900px;
  opacity: 0.7;
}

.cabin-rental-links a {
  border: 3px solid rgb(239, 219, 178);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #272727;
  font-weight: bold;
  background-color: rgb(239, 219, 178);
  margin-top: 30px;
}

.cabin-rental-links a:hover {
  background-color: #272727;
  color: rgb(239, 219, 178);
  border-radius: 5px;
  border: 3px solid #272727;
}

.boat-h1 {
  margin-top: 120px;
}

/* saturdaymarket.php */
.market-h1 {
  padding-top: 120px;

}

.market-main {
  width: 50%;
  height: 500px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.market-veges {
  width: 50%;
  height: 700px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.market-cinnamon {
  width: 100%;
  height: 320px;
}

.instagram-market {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: 60%;
}

/* contactus.php */
.contactFrm {
  margin: 70px auto 0 auto;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactFrm .form-input {
  width: 100%;
  margin-bottom: 15px;
}

.contactFrm label {
  display: block;
  font-weight: bold;
  text-align: left;
}

.contactFrm a{
  color: #29685f;
}

.contactFrm input[type="text"],
.contactFrm input[type="email"],
.contactFrm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.google-desktop {
  margin: 40px auto 30px auto;
}

.google-mobile {
  display: none;
}

.contactFrm p {
  margin: -5px 0 15px 0;
  font-size: 1.6rem;
}

.contactspecial {
  margin: 25px 15% 0px 15%;
}

.contactspecial p {
  margin-bottom: 35px;
  line-height: 1.9rem;
}

.contactFrm h3 {
  font-size: 2.4rem;
}

/* events.php */
.event-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
}

.event-list h1 {
  font-size: 2.4rem;
  color: #333;

}

#specialtitle {
  margin-top: 150px;
}

.event-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 40%;
  margin-top: 200px;
}
.event {
  align-items: center;
  border-bottom: 1px solid #ddd;
  width: 70%;
  overflow: hidden;
}

.event:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.event-title {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 5px;
}

.event-date {
  font-size: 1.2rem;
  color: #333;
}

.event-description {
  color: #666;
  word-wrap: break-word;
}

}

@media (min-width: 1601px) and (max-width: 3000px) {
.slideshow-container-index {
  display: none !important;
}

/* index.php */
html {
  background-color: rgb(255, 255, 255);
  height: 100%;
  font-family: "Rubik", serif;
  color: #272727;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

body {
  margin: 0;
  width: 100%;
}

.main-info {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.main-info a {
  color: #29685f;
}

.index-sign {
  width: 100%;
  max-height: 475px;
  margin-bottom: 10px;
  opacity: 0.8;
  object-fit: cover;
}

.index-pics {
  width: 100%;
  height: 275px;
  background: rgb(239, 219, 178 );
  margin: 40px 0px 40px 0px;
}

.index-pics ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 60px;
}

.index-pic {
  width: 350px;
  height: 250px;
  border-radius: 6px;
  align-self: center;
  object-fit: cover;
}

.index-sunset {
  display: none;
}

.index-rainbow {
  width: 50%;
  height: 250px;
  object-fit: fill;
}

.index-cabins {
  display: none;
}

.index-cinnamon {
  display: none;
}

.index-main h1 {
  text-align: center;
  font-weight: 600;
  font-size: 3.9rem;
  margin: 20px 20px 30px 20px;
  color: rgb(241, 206, 134);
}

.index-main p{
  text-align: left;
  margin: 15px 20% 15px 20%;
  line-height: 1.5rem;
  font-size: 1.3rem;
  font-weight: 330;
  word-spacing: .15em;
}

.index-main h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  justify-content: center;
  color: rgb(241, 206, 134);
}

.index-main h4 {
  text-align: center;
  font-weight: 400;
  font-size: 1.7rem;
  justify-content: center;
  margin: 25px 20px 0px 20px;
}

.instagram-index {
  width: 30%;
  height: 40%;
  justify-content: center;
  margin: auto;
}

/* header.php */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
}

.topnav {
  display: none;
}

.swlogo {
  width: 140px;
  height: 70px;
  margin: -10px -15px -10px 0;
}

.desktop-header nav {
  width: 100%;
  background-color: rgba(239, 219, 178, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.desktop-header ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 25px;
  position: relative;
}

.desktop-header li {
  display: inline;
  position: relative;
}

.desktop-header a {
  text-decoration: none;
  color: #e55f39;
  font-size: 1.4em;
  font-weight: bold;
  transition: 0.3s;
}

.nav-pickle {
  padding-left: 25px;
  width: 67px;
  height: 67px;
}

.desktop-header a:hover {
  background-color: #29685f;
  border-radius: 5px;
}

.topnav #nav-links {
  display: none;
}

.closed-banner {
  background-color: rgb(239, 219, 178);
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.dropdown {
  position: relative;
}

.menudropdown {
  display: none;
  position: absolute;
  top: 100%; /* directly under the parent li */
  left: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  padding: 0;
  z-index: 1000;
}

.menudropdown li {
  padding: 12px 16px;
}

.dropdown:hover .menudropdown {
  display: block;
}

/* footer.php */
.footer {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0px 15px 0px 15px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer a {
  color: rgb(241, 206, 134);
  text-decoration:underline;
  font-size: 1.3rem;
}

.footer a:hover {
  color: #272727;
}

footer h4 {
  color: rgb(241, 206, 134);
  margin-bottom: 10px;
  font-size: 1.4rem;
}

footer p {
  margin: 0 0 0 7px;
  font-size: 1.2rem;
}

footer p:last-of-type {
  margin-bottom: 15px;
}

/* slideshow.php */
.slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0px 30px 0px;
}

.slide {
  width: 50%;
  height: 550px;
  object-fit: cover;
  border-radius: 6px;

}

/* picklepete.php */
.petesmenu {
  width: 100%;
  height: 1200px;
  border-radius: 6px;

}

.bar-bar {
  width: 50%;
  height: 700px;
  margin: 30px 0px 30px 0px;
  border-radius: 6px;
  object-fit: cover;
}

.cheeseburgerbar {
    width: 50%;
    height: 550px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.main-info h4 {
  font-size: 1.4rem;
  margin-top: -30px;
  margin-bottom: 30px;
}

.bar-petelogo {
  padding-top: 150px;
  width: 100%;
  height: 300px;
}

.bar-dogbar {
  width: 100%;
  height: 300px;
}

.bar-tap {
  width: 50%;
  height: 600px;
  margin: 30px 0px 30px 0px;
  border-radius: 6px;
  object-fit: cover;
}

.bar-breaky {
  width: 50%;
  height: 550px;
  margin: 30px 0px 30px 0px;
  align-items: center;
  border-radius: 6px;
  object-fit: cover;
}

.last-pickle {
  padding-bottom: 30px;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs > ul{
  padding: 0;
}

.tabs .trigger{
  list-style-type: none;
  font-size: 2em;
  font-weight: 500;
  background: #f2f2f2;
  margin: 8px;
  border-radius: 6px;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}

.tabs .trigger:hover {
  background: #272727;
  color: #f2f2f2;
}

.tabs .trigger.active{
  background: #29685f;
  color: white;
}

.tabs .content{
  display: none;
}

.tabs .content.active{
  display: block;
}

/* rental.php */
.book-green {
  width: 50%;
  height: 550px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.book-cabin {
  margin-top: -400px;
  width: 100%;
  height: 900px;
  opacity: 0.7;
}

.boat-h1 {
  margin-top: 120px;
}

.cabin-rental-links a {
  border: 3px solid rgb(239, 219, 178);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #272727;
  font-weight: bold;
  background-color: rgb(239, 219, 178);
  margin-top: 30px;
}

.cabin-rental-links a:hover {
  background-color: #272727;
  color: rgb(239, 219, 178);
  border-radius: 5px;
  border: 3px solid #272727;
}

/* saturdaymarket.php */
.market-h1 {
  padding-top: 120px;

}

.market-main {
  width: 50%;
  height: 500px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.market-veges {
  width: 50%;
  height: 700px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.market-cinnamon {
  width: 100%;
  height: 320px;
}

.instagram-market {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  height: 60%;
}

/* contactus.php */
.contactFrm {
  margin: 70px auto 0 auto;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contactFrm .form-input {
  width: 100%;
  margin-bottom: 15px;
}

.contactFrm label {
  display: block;
  font-weight: bold;
  text-align: left;
}

.contactFrm a{
    color: #29685f;
}

.contactFrm input[type="text"],
.contactFrm input[type="email"],
.contactFrm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.google-desktop {
  margin: 40px auto 30px auto;
}

.google-mobile {
  display: none;
}

.contactFrm p {
  margin: -5px 0 15px 0;
  font-size: 1.6rem;
}

.contactspecial {
  margin: 25px 15% 0px 15%;
}

.contactspecial p {
  margin-bottom: 35px;
  line-height: 1.9rem;
}

.contactFrm h3 {
  font-size: 2.4rem;
}

/* events.php */
.event-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
}

.event-list h1 {
  font-size: 2.4rem;
  color: #333;

}

#specialtitle {
  margin-top: 150px;
}

.event-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 40%;
  margin-top: 60px;
}
.event {
  align-items: center;
  border-bottom: 1px solid #ddd;
  width: 70%;
  overflow: hidden;
}

.event:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

.event-title {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 5px;
}

.event-date {
  font-size: 1.2rem;
  color: #333;
}

.event-description {
  color: #666;
  word-wrap: break-word;
}

}