.eb-fe {
    /* ---- Design tokens (shared across events + portal + booking) ---- */
    --eb-fe-accent:        #c02f2f;
    --eb-fe-accent-hover:  #df4040;
    --eb-fe-accent-light:  #fdf0f0;
    --eb-fe-accent-shadow: rgba(223, 64, 64, 0.15);
    --eb-fe-text:          #1a1a1a;
    --eb-fe-muted:         #5a6070;
    --eb-fe-border:        #c8cdd8;
    --eb-fe-border-light:  #e2e6f0;
    --eb-fe-surface:       #ffffff;
    --eb-fe-bg:            #f5f6f9;
    --eb-fe-bg-hover:      #ede8e8;
    --eb-fe-slot-bg:       #f8f9fb;
    --eb-fe-slot-hover:    #fdf0f0;
    --eb-fe-slot-border:   #d8dce8;
    --eb-fe-unavail:       #f0f1f5;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--eb-fe-text);

    margin-bottom:50px;
}

body {
    font-size:15px;
    text-wrap:pretty;
}

h1 {
    color:#2D2424;
    font-size: 60px;
}

h2, .tx-powermail .powermail_legend, .powermail_fieldwrap_type_text.layout2 {
    color:#2D2424;
    font-size: 40px;
}

h3, .powermail_fieldwrap_type_text.layout3 {
    color:#2D2424;
    font-size: 30px;
}

h4 { 
    font-size: 25px;
    color:#2D2424;
}

p {
    color:rgb(110, 110, 110);
}

a {
  /* PLEASE DEFINE */
}

a:hover {
    /* PLEASE DEFINE */
}


/* CUSTOM BUTTON STYLES FOR RTE */
.btn.btn-custom-1 {
    color: #ffffff ;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #091F47;
    min-width:130px;
}

.btn-custom-1:hover {
    background-color:#1d458f;
}

.btn.btn-custom-2 {
    color: #000000 ;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #838383;
    min-width:130px;
}

.btn-custom-2:hover {
    background-color:#e2e2e2;
}

.btn.btn-custom-3 {
    color: #091F47;
    border-width: 8px;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: white;
    min-width:130px;
}

.btn-custom-3:hover {
    background-color:#bdbdbd;
}


.logo {
    height:auto;
}

.header-section-wrapper {
    background-color:#1a1a1a;
}

.menu-section-inner-wrapper {
    width:1440px; /* default site width */
    max-width:90%; /* default site margin, for responsive / smaller screens */
    margin:auto;
    padding-top:10px;
    padding-bottom:10px;
    
}

/** Menu Styles */
.navbar-light .navbar-nav .nav-link {
    color:white;
    font-weight:700;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item.active .nav-link {
    color:#df4040;
}

.main-content {
    min-height:767px;
    padding-bottom:100px;
    padding-top:100px;
}

.main-content > div {
    width: 1440px; /* default site width */
    max-width: 90%; /* default site margin, for responsive / smaller screens */
    
}

.flexslider {
    background-color:inherit;
    border:none;
    overflow:hidden;
}

/* ===== FELOGIN BLOCK ===== */

#c1.frame-type-felogin_login {
    width: 460px;
    max-width:100%;
    margin: 50px auto;
    padding: 0;
}

/* Error heading (h3) */
#c1.frame-type-felogin_login h3 {
    color: #df4040;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Error message paragraph */
#c1.frame-type-felogin_login p {
    color: #cccccc;
    background-color: #2a1a1a;
    border-left: 4px solid #df4040;
    padding: 12px 15px;
    border-radius: 0 3px 3px 0;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
}

/* Fieldset card */
#c1.frame-type-felogin_login fieldset {
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 30px 35px;
    background-color: #1a1a1a;
    margin: 0;
    color:white;
}

#c1.frame-type-felogin_login legend {
    display:none;
}

/* Row divs inside fieldset */
#c1.frame-type-felogin_login fieldset > div {
    margin-bottom: 18px;
}

#c1.frame-type-felogin_login fieldset > div:last-child {
    margin-bottom: 0;
}

/* Labels */
#c1.frame-type-felogin_login label {
    display: block;
    color: #cccccc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Text & password inputs */
#c1.frame-type-felogin_login input[type="text"],
#c1.frame-type-felogin_login input[type="password"] {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 10px 12px;
    background-color: #2d2d2d;
    border: 1px solid #444444;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

#c1.frame-type-felogin_login input[type="text"]:focus,
#c1.frame-type-felogin_login input[type="password"]:focus {
    outline: none;
    border-color: #df4040;
}

/* Submit button */
#c1.frame-type-felogin_login input[type="submit"] {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #df4040;
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#c1.frame-type-felogin_login input[type="submit"]:hover {
    background-color: #c02f2f;
}

/* Hide logintype div */
.felogin-hidden {
    display: none;
}

.footer p {
    color:white;
}

.footer {
    padding-top:25px;
    min-height:50px;
    background-color: #1a1a1a;
    color:white;
}

/* ===== PEAK FOOTER ===== */

/* ===== PEAK FOOTER ===== */

.footer {
    background-color: #1a1a1a;
    color: white;
    border-top: 3px solid #df4040;
    padding: 0;
    overflow: hidden;
}

.peak-footer-inner {
    display: grid;
    grid-template-columns: 180px 1fr 1fr 1fr;
    gap: 2.5rem;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
    padding: 2.5rem 0;
}

.peak-footer-book-btn-wrapper {
    text-align: center;
    padding-bottom: 1.5rem;
}

.peak-footer-copyright {
    border-top: 1px solid #333;
    padding: 1rem 0;
    width: 1440px;
    max-width: 90%;
    margin: 0 auto;
}

.peak-footer-copyright p {
    color: #888;
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.peak-footer-copyright a {
    color: #888;
}

.peak-footer-copyright img {
    height: 16px;
    width: auto;
    vertical-align: middle;
    opacity: 0.6;
}

/* Brand column */
.peak-footer-logo {
    display: block;
    width: 150px;
    height: auto;
    margin-bottom: 1rem;
}

.peak-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 0.5rem;
}

.peak-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #444;
    border-radius: 50%;
    color: #cccccc;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.peak-footer-social a:hover {
    color: #df4040;
    border-color: #df4040;
}

.peak-footer-social svg {
    width: 16px;
    height: 16px;
}

/* Red headings */
.peak-footer-heading {
    color: #df4040;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0.85rem;
}

/* Contact list with icons */
.peak-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.peak-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.6;
    color: #aaaaaa;
}

.peak-footer-contact-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: #ffffff;
}

.peak-footer-contact-icon svg {
    width: 16px;
    height: 16px;
}

.peak-footer-contact-list strong {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.peak-footer-contact-list a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.peak-footer-contact-list a:hover {
    color: #df4040;
}

/* Plain link lists */
.peak-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.peak-footer-list li {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.35rem;
}

.peak-footer-list strong {
    color: #ffffff;
}

.peak-footer-list a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.peak-footer-list a:hover {
    color: #df4040;
}

/* Book a Camp button */
.peak-footer-book-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #df4040;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    margin-bottom: 30px;
}

.peak-footer-book-btn:hover {
    background-color: #c02f2f;
    color: #ffffff;
}

@media (max-width:767.98px) {
    .navbar{
        background-color:black;
    }

    .navbar .fas.fa-bars {
        color:white;
    }

}

/* Responsive */
@media (max-width: 900px) {
    .peak-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .peak-footer-inner {
        grid-template-columns: 1fr;
    }
}