/* Control variables via utilities folder */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  background-color: #8BB2BC;
  color: #000000;
  margin: 0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://cdn.greenphoenixny.com/boriken/uploads/2026/05/global-bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}

h1, h2, h3, h4, .smug-logo-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #7F807B;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
}

h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
}

.band-nav-container {
  background: url("https://cdn.greenphoenixny.com/smugbrothers/uploads/2026/05/nav-bg.jpg") center center/cover no-repeat;
  padding: 10px 0;
  position: relative;
  border-bottom: 2px solid #000;
}
.band-nav-container .smug-logo-text {
  font-size: 2rem;
  text-decoration: none !important;
  display: inline-block;
}
.band-nav-container .smug-logo-text:hover {
  color: #7F807B !important;
}
.band-nav-container .navbar-nav li a {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
.band-nav-container .navbar-nav li a:hover {
  color: #EC9D1E !important;
}
@media screen and (max-width: 1199px) {
  .band-nav-container .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #16203e;
    padding: 20px 0;
    z-index: 999;
    border-bottom: 3px solid #000;
  }
  .band-nav-container .navbar-collapse .navbar-nav {
    text-align: center;
    margin: 0 !important;
  }
  .band-nav-container .navbar-collapse .navbar-nav li {
    padding: 10px 0;
  }
}

section.hero-section {
  position: relative;
  height: 60vh;
  overflow: hidden;
  background: #8BB2BC;
}
section.hero-section .hero-slider, section.hero-section .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  section.hero-section .hero-slider, section.hero-section .hero-slide {
    background-size: cover !important;
  }
}
section.hero-section .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
section.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(37, 51, 107, 0.8) 0%, rgba(37, 51, 107, 0) 100%);
  z-index: 2;
}
section.hero-section .hero-content-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
}
section.hero-section h1 {
  font-size: clamp(3rem, 8vw, 6rem);
}

.content-section {
  background: transparent;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-section {
    padding: 60px 20px !important;
  }
  .content-section .entry-content, .content-section p, .content-section ul, .content-section ol {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content-section ul, .content-section ol {
    padding-left: 0 !important;
    list-style-position: inside;
  }
}
.content-section .section-featured-img {
  max-width: 800px;
  height: auto;
  margin: 0 auto 40px auto;
  display: block;
  border: 3px solid #000;
}
.content-section h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
.content-section .entry-content {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.btn-primary, .frm_submit input[type=submit] {
  background-color: #EC9D1E !important;
  color: #000 !important;
  font-weight: 900;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.btn-primary:hover, .frm_submit input[type=submit]:hover {
  background-color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 5px 5px 0px #000;
}

.frm_forms .frm_primary_label {
  color: #fff !important;
  font-weight: 700;
}
.frm_forms input, .frm_forms textarea {
  border-radius: 0 !important;
  border: 2px solid #000 !important;
}

.social-cta-section {
  padding: 80px 0;
  background: transparent;
  text-align: center;
}
.social-cta-section h3 {
  margin-bottom: 40px;
  color: #7F807B;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
}
.social-cta-section .social-icon {
  font-size: 3.5rem;
  color: #ffffff !important;
  margin: 15px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-cta-section .social-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}
.social-cta-section .social-icon i {
  color: inherit;
}
.social-cta-section .social-icon:hover {
  color: #EC9D1E !important;
  transform: scale(1.2) rotate(5deg);
}
.social-cta-section .social-icon:hover svg {
  fill: currentColor;
}

.custom-footer {
  background: url("https://cdn.greenphoenixny.com/boriken/uploads/2026/05/footer.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  border-top: 4px solid #000;
  color: #fff;
}/*# sourceMappingURL=custom-styles.css.map */