/*control your varialbes via the _variables.scss file in utilities folder*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap");
/* GENERAL */
body, html {
  overflow-x: hidden !important;
}

body {
  width: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, a, .btn {
  font-family: "Source Sans Pro", sans-serif;
}

.section-header span {
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}

.seo-icon {
  font-size: 0;
}

.btn-primary {
  background-color: #770000 !important;
  border-color: #770000 !important;
  border-radius: 25px;
  padding: 15px 30px;
  color: white !important;
}
.btn-primary:hover {
  background-color: #110000 !important;
  border-color: #110000 !important;
  color: white !important;
}

.btn-secondary {
  background-color: #434240 !important;
  border-radius: 25px;
  color: white !important;
  padding: 15px 30px;
}
.btn-secondary:hover {
  background-color: rgb(14.8320610687, 14.6106870229, 14.1679389313) !important;
  border-color: rgb(14.8320610687, 14.6106870229, 14.1679389313) !important;
  color: white !important;
}

input, textarea {
  width: 100% !important;
}

.navbar-toggler {
  color: black !important;
  margin-bottom: 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(7, 33, 0, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* HEADER / NAVBAR */
header {
    height: auto;
    background-color: white;
    padding: 20px;
}
header .container-fluid {
  width: 85% !important; /* More natural width for the container */
  max-width: 1200px; /* Constrain width on larger screens for balance */
  margin: 0 auto; /* Center container */
}
header .container-fluid nav.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Space between logo and links */
  padding: 0 1rem !important;
}
header .container-fluid nav.navbar a.navbar-brand {
  padding-left: 0 !important; /* Remove excess padding on logo */
  margin-right: 20px; /* Space between logo and links */
}
header .container-fluid nav.navbar #navbarNavDropdown ul#menu-main-nav {
  display: flex;
  justify-content: flex-end; /* Right align the links */
  align-items: center;
  margin-left: auto; /* Push the links to the right side */
  padding: 0;
  margin: 0;
}
header .container-fluid nav.navbar #navbarNavDropdown ul#menu-main-nav li {
  padding: 0 20px !important; /* Adjust spacing between links */
  list-style: none;
}
header .container-fluid nav.navbar #navbarNavDropdown ul#menu-main-nav li a {
  color: white !important;
  padding: 0; /* Remove excess padding */
}

.navbar img {
  max-width: 300px; /* Adjust logo size */
  height: auto;
}

/* Make sure the navbar links stack on mobile */
@media (max-width: 768px) {
  .container-fluid {
    width: 95% !important; /* Full width on mobile */
  }
  nav.navbar {
    flex-direction: column;
    align-items: center; /* Center logo and links on mobile */
  }
  #navbarNavDropdown ul#menu-main-nav {
    flex-direction: column; /* Stack the links vertically on mobile */
  }
  #navbarNavDropdown ul#menu-main-nav li {
    padding: 10px 0 !important; /* Add space between stacked links */
  }
  .navbar img {
    margin-bottom: 15px; /* Space between logo and links */
  }
  header .container-fluid nav.navbar a.navbar-brand {
    margin-right: 0px;
  }
}
/* HERO */
.hero-info {
  width: 100%;
  margin: 2.5% auto;
  color: white;
  display: inline-block;
  text-align: center;
}
.hero-info h4 {
  font-size: 2.75rem;
  padding-top: 25px;
  line-height: 1.75;
}
.hero-info a.btn {
  margin: 35px auto 0;
  font-size: 1.5rem;
}

/* THREE BOX / SPECIALS SECTIONS */
section.three-box-specials-section div.three-boxes {
  z-index: 100;
}
section.three-box-specials-section div.three-boxes #page-box:hover {
  background-color: rgba(231, 179, 23, 0.75);
  transition: 1s;
}

section.download-section {
  background-color: #efe2d1;
}

.three-box-overlay {
  z-index: 100;
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 35px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3.5%;
  width: calc(100% - 30px);
}
.three-box-overlay p {
  text-align: center;
  font-weight: 750;
  color: white !important;
}
.three-box-overlay p:hover {
  color: whitesmoke !important;
  text-decoration: none !important;
}

.specials {
  margin-top: 10vh;
}
.specials .special-box:hover {
  background-color: rgba(15, 44, 44, 0.75);
  transition: 1s;
}
.specials .special-box .specials-overlay {
  z-index: 100;
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  margin-top: -250px;
  min-height: 250px;
  padding-top: 5%;
  width: calc(100% - 30px);
}
.specials .special-box .specials-overlay h3 {
  text-align: center;
  font-size: 2.5rem !important;
  color: white !important;
}
.specials .special-box .specials-overlay h3:hover {
  text-decoration: none !important;
}
.specials .special-box .specials-overlay p {
  text-align: center;
  font-size: 1.5rem !important;
  color: white !important;
  padding-top: 25px;
}
.specials .special-box .specials-overlay p:hover {
  text-decoration: none !important;
}
.specials .container > a.btn {
  margin: 30px auto 0 !important;
  display: block;
  width: 30%;
  padding: 25px 50px;
  border-radius: 25px;
}

