/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Css reset */

/* General Styles */
body {
  font-family: 'Montserrat', sans-serif;
  background-color: rgb(226, 226, 226);
  margin: 0;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;
  background: black;
}

.btn-primary:hover {
  background: rgb(49, 45, 45);
  transition: background 0.3s ease-in-out;
}

@media screen and (min-width: 641px) {
  .mobile-menu {
    display: none;
  }

  #menu-icon {
    display: none;
  }

  .container3 {
    display: none;
  }

 /* Sticky header */

.header-outer {
  opacity: 0.9;
  z-index: 2;
  height: 50px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  color: black;
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0,0,0, 0.1);
}

.header-inner {
  margin: 10px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  display: block;
  height: 51px;
  width: 100%;
}

.header-navigation {
  display: flex;
  flex-wrap: wrap;
}

.header-navigation a,
.header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 1.75rem;
  position: relative;
  font-weight: 500;
}

.header-navigation a {
  display: none;
  font-size: 1.125rem;
  color: inherit;
  text-decoration: none;
}

.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.header-navigation a:hover:after,
.header-navigation button:hover:after {
  transform: scalex(1);
}

.header-navigation a:after,
.header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media (min-width: 800px) {
  .header-navigation a {
      display: inline-block;
  }

  .header-navigation button {
      display: none;
  }
}

  /* Hero Image */
  #HEADER1 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/HomePage.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER2 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/Burgert.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER3 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/RVPark.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER4 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/Grill.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER5 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/Bar.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-text {
    width: 500px;
    text-align: center;
  }

  header h1 {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: white;
  }

  #busters {
    font-size: 50px;
    letter-spacing: 0.5px;
  }

  header p {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
  }

  header a {
    text-decoration: none;
  }

  header a {
    text-decoration: none;
  }

  header button {
    border: 2px solid white;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    font-size: 18px;
    width: 160px;
    border-radius: 500px;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
  }

  header button:hover,
  button:active {
    background-color: white;
    color: black;
  }

  /* About Us CSS */
  #about {
    padding: 50px 0;
    background: #f5f5f7;
  }

  .about-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #about h2 {
    font-size: 2.3rem;
  }

  #about p {
    font-size: 1.2rem;
    color: #555;
  }

  #about .small {
    font-size: 1.2rem;
    color: #666;
    font-weight: 600;
  }

  .about-img,
  .about-text {
    flex: 1 1 400px;
    padding: 30px;
    margin: auto;
    animation: about-animation 1s ease-in-out forwards;
  }

  @keyframes about-animation {
    100% {
      transform: translate(0);
    }
  }

  .about-img img {
    display: block;
    height: 400px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: right;
  }

  /* Food Category Styles */
  #food {
    padding: 5rem 0 10rem 0;
  }

  #food h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #555;
  }

  .food-container {
    display: flex;
    justify-content: space-between;
  }

  .food-container img {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .img-container {
    margin: 0 1rem;
    position: relative;
  }

  .img-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
  }

  .img-content h3 {
    color: #fff;
    font-size: 2.2rem;
  }

  .img-content a {
    font-size: 1.2rem;
  }

  .img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.871);
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 100% 100%;
    transition: all 0.3s ease-in-out;
  }

  .img-container:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }

  .img-container:hover .img-content {
    opacity: 1;
    top: 40%;
  }

  /* Testimonial Styles */
  #testimonials {
    padding: 5rem 0;
    background: rgba(243, 243, 243);
  }

  .testimonial-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    color: #555;
  }

  .testimonial-container {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 1rem;
  }

  .testimonial-box .checked {
    color: #ff9529;
  }

  .testimonial-box .testimonial-text {
    margin: 1rem 0;
    color: #444;
  }

  .testimonial-box {
    text-align: center;
    padding: 1rem;
  }

  .customer-photo img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: auto;
  }

  /* Contact Us Styles */
  #contact {
    padding: 5rem 0;
    background: rgb(226, 226, 226);
  }

  .contact-container {
    display: flex;
    background: #fff;
  }

  .contact-img {
    width: 50%;
  }

  .contact-img img {
    display: block;
    height: 400px;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }

  .form-container {
    padding: 1rem;
    width: 50%;
    margin: auto;
  }

  .form-container input,
  .form-container textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 1rem 0;
    box-shadow: none;
    outline: none;
    margin-bottom: 1rem;
    color: #444;
    font-weight: 500;
  }

  .form-container textarea {
    resize: none;
  }

  .form-container h2 {
    font-size: 2.7rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .form-container a {
    font-size: 1.3rem;
    color: #007bff;
    text-decoration: none;
  }

  .form-container a:hover {
    text-decoration: underline;
  }

  /* Food Menu Styles */
  .MenuHeader {
    text-align: center;
    margin: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: xx-large;
  }

  .menu {
    position: relative;
    margin: 100px auto;
    width: 90%;
    max-width: 1024px;
  }

  .title {
    position: relative;
    padding: 10px;
    font-size: 19px;
    font-weight: 700;
  }

  .title span {
    position: relative;
    background: #fff;
    padding: 0 15px 0 0;
  }

  .title .price {
    float: right;
    padding: 0 0 0 15px;
  }

  .title:before {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    border-top: 2px dotted rgba(0, 0, 0, 0.3);
    display: block;
    content: '';
  }

/* Footer CSS */
  
  footer {
    position: relative;
    width: auto;
    background: whitesmoke;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  footer .social_icon,
  footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  
  footer .social_icon li,
  footer .menu li {
    list-style: none;
  }
  
  footer .social_icon li a {
    font-size: 2em;
    color: black;
    margin: 0 10px;
    display: inline-block;
    transition: .5s;
  }
  
  footer .social_icon li a:hover {
    transform: translateY(-10px);
  }
  
  footer .menu li a {
    font-size: 1.2em;
    color: black;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: .75;
  }
  
  footer .menu li a:hover {
    opacity: 1;
  }
  
  footer p {
    color: black;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  }
  
  /* Events CSS */
  .article {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .article p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .phone-info {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #007bff;
    margin-top: 15px;
  }
  
  .phone-info a {
    color: #007bff;
    text-decoration: none;
  }
  
  .phone-info a:hover {
    text-decoration: underline;
  }
  
  .contact-button {
    background-color: black;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    font-size: 16px;
    font-weight: bold;
  }
  
  .contact-button:hover {
    background-color: #006666;
  }
  
  .contact-button a {
    text-decoration: none;
  }
  
  /* unvisited link */
  .contact-button a:link {
    color: white;
  }
  
  /* visited link */
  .contact-button a:visited {
    color: white;
  }
  
  /* selected link */
  .contact-button a:active {
    color: white;
  }
  
  /* RV PARK CSS */
  section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  li {
    margin-bottom: 8px;
    color: #555; 
  }
  
  p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555; 
  }
  
  .rv-park-info {
    background-color: #f5f5f5; 
  }
  
  .recommended-sites {
    background-color: #f9f9f9; 
  }

/* PHP CSS */

.extended-thanks {
  font-size: 24px;
  color: #008000;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {

   /* Sticky header */

.header-outer {
  opacity: 0.9;
  z-index: 2;
  height: 50px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  color: black;
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0,0,0, 0.1);
}

.header-inner {
  margin: 10px;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  display: block;
  height: 51px;
  width: 100%;
}

.header-navigation {
  display: flex;
  flex-wrap: wrap;
}

.header-navigation a,
.header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 1.75rem;
  position: relative;
  font-weight: 500;
}

.header-navigation a {
  font-size: 1.125rem;
  color: inherit;
  text-decoration: none;
}

.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.header-navigation a:hover:after,
.header-navigation button:hover:after {
  transform: scalex(1);
}

.header-navigation a:after,
.header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media (min-width: 800px) {
  .header-navigation a {
      display: inline-block;
  }

  .header-navigation button {
      display: none;
  }
}

  /* Hero Image */
  #HEADER1 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/HomePage.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER2 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/Burgert.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER3 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/RVPark.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER4 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/Grill.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #HEADER5 {
    width: 100%;
    height: 95vh;
    font-family: 'Quicksand', sans-serif;
    background-size: cover;
    background-image: url(Images/Bar.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-text {
    width: 500px;
    text-align: center;
  }

  header h1 {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 45px;
    color: white;
  }

  #busters {
    font-size: 50px;
    letter-spacing: 0.5px;
  }

  header p {
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
  }

  header a {
    text-decoration: none;
  }

  header a {
    text-decoration: none;
  }

  header button {
    border: 2px solid white;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    font-size: 18px;
    width: 160px;
    border-radius: 500px;
    cursor: pointer;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
  }

  header button:hover,
  button:active {
    background-color: white;
    color: black;
  }

  /* About Us CSS */
  #about {
    padding: 50px 0;
    background: #f5f5f7;
  }

  .about-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #about h2 {
    font-size: 2.3rem;
  }

  #about p {
    font-size: 1.2rem;
    color: #555;
  }

  #about .small {
    font-size: 1.2rem;
    color: #666;
    font-weight: 600;
  }

  .about-img,
  .about-text {
    flex: 1 1 400px;
    padding: 30px;
    margin: auto;
    animation: about-animation 1s ease-in-out forwards;
  }

  @keyframes about-animation {
    100% {
      transform: translate(0);
    }
  }

  .about-img img {
    display: block;
    height: 400px;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: right;
  }

  /* Food Category Styles */
  #food {
    padding: 5rem 0 10rem 0;
  }

  #food h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #555;
  }

  .food-container {
    display: flex;
    justify-content: space-between;
  }

  .food-container img {
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .img-container {
    margin: 0 1rem;
    position: relative;
  }

  .img-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
  }

  .img-content h3 {
    color: #fff;
    font-size: 2.2rem;
  }

  .img-content a {
    font-size: 1.2rem;
  }

  .img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.871);
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 100% 100%;
    transition: all 0.3s ease-in-out;
  }

  .img-container:hover::after {
    opacity: 1;
    transform: scaleY(1);
  }

  .img-container:hover .img-content {
    opacity: 1;
    top: 40%;
  }

  /* Testimonial Styles */
  #testimonials {
    padding: 5rem 0;
    background: rgba(243, 243, 243);
  }

  .testimonial-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    color: #555;
  }

  .testimonial-container {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 1rem;
  }

  .testimonial-box .checked {
    color: #ff9529;
  }

  .testimonial-box .testimonial-text {
    margin: 1rem 0;
    color: #444;
  }

  .testimonial-box {
    text-align: center;
    padding: 1rem;
  }

  .customer-photo img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: auto;
  }

  /* Contact Us Styles */
  #contact {
    padding: 5rem 0;
    background: rgb(226, 226, 226);
  }

  .contact-container {
    display: flex;
    background: #fff;
  }

  .contact-img {
    width: 50%;
  }

  .contact-img img {
    display: block;
    height: 400px;
    width: 100%;
    object-position: center;
    object-fit: cover;
  }

  .form-container {
    padding: 1rem;
    width: 50%;
    margin: auto;
  }

  .form-container input,
  .form-container textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 1rem 0;
    box-shadow: none;
    outline: none;
    margin-bottom: 1rem;
    color: #444;
    font-weight: 500;
  }

  .form-container textarea {
    resize: none;
  }

  .form-container h2 {
    font-size: 2.7rem;
    font-weight: 500;
    color: #444;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .form-container a {
    font-size: 1.3rem;
    color: #007bff;
    text-decoration: none;
  }

  .form-container a:hover {
    text-decoration: underline;
  }

  /* Food Menu Styles */
  .MenuHeader {
    text-align: center;
    margin: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-size: xx-large;
  }

  .menu {
    position: relative;
    margin: 100px auto;
    width: 90%;
    max-width: 1024px;
  }

  .title {
    position: relative;
    padding: 10px;
    font-size: 19px;
    font-weight: 700;
  }

  .title span {
    position: relative;
    background: #fff;
    padding: 0 15px 0 0;
  }

  .title .price {
    float: right;
    padding: 0 0 0 15px;
  }

  .title:before {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1px;
    border-top: 2px dotted rgba(0, 0, 0, 0.3);
    display: block;
    content: '';
  }

