@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');

/* TABLET WEBSITE */
@media (min-width: 501px) and (max-width: 750px) {
/* index.php */
html {
  background-color: rgb(255, 255, 255);
  /* max-width: 1400px; */
  height: 100%;
  /* font-family: "Roboto Condensed", serif; */
  font-family: "Rubik", serif;
  color: #272727;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

body {
  margin: 0;
  width: 100%;
}

.main-info {
  width: 80%;
  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: fill;
}

.index-pics {
  display: none;
}

.index-pics ul {
  display: none;

}

.index-pic {
  display: none;
}

.index-sunset {
  width: 90%;
  height: 275px;
  margin: 15px auto;
  border-radius: 6px;
}

.index-cabins {
  width: 90%;
  height: 275px;
  margin: 15px auto;
  border-radius: 6px;
}

.index-cinnamon {
  width: 90%;
  height: 275px;
  margin: 15px auto;
  border-radius: 6px;
}

.index-main h1 {
  text-align: center;
  font-weight: 600;
  font-size: 3.9rem;
  margin: 20px;
  color: rgb(241, 206, 134);
}

.index-main p{
  text-align: left;
  margin: 10px 10%;
  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 {
  overflow: hidden;
  background-color: rgb(239, 219, 178);
  opacity: 0.9;
  position: relative;
}

.slogo {
  width: 140px;
  height: 70px;
}

.topnav #nav-links {
  display: none;
}

.topnav a {
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
  display: block;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
}

.nav-links a:hover {
  color: white;
}

.desktop-header {
  display: none;
}

.topnav #nav-links {
  display: none;
}

.closed-banner {
  background-color: rgb(239, 219, 178);
  text-align: center;
  opacity: 0.9;
  font-weight: 500;
}

/* 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: 0.9rem;
}

.footer a {
  color: rgb(241, 206, 134);
  text-decoration:underline;
  font-size: 1.3rem;
}

.footer a:hover {
  background-color: #29685f;
  color: #e55f39;
  text-decoration:underline;
  border-radius: 5px;
}

#footer .copyright {
  margin-bottom: 20px;
}

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: 15px 0px 10px 0px;
}

.slide {
  object-fit: cover;
  border-radius: 6px;
  width: 50%;
  height: 275px;
}

.slideshow-container-index {
  display: none;
}

/* picklepete.php */
.petesmenu {
  width: 100%;
  height: 1200px;
  border-radius: 6px;

}

.cheeseburgerbar {
    width: 50%;
    height: 320px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}

.bar-bar {
  border-radius: 6px;
  width: 100%;
  height: 500px;
  margin: 15px auto;
}

.main-info h4 {
  font-size: 1.4rem;
  margin-top: -10px;
  margin-bottom: 20px;
}

.bar-petelogo {
  padding-top: 150px;
  width: 92%;
  height: 200px;
}

.bar-dogbar {
  width: 70%;
  height: 300px;
}

.bar-tap {
  border-radius: 6px;
  width: 70%;
  height: 375px;
  margin: 15px auto;
}

.bar-breaky {
  border-radius: 6px;
  width: 70%;
  height: 275px;
  margin: 15px auto;
  align-items: center;
}

.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: 70%;
  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); /* Border thickness and color */
  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; /* Border thickness and color */
}

.boat-h1 {
  margin-top: 120px;
}

/* saturdaymarket.php */
.market-h1 {
  padding-top: 120px;

}

.market-main {
  width: 70%;
  height: 500px;
  border-radius: 6px;
  margin: 30px 0px 30px 0px;
}

.market-veges {
  width: 70%;
  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: 50%;
  height: 70%;
}

/* contactus.php */
.contactFrm {
  margin: 100px auto 0 auto; /* Center horizontally */
  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.8rem;
}

.contactspecial {
  margin: 25px 10% 40px 10%;
}

.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: 1000px;
}

.event-list h1 {
  font-size: 2.4rem;
  color: #333;

}

#specialtitle {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.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: 50%;
  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;
}

}

/* TABLET WEBSITE */
@media (min-width: 751px) and (max-width: 1049px) {
  /* 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: 100%;
    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;
    object-fit: cover;
  }

  .index-pics ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-items: center;
    margin: 0 20px 0 0;
    gap: 50px;
  }

  .index-pic {
    width: 275px;
    height: 200px;
    border-radius: 6px;
    align-self: center;
    object-fit: cover;
  }

  .index-main {
    width: 100%;
  }

  .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;
    z-index: 1000;
    align-items: center;
    justify-content: center;
  }

  .desktop-header {
    display: none;
  }

  .topnav {
    overflow: hidden;
    background-color: rgb(239, 219, 178);
    opacity: 0.9;
    position: relative;
  }

  .topnav #nav-links {
    display: none;
  }

  .slogo {
    width: 140px;
    height: 70px;
  }

  .topnav a {
    color: rgb(0, 0, 0);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px;
    display: block;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
  }

  .nav-links a:hover {
    color: white;
  }

  .closed-banner {
    background-color: rgb(239, 219, 178);
    text-align: center;
    opacity: 0.9;
    font-weight: 500;
  }

  .topnav #nav-links {
    display: none;
  }

  /* 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: 65%;
    height: 550px;
    object-fit: cover;
    border-radius: 6px;

  }

.slideshow-container-index {
  display: none;
}

  /* picklepete.php */
  .petesmenu {
    width: 100%;
    height: 1200px;
    border-radius: 6px;

  }
  
  .cheeseburgerbar {
    width: 65%;
    height: 550px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .bar-bar {
    width: 65%;
    height: 670px;
    margin: 30px 0px 30px 0px;
    border-radius: 6px;
    object-fit: cover;

  }

  .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: 65%;
    height: 600px;
    margin: 30px 0px 30px 0px;
    border-radius: 6px;
    object-fit: cover;

  }

  .bar-breaky {
    width: 70%;
    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: 70%;
    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: 70%;
    height: 500px;
    border-radius: 6px;
    margin: 30px 0px 30px 0px;
  }

  .market-veges {
    width: 70%;
    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: 50%;
    height: 80%;
  }

  /* contactus.php */
  .contactFrm {
    margin: 100px 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: 30px auto 30px auto;
  }

  .google-mobile {
    display: none;
  }

  .contactFrm p {
    margin: -5px 0 15px 0;
    font-size: 1.8rem;
  }

  .contactspecial {
    margin: 25px 10% 40px 10%;
  }

  .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: 1100px;
  }

  .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: 50%;
    margin-top: 200px;
  }
  .event {
    align-items: center;
    border-bottom: 1px solid #ddd;
    width: 70%;
    overflow: hidden;
  }

  #specialtitle {
  padding-top: 30px;
  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;
  }

  }