/* FOOTER */
.footer-copyright-section {
  padding: 20px 0 !important;
}
.footer-copyright-section .footer-sec {
  text-align: center;
}
.footer-copyright-section .footer-sec .footer-sec-text {
  margin-top: 30px;
}
.footer-copyright-section .footer-sec .footer-sec-text .footer-social i {
  color: #205831 !important;
  padding: 0 5px;
}

/* Disable parallax on smaller screens */
@media only screen and (max-width: 768px) {
  .footer-copyright-section {
    background-size: auto;
  }
}
.footer-copyright-section h2 {
  color: #205831;
}

.footer-copyright-section p {
  color: rgb(39, 39, 39);
}

/* PAGES */
body.page section.page-hero, body.blog section.page-hero {
  background-image: url("https://cdn.greenphoenixny.com/firelake/uploads/2024/09/bg-fire.jpg");
  background-size: cover;
  background-position: center center;
}
body.page section.page-hero .container h1, body.blog section.page-hero .container h1 {
  text-align: center;
  color: white;
}

main#page article.post .entry-title {
  text-transform: capitalize;
  margin-bottom: 25px;
}

section .menu-contain {
  padding: 10px 0 !important;
}
section .menu-contain .row {
  max-width: 1250px !important;
}
section .menu-contain .row div > h3 {
  color: #434240 !important;
  font-style: oblique;
}
section .menu-contain .row div > h4 {
  font-weight: bolder;
  text-decoration: underline !important;
}
section .menu-contain .row div > h5 {
  color: #257070 !important;
  text-decoration: underline !important;
}

/* MOBILE STYLES */
@media screen and (max-width: 575px) {
  .three-boxes .col-sm-4 {
    margin-top: 15px;
  }
  .three-boxes .col-sm-4 img {
    width: 100% !important;
  }
  .three-boxes .col-sm-4 .three-box-overlay {
    padding-top: 1.5% !important;
  }
  .specials .container a.btn-secondary {
    margin-top: 125px !important;
    width: 80% !important;
  }
  .specials .container .specials-overlay {
    margin-top: -50px !important;
    min-height: 100px !important;
    padding-top: 5% !important;
  }
  .specials .container .specials-overlay h3 {
    font-size: 1.75rem !important;
  }
  .specials .container .specials-overlay p {
    font-size: 1.25rem !important;
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 899px) {
  header .container-fluid {
    width: 100% !important;
  }
  .hero-info {
    margin: 7.5% auto !important;
  }
  #about-text {
    width: 85% !important;
    margin: 5% auto !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 1049px) {
  section.hero-section {
    background-position: center;
  }
}
@media screen and (max-width: 1199px) {
  #navbarNavDropdown {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  a.nav-link {
    display: inline-block !important;
    position: relative !important;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  a.nav-link:hover {
    opacity: 1;
  }
  a.nav-link:before {
    transition: 0.3s;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #FFFFFF;
    width: 0%;
    bottom: 7.5px;
  }
  a.nav-link:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  header .container-fluid {
    width: 100% !important;
  }
  header .container-fluid nav.navbar #navbarNavDropdown ul#menu-main-nav li {
    padding: 0 40px !important;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1750px) {
  header .container-fluid {
    width: 85% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) and (min-height: 1024px) and (max-width: 1250px) and (orientation: portrait) {
  .specials .container > a.btn-secondary {
    width: 65% !important;
    font-size: 1.25rem !important;
  }
  .specials .specials-overlay {
    margin-top: -175px;
    min-height: 175px;
  }
}
.about-section {
  position: relative;
  overflow: hidden;
  color: white;
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#47A83D;
}

.parallax-bg {
  background-image: url("https://cdn.greenphoenixny.com/culvercircle/images/whitey.png");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
  z-index: -1;
  opacity: 1; /* Adjust opacity if needed */
}

.about-section .container {
  position: relative;
  z-index: 2;
}

.about-section h2 {
  color: white;
  font-weight: 800;
  font-size: 45px;
}

/* Make sure the parallax works well on mobile */
@media (max-width: 768px) {
  .parallax-bg {
    background-attachment: scroll;
  }
}
.three-box-specials-section {
  padding: 100px 0; /* Increased padding for more space on desktop */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box {
  margin-bottom: 30px; /* Spacing between boxes on mobile */
}

.a-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px; /* Rounded corners */
  text-align: center;
  color: white; /* Ensures the text is always visible */
  transition: transform 0.3s ease;
}

.a-box img {
  width: 100%;
  height: 100%; /* Ensure image fills the box */
  display: block;
  border-radius: 8px; /* Rounded corners */
  transition: transform 0.3s ease;
}

.three-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Ensure the overlay covers the entire box */
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px; /* Rounded corners */
  z-index: 1;
  transition: background 0.3s ease;
}

.three-box-overlay p {
  z-index: 2;
  margin: 0;
  font-size: 36px; /* Increase font size for better visibility */
  font-weight: bold;
}

.a-box:hover .three-box-overlay {
  background: rgba(0, 0, 0, 0.3); /* Lighten the overlay on hover */
}

.a-box:hover img {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    align-items: center;
  }
  .page-box {
    max-width: 90%; /* Adjust as needed for mobile */
  }
  .three-box-specials-section {
    padding: 50px 0; /* Reduce padding on mobile for better spacing */
  }
}
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; /* Allow better scaling for mobile */
}