/* Footer CSS */
  
  footer {
    position: relative;
    width: auto;
    background: whitesmoke;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  footer .social_icon,
  footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  
  footer .social_icon li,
  footer .menu li {
    list-style: none;
  }
  
  footer .social_icon li a {
    font-size: 2em;
    color: black;
    margin: 0 10px;
    display: inline-block;
    transition: .5s;
  }
  
  footer .social_icon li a:hover {
    transform: translateY(-10px);
  }
  
  footer .menu li a {
    font-size: 1.2em;
    color: black;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: .75;
  }
  
  footer .menu li a:hover {
    opacity: 1;
  }
  
  footer p {
    color: black;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  }
  
  /* Events CSS */
  .article {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .article p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .phone-info {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #007bff;
    margin-top: 15px;
  }
  
  .phone-info a {
    color: #007bff;
    text-decoration: none;
  }
  
  .phone-info a:hover {
    text-decoration: underline;
  }
  
  .contact-button {
    background-color: black;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    font-size: 16px;
    font-weight: bold;
  }
  
  .contact-button:hover {
    background-color: #006666;
  }
  
  .contact-button a {
    text-decoration: none;
  }
  
  /* unvisited link */
  .contact-button a:link {
    color: white;
  }
  
  /* visited link */
  .contact-button a:visited {
    color: white;
  }
  
  /* selected link */
  .contact-button a:active {
    color: white;
  }
  
  /* RV PARK CSS */
  section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  li {
    margin-bottom: 8px;
    color: #555; 
  }
  
  p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555; 
  }
  
  .rv-park-info {
    background-color: #f5f5f5; 
  }
  
  .recommended-sites {
    background-color: #f9f9f9; 
  }

/* PHP CSS */

.extended-thanks {
  font-size: 24px;
  color: #008000;
  margin-top: 20px;
}