.elementor-kit-9{--e-global-color-primary:#33B7B9;--e-global-color-secondary:#F6C000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E50041;--e-global-color-green:#53B99E;--e-global-color-blue:#0A92D2;--e-global-color-lime_green:#C8D400;--e-global-color-site_teal:#33B7B9;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"ebony";--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#020202;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-lime_green );font-family:"ebony", Sans-serif;font-weight:700;color:#000000;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Font Clamp */

html { font-size: 100%; } /* Default is always 16px */


.xlarge :is(h1, h2, h3, h4, h5, h6, p) {font-size: clamp(2.8rem, 1.42951rem + 5.77049vw, 7.2rem);
font-family: "Changa" !important;

}

.large :is(h1, h2, h3, h4, h5, h6, p) {font-size: clamp(4rem, 2.19344rem + 7.60656vw, 9.8rem);
    line-height: 1em;
    font-family: "Kestrel-Script" !important;
    font-weight: "500"!important;
    
}

.medium :is(h1, h2, h3, h4, h5, h6, p) {font-size: clamp(1.3rem, 1.20656rem + 0.39344vw, 1.6rem);
font-weight: "500" !important;
font-family: "ebony" !important;
}

.headings :is(h1,h2,h3,h4,h5,h6, p) {font-size:clamp(2.2rem, 2.07541rem + 0.03279vw, 2.6rem);
font-family: "Changa" !important;
}

.small :is(h1, h2, h3, h4, h5, h6, p) {font-size: clamp(1.4rem, 1.40000rem + 0.00000vw, 1.4rem);
    line-height: 1.1em;
    font-family: "Changa" !important;
}

.normal :is(h1, h2, h3, h4, h5, h6, p) {font-size: clamp(1rem, 0.84426rem + 0.65574vw, 1.5rem);
    line-height: 1.2em;
    font-family: "ebony"
}

.xsmall :is(h1, h2, h3, h4, h5, h6, p) {font-size: clamp(0.82rem, 0.76439rem + 0.23415vw, 0.94rem);
}

.elementor-widget-text-editor :last-child{ margin-bottom:0px;}

/* Nav menu css */

.elementor-nav-menu a {font-size: clamp(1rem, 0.94205rem + 0.244vw, 1.125rem);
    font-weight: 400;
}

.elementor-nav-menu li:hover a {
    color: var(--e-global-color-secondary);
}

.overlap .elementor-nav-menu a {font-size: clamp(1rem, 0.94205rem + 0.244vw, 1.125rem);
    color: var(--e-global-color-white);
    font-weight: 400;
}
	
/* Button CSS */
	
.white_button .elementor-button {
    background-color: var(--e-global-color-white);
     color: var(--e-global-color-primary);
     border-radius: 25px;
     padding: 8px 18px 8px 18px;
     font-size: clamp(1rem, 0.94205rem + 0.244vw, 1.125rem);
     font-weight: normal;
     box-shadow: 0px 2px 5px #0000001A;
}

.accent_button .elementor-button {
    background-color: var(--e-global-color-secondary);
     color: var(--e-global-color-white);
     border-radius: 25px;
     padding: 8px 18px 8px 18px;
     font-size: clamp(1rem, 0.94205rem + 0.244vw, 1.125rem);
     font-weight: 600;
     box-shadow: 0px 2px 5px #0000001A;
}

.elementor-button:hover {
    background-color: var(--e-global-color-primary);
     color: var(--e-global-color-white);
}

body {
    border: 20px solid white; /* Default for larger screens */
}

@media (max-width: 768px) { /* Target devices with a width of 768px or less */
    body {
        border: 10px solid white; /* Smaller border for mobile */
    }
}
.elementor-nav-menu--dropdown {
    margin-left: 20px;
    margin-right: 20px;
}/* End custom CSS */