.hero-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-slide.active {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
}

.hero-info {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 90%; /* Ensure it doesn't go edge-to-edge on mobile */
  padding: 0 15px; /* Add some padding on mobile */
}

.hero-logo {
  max-width: 60%; /* Adjust size for better visibility on mobile */
  width: 100%;
  height: auto;
  animation: fadeIn 2s ease-in-out forwards; /* Fade-in animation */
  opacity: 0;
}

.hero-button {
  margin-top: 20px;
  animation: fadeIn 2s ease-in-out forwards 2s; /* Delayed fade-in for the button */
  opacity: 0;
}

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
  .hero-section {
    height: 80vh; /* Reduce height on mobile for better fitting */
  }
  .hero-logo {
    max-width: 80%; /* Further reduce logo size on smaller screens */
  }
  .hero-info {
    padding: 0 20px; /* Ensure padding on all sides on mobile */
  }
}
.page-content {
  background-color: white;
  color: black;
}

.menu-section {
  margin: 30px 0;
}

.menu-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #137C4A;
}

.menu-item {
  margin-bottom: 10px;
}

.item-name {
  font-weight: bold;
}

.item-description {
  font-style: italic;
  color: #6c757d;
}

.menu-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.menu-flex > div {
  flex: 1 1 45%; /* Adjusts item width */
}

@media (max-width: 768px) {
  .menu-flex > div {
    flex: 1 1 100%;
  }
}
.btn-32,
.btn-32 *,
.btn-32 :after,
.btn-32 :before,
.btn-32:after,
.btn-32:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-32 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  text-transform: uppercase;
}

.btn-32:disabled {
  cursor: default;
}

.btn-32:-moz-focusring {
  outline: auto;
}

.btn-32 svg {
  display: block;
  vertical-align: middle;
}

.btn-32 [hidden] {
  display: none;
}

.btn-32 {
  background: #DF2622;
  border-color: #FBA910;
  color: #fff;
  -webkit-mask-image: none;
  outline: 1px solid #fff;
  padding: 20px 45px;
  transition: border-width 0.2s;
}

.btn-32:hover {
  border-width: 8px;
    color: #fff;

}

.footer-logo {
  max-width: 30%; /* Adjust size for better visibility on mobile */
  width: 100%;
  height: auto;
  animation: fadeIn 2s ease-in-out forwards; /* Fade-in animation */
  opacity: 0;
}

/* Mobile version: Make the logo 80% wide */
@media only screen and (max-width: 768px) {
  .footer-logo {
    max-width: 80%; /* Set the logo width to 80% on mobile */
  }
}
/* Keyframes for flip-in effect */
@keyframes flipIn {
  0% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
/* Animate the logo */
.hero-logo {
  animation: flipIn 1.5s ease-out forwards;
}

/* Animate the button */
.btn-32 {
  animation: flipIn 2s ease-out forwards; /* Slight delay compared to the logo */
  animation-delay: 0.5s;
  transform-origin: center;
  opacity: 0; /* Initially hidden */
}

.menu-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.menu-column {
  flex: 1 1 45%; /* Adjust the 45% to control the column width */
  box-sizing: border-box;
  padding: 10px;
}

.menu-column h3 {
  margin-top: 0;
}

.menu-column p {
  margin-bottom: 15px;
}/*# sourceMappingURL=custom-styles.css.map */

.heroa a {
  color:white;
}

.heroa a:hover {
  color:#FBA910;
}