

            @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
            @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
          
            :root {

                --heading: #2b2a28;  
                --body: #000;  
                --primary: #2b2a28;          
                --primary-dark: #0d0c0a;
                --primary-light: #494846;
                --accent: #f8af41;
                --accent-dark: #da9123;
                --accent-light: #ffcd5f;
                --success: #44ad23;
                --success-dark: #268f05;
                --success-light: #62cb41;
                --secondary: #de1f2f;
                --secondary-dark: #c00111;
                --secondary-light: #fc3d4d;
                --info: #0f2de3;
                --info-dark: #000fc5;
                --info-light: #2d4bff;
                --caution: #F8AE40;
                --caution-dark: #da9022;
                --caution-light: #ffcc5e;
                --error: #de1f2f;
                --error-dark: #c00111;
                --error-light: #fc3d4d;
                --black: #000000;
                --white: #fff;
                --dark-1: #1e1e1e;
                --dark-2: #3c3c3c;
                --dark-3: #5a5a5a;
                --gray-1: #787878;
                --gray-2: #969696;
                --gray-3: #b4b4b4;
                --gray-4: #d2d2d2;
                --light-1: #dcdcdc;
                --light-2: #e6e6e6;
                --light-3:  #f0f0f0;               

                --body-font-family:    Inter;
                --heading-font-family:    Inter;

                --bs-blue: #2b2a28;          
                --bs-indigo: #0f2de3;
                --bs-purple: #0f2de3;
                --bs-pink: #0f2de3;
                --bs-red: #de1f2f;
                --bs-orange: #F8AE40;
                --bs-yellow: #F8AE40;
                --bs-green: #44ad23;
                --bs-teal: #2b2a28;          
                --bs-cyan: #2b2a28;          
                --bs-white: #fff;
                --bs-gray: #1e1e1e;
                --bs-gray-dark: #1e1e1e;
                --bs-primary: #2b2a28;          
                --bs-secondary: #de1f2f;
                --bs-success: #44ad23;
                --bs-info: #2b2a28;          
                --bs-warning: #F8AE40;
                --bs-danger: #de1f2f;
                --bs-light: #de1f2f;
                --bs-dark: #1e1e1e;
                --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
                "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
                "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
                "Liberation Mono", "Courier New", monospace;
                --bs-gradient: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.15),
                rgba(255, 255, 255, 0)
                );


            }

            body {
                font-family: var(--body-font-family);
                font-size: 18px;
                color:  #000;
            }

            a {
                color: #de1f2f;
            }

            a:hover {
                color: #c00111;
            }            

              .footer-copyright {
                background-color: white !important;
              }

              .footer-copyright * {
                color: var(--heading) !important;
              }

            img {
              max-width: 100%;
            }

            a {
              display: inline-block;
            }

            a,
            button,
            a:hover,
            a:focus,
            input:focus,
            textarea:focus,
            button:focus {
              text-decoration: none;
              outline: none;
            }

            ul,
            ol {
              margin: 0px;
              padding: 0px;
              list-style-type: none;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
              font-weight: 600;
              color: var(--heading);
              font-family: var(--heading-font-family);
            }

            h1,
            .h1 {
              font-size: 32px;
              line-height: 1.25;
            }

            h2,
            .h2 {
              font-size: 26px;
              line-height: 1.25;
            }

            h3,
            .h3 {
              font-size: 22px;
              line-height: 1.25;
            }

            h4,
            .h4 {
              font-size: 20px;
              line-height: 1.25;
            }

            h5,
            .h5 {
              font-size: 19px;
              line-height: 1.25;
            }

            h6,
            .h6 {
              font-size: 19px;
              line-height: 1.25;
            }

            .display-1 {
              font-size: 5.5em;
              line-height: 1.25;
            }

            .display-2 {
              font-size: 4.75em;
              line-height: 1.25;
            }

            .display-3 {
              font-size: 4em;
              line-height: 1.25;
            }

            .display-4 {
              font-size: 3.25em;
              line-height: 1.25;
            }

            p {
              line-height: 1.5;
              color: var(--body);
            }

            .text-small {
              font-size: 0.875em;
              line-height: 1.5;
            }

            .text-lg {
              font-size: 1.15em;
              line-height: 1.5;
            }

            .bg_cover {
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
            }

            @media (max-width: 767px) {
              .container {
                padding-left: 20px;
                padding-right: 20px;
              }
            }

            .btn {
              font-weight: bold;
              font-size: 16px;
              line-height: 20px;
              text-align: center;
              letter-spacing: 0.08em;
              text-transform: uppercase;
              padding: 12px 24px;
              border-radius: 4px;
              border: 1px solid transparent;
            }
            .btn:hover {
              background-color: #c00111;
              border-color: #c00111;
            }

            .btn-primary:hover {
              background-color: #c00111;
              border-color: #c00111;
            }

            .btn:focus {
              box-shadow: none;
              outline: none;
            }
            .btn.btn-lg {
              font-size: 1.15em;
              padding: 16px 24px;
            }
            .btn.btn-sm {
              padding: 8px 16px;
            }
            .btn.square {
              border-radius: 0px;
            }
            .btn.semi-rounded {
              border-radius: 12px;
            }
            .btn.rounded-full {
              border-radius: 50px;
            }
            .btn.icon-left span,
            .btn.icon-left i {
              margin-right: 8px;
            }
            .btn.icon-right span,
            .btn.icon-right i {
              margin-left: 8px;
            }
            .btn.icon-btn {
              width: 48px;
              height: 48px;
              padding: 0;
              line-height: 48px;
            }
            .btn.icon-btn.btn-lg {
              width: 56px;
              height: 56px;
              line-height: 56px;
            }
            .btn.icon-btn.btn-sm {
              width: 40px;
              height: 40px;
              line-height: 40px;
            }  

            .btn:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }            

            .btn:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }                          

            nav.navbar img, .footer-logo img, .footer-area .logo img {
              // height: 60px !important;
              // width:  auto !important;

            max-width: 200px;
            max-height: 60px;

            }    

            .footer-area.footer-four .footer-logo img, .footer-area.footer-nine .footer-logo img {
                height: auto !important;
                width: auto !important;
            }  

            div.days, div.hours, div.minutes, div.seconds {
              text-align: center;
              color:  black;
            }

            p.day-count, p.hour-count, p.minute-count, p.second-count {
              font-size: 32px;
              margin:  0;
              font-weight: bold;
            }

            p.day-text, p.hour-text, p.minute-text, p.second-text {
              font-size: 16px;
              font-weight: bold;
            }

            div.days, div.hours, div.minutes, div.seconds {

            }

            #countdown {

            padding: 0 10%;
                
            }   

            .navbar .navbar-toggler .toggler-icon {
                width: 20px !important;
            }          

            .file_download img {
                border: 1px solid var(--primary);
            }       

            button, button:active, button:focus, button:hover, .btn, .btn:hover, .btn:focus, .btn:active {
                border: none;
            }

            .rte ul {
                margin: 20px;
            }

            .rte ul li {
                list-style: disc;
            }         

            blockquote {
                border-left: 3px solid #ccc;
                padding: 20px;
                margin-bottom: 20px;
                background: #f2f2f2;
            }   

            blockquote p:last-of-type {
                margin-bottom: 0;
            }

            form #website{ display:none; }

                        

                        

            body#home {
