@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');

@media (max-width: 500px) {
/* index.php */
html {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  font-family: "Rubik", serif;
  color: #272727;
}

body {
  margin: 0;
  padding-top: 99px;
}

.index-sign {
  width: 100%;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -3px;
  object-fit: cover;
}

.index-pics {
  display: none;
}

.index-main h1 {
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 20px 20px 20px 20px;
  color: rgb(241, 206, 134);
}

.index-main p{
  text-align: left;
  margin: 20px 25px 20px 25px;
  line-height: 1.3rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.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;
  color: #272727;
  margin: 25px 20px 0px 20px;
}

/* header.php */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100px;
}

.slogo {
  width: 130px;
  height: 70px;
}

.desktop-header {
  display: none;
}

.topnav {
  overflow: hidden;
  background-color: rgb(239, 219, 178);
  opacity: 0.9;
  position: relative;
}

.topnav #nav-links {
  display: none;
}

.topnav a {
  color: rgb(0, 0, 0);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.nav-links a #menu-jump {
    margin-left: 20px;
}

.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;
}

/* 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: 1rem;
}

.footer a:hover {
  color: #272727;
}

footer h4 {
  color: rgb(241, 206, 134);
  margin-bottom: 10px;
}

footer p {
  margin: 0 0 0 7px;
}

footer p:last-of-type {
  margin-bottom: 15px;
}

/* slideshow.php */
.slide {
  width: 100%;
  height: 325px;
  object-fit: cover;
}

.slideshow-container {
  object-fit: cover;
}

/* picklepete.php */
.petesmenu {
  width: 100%;
  height: 700px;
}

.main-info h4 {
  margin-top: -12px;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.main-info a {
  color: #29685f;
}

.cheeseburgerbar {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.bar-bar {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.bar-petelogo {
  display: block;
  padding-top: 30px;
  margin: 10px auto;
  width: 35%;
  height: 125px;
}

.bar-dogbar {
  width: 100%;
  height: 300px;
}

.bar-tap {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.bar-breaky {
  width: 100%;
  height: 370px;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs > ul{
  padding: 0;
}

.tabs .trigger{
  list-style-type: none;
  font-size: 1.2em;
  font-weight: 500;
  background: #f2f2f2;
  margin: 8px;
  border-radius: 6px;
  display: inline-block;
  padding: 7px 15px;
  cursor: pointer;
}
.tabs .trigger.active{
  background: #29685f;
  color: white;
}
.tabs .content{
  display: none;
}
.tabs .content.active{
  display: block;
  width: 100%;
}

/* cabinrental.php */
.book-green {
  width: 100%;
  height: 300px;
}

.book-cabin {
  width: 100%;
  height: 300px;
  margin-top: -100px;
}

.cabin-rental-links a {
  background-color: rgb(239, 219, 178);
  color: #272727;
  border-radius: 5px;
  padding: 7px;
  text-decoration: none;
}

/* boatrental.php */
.boats-page {
  min-height: 600px;
}

.boat-h1 {
  margin-top: 40px;
}

/* saturdaymarket.php */
.market-main {
  width: 100%;
  height: 300px;
}

.market-veges {
  width: 100%;
  height: 320px;
}

.market-cinnamon {
  width: 100%;
  height: 320px;
}

.market-h1 {
  padding-top: 25px;
}

/* contactus.php */
.contactFrm {
  margin: 0;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}

.contactFrm .form-input {
  width: 100%;
  margin-bottom: 15px;
}

.contactFrm label {
  display: block;
  font-weight: bold;
  text-align: left;
}

.contactFrm input[type="text"],
.contactFrm input[type="email"],
.contactFrm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.contactFrm a{
    color: #29685f;
}

.contactFrm h4 {
  margin-bottom: 20px;
}

.contactusform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.google-desktop {
  display: none;
}

.contactFrm p {
  margin: -5px 0 15px 0;
}

.contactspecial {
  margin: 20px 25px 25px 25px;
}

.contactspecial p {
  margin-bottom: 30px;
}

.contactFrm h3 {
  margin-left: 5px;
  margin-right: 5px;
}

/* events.php */
.event-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  margin-top: 10px;
}

#specialtitle {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#specialtitle p {
  padding: 0 10px 10px 10px;
}

.event-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
.event {
  align-items: center;
  border-bottom: 1px solid #ddd;
  width: 70%;
  overflow: hidden;
}

.event-details {
  display: flex;
  flex-direction: column;
}

.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.1rem;
  color: #333;
  margin-bottom: 5px;
}

.event-cost {
  font-size: 1.1rem;
  color: #333;
}

.event-description {
  font-size: 1.1rem;
  color: #333333;
  word-wrap: break-word;
}

}
