/* Reset and Base Styles */
body {
  margin: 0;
  font: 20px/1.3 Rokkitt, arial, helvetica, sans-serif;
  background-color: #7a9dab;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* Layout Containers */
#wrapper {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  box-shadow: 0 10px 16px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
}

#left-and-right-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  background-color: #f7f7f7;
}

@media (max-width: 1005px) {
  #left-and-right-sections {
     padding: 20px 0;
	 }
}

.page-content {
  background-color: #fff;
  max-width: 640px;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 450px) {
            .page-content {
                padding: 0 !important;
            }
        }
@media (min-width: 451px) {
            .page-content { padding: 1em 1em 0 1em; 
    }
  } 
  
main {
padding:30px 20px 10px; 
}

main a {
  overflow-wrap: break-word;
  word-break: break-all; /* optional for legacy browser support */
}

/* Header */
a.headerlogo {
color:gold; font-weight:bold; position:relative; font-size:36px; text-decoration:none; 
}
a.headerlogo:hover {
color:gold !important; 
text-decoration:underline;
}

.site-header25 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  color: white;
  padding: 1.2em 1em 0.3em;
  flex-wrap: wrap;
}

.header-left25,
.header-center25,
.header-right25 {
  flex: 1;
  text-align: center;
  font-size: 1rem;
}

.header-left25 {
  text-align: left;
}

.header-right25 {
  text-align: right;
}

.logo25 {
  max-height: 50px;
}

/* Mobile header styles */
@media (max-width: 768px) {
  .site-header25 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em 1em .5em;
  }

  .header-left25 {
    order: 2;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .header-center25 {
    order: 1;
    width: 100%;
    margin-bottom: 0.5em;
  }

  .header-right25 {
    display: none; /* Hide phone number on small screens */
  }
}

/* hero illustration */

.hero-wrapper {
  position: relative;
  height: 450px;
  overflow: hidden;
}


@media (max-width: 500px) {
.hero-wrapper {
  height: 215px;
}
h1 {font-size:1.1em; 
}
}

.hero-wrapper picture,
.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img {
  object-fit: cover;
  object-position: center center; /* &lt;-- this centers vertically and horizontally */
}

/* Sidebar CTA */
.sidebar-cta {
  padding: 0;
  background-size: auto;
  font-size: 1.2em;
  color: #fff;
  border: 1px solid silver;
  border-bottom: none;
  opacity: 0.9;
  text-align: center;
  border-radius:10px 10px 0 0;
}

#cta-headline {
  width: 220px;
  margin: 10px auto;
  line-height: 1.2em;
}

.side-cta-btn {
  background-color: #faf7ef;
  padding: 10px 20px;
  position: absolute;
  bottom: 12px;
  left: 45px;
  font-size: 22px;
  color: #3b392b;
  border: 1px solid gray;
  border-radius: 10px;
  text-decoration: none;
  width:170px;
}

.side-cta-btn:hover {
color:#000;
background-color:#ffd580;
}

.inline-cta {
  border-top: 2px solid #c84404;
  border-bottom: 2px solid #d2691e;
  background-color: #fffdf8;
  padding: 1.5em;
  text-align: center;
  margin: 2em 0;
  padding-bottom:.5em;
}

.inline-cta h3 {
  margin-top: 0;
  font-size: 1.4em;
  color: #3b2f2f;
}

.cta-btn {
  color: #fff !important;
  text-decoration: none;;
  vertical-align: baseline;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  background-color: #c84404;
  border: 1px solid #c84404;
  border-radius: 10px;
  padding: 10px 20px;
}

.cta-btn:hover {
color:#fff !important;
text-decoration:underline;
text-underline-offset: 2px;
}

/* Headings */
h1, h2, h3 {
  color: #c84404;
  margin: 0 0 10px;
  line-height: 1.1;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; margin-top: 12px; }
h3 { font-size: 1.2em; }

@media (max-width: 768px) {
h1, h2 { font-size: 1.2em; 
	 line-height:1.2
	 }
}

/* Footer */
footer, #aboutus {
  background-color: #f7f7f7;
  padding: 0 40px 40px;
}

footer {
  background-color: #d2691e;
  color: #fff;
  text-align: center;
  padding:20px 0;
  font-size: 26px;
}

.footer-text {
color:#000;
text-align:center; 
margin-bottom:40px;
}



/* Fish & Bubble Animation Zone */
.swim-zone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.fish {
  position: absolute;
  top: auto;      /* Let JS take over this */
  bottom: auto;   /* Prevent any bottom interference */
  opacity: 1;
  animation: swimRight 20s linear infinite;
}

.fish-slow { animation-duration: 20s; }
.fish-medium { animation-duration: 15s; }
.fish-fast { animation-duration: 8s; }
/* sunfish */
.far {
  filter: brightness(1);;
  width: 120px;
}
/* walley */
.mid {
  filter: brightness(1);
  width: 300px;
}
/* trout */
.close {
  filter: brightness(.7);
  opacity: .3;
  width: 240px;
}

.fish3 {
  animation: swimLeft 18s linear infinite;
  /* will-change: transform, left; */
}

@keyframes swimRight {
  0% { left: -200px; }
  100% { left: 110%; }
}

@keyframes swimLeft {
  0% {
    left: 100%;          /* start just off the right edge */
    transform: translateX(0);
  }
  100% {
    left: 0;
    transform: translateX(-120%); /* move full width past left edge */
  }
}

/* Bubble Animation */
.bubble {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  animation: rise 5s linear infinite;
}

@keyframes rise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translateY(-800px) scale(0.5);
    opacity: 0;
  }
}

@media (max-width: 822px) {
  .swim-zone {
    display: none;
  }
}

@media (max-width: 1025px) {
  .sidebar {
    display: none;
  }
}
a:hover {color:blue !important; }