background: #f2f2f2;
}

.btn, .btn-primary, .btn-sm {
letter-spacing: 0px !important;
text-transform: none !important;
background: #005c98 !important;
border: none !important;
}

.btn:hover, .btn:focus, .btn:active {
background: #de1f2f !important;
}

.facebook {
background: #1877F2 !important;
}

.nav-item {
font-size: 16px !important;
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li {
width: 100% !important;
}

.copyright p {
font-size: 16px;
}

h1,h2 {
font-family: 'Playfair Display' !important;
text-transform: uppercase !important;
font-weight: normal !important;
}

h2 {
font-weight: normal !important;
}

h3, h4, h5, h6 {
font-weight: bold !important;
text-transform: none !important;
}

h3 {
margin-bottom: 10px;
}

p {
margin-bottom: 20px;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
font-weight: normal !important;
}

.body-font {
font-family: var(--body-font-family) !important;
}

.heading-font {
font-family: var(--heading-font-family) !important;
}

/* Style all ULs not inside a <nav> */
ul:not(nav ul) {
list-style-type: disc;
margin: 20px;
}

/* Style all LI elements not inside a <nav> */
ul:not(nav ul) li {
margin-left: 10px;
margin-bottom: 4px;
}

ul.product-thumbs, ul.product-thumbs li {
margin: 0 !important;
padding: 0 !important;
}

body#home #coach-hire {
scroll-margin-top: 100px;
margin-top: -90px;
position: relative;
z-index: 97 !important;
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item a::before {
display: none !important;
}

.navbar-area.navbar-five .navbar .navbar-collapse {
z-index: 999 !important;
}

/* Default (>=1200px) keep absolute */
.hero-offset-img-wrapper {
position: absolute;
z-index: 2;
right: 0;
width: 50%;
}

/* Below xl (<1200px) switch to relative */
@media (max-width: 1199.98px) {
.hero-offset-img-wrapper {
position: relative !important;
width: 100%; /* optional, adjust if needed */
right: auto;
}
.hero-offset-img-wrapper img {
width: 100% !important;
}
}

/* Default for xl and up (>=1200px): background column behaves as side image */
.bg-side {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 41.6667%; /* col-5 = 5/12 */
background: url("/images/acklams-holidays.jpg") no-repeat center center;
background-size: cover;
}

/* Content column on xl+ pushes right */
.content-side {
margin-left: 41.6667%;
width: 58.3333%; /* col-7 */
}

/* Below xl (<1200px): treat background like a normal inline block */
@media (max-width: 1199.98px) {
.bg-side {
position: relative;
width: 100%;
height: 600px; /* adjust for desired height */
}
.content-side {
margin-left: 0;
width: 100%;
}
}

/* Default for xl and up (>=1200px): background column behaves as side image */
.bg-side-right {
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 41.6667%; /* col-5 */
background: url("/images/acklams-concerts.jpg") no-repeat center center;
background-size: cover;
}

.content-side-left {
width: 58.3333%; /* col-7 */
margin-right: 41.6667%; /* push left content away from bg */
}

/* Below xl (<1200px): treat background like a normal inline block */
@media (max-width: 1199.98px) {
.bg-side-right {
position: relative;
width: 100%;
height: 600px; /* adjust for desired mobile height */
}
.content-side-left {
margin-right: 0;
width: 100%;
}
}            

        