
/*
 Theme Name: Shenango Lake Elementor
 Theme URI: https://shenangolake.com
 Author: ChatGPT
 Description: Minimal retro-styled theme built to be edited entirely with Elementor. Header, footer, and global styles only; content is managed by Elementor.
 Version: 1.0
*/

body {
  margin: 0;
  font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #FFF8EB;
  color: #333333;
}

a {
  color: #2F6B6D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Site shell (header/footer) */

.site-header {
  background: #E0493A;
  color: #FFF8EB;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-title {
  margin: 0;
  font-family: 'Pacifico', cursive;
  font-size: 1.9rem;
}

.site-title a {
  color: #FFF8EB;
}

.site-tagline {
  font-family: 'Bebas Neue', system-ui, sans-serif;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  font-family: 'Bebas Neue', system-ui, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.main-nav a {
  color: #FFF8EB;
}

.site-main {
  min-height: 60vh;
}

.site-footer {
  background: #333333;
  color: #FFF8EB;
  padding: 2rem 1.5rem;
  margin-top: 3rem;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.footer-nav a {
  color: #FFF8EB;
}

.footer-greeting {
  font-family: 'Pacifico', cursive;
  font-size: 1.2rem;
  color: #F9E8A2;
}

/* Basic content wrapper Elementor can sit inside */
.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

@media (max-width: 900px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
