.elementor-kit-13{--e-global-color-primary:#142B60;--e-global-color-secondary:#FCC300;--e-global-color-text:#FF8C00;--e-global-color-accent:#FFFFFF;--e-global-color-5ca2e8a:#C0C0C0;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-family:"Raleway";background-color:var( --e-global-color-primary );color:#E0E0E0;font-family:"Roboto", Sans-serif;font-size:17px;font-weight:400;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:900ms;--e-preloader-animation:headShake;--e-preloader-animation-duration:900ms;--e-preloader-delay:500ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:60px;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:#FFC300;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;color:#121212;box-shadow:4px 4px 15px 5px rgba(0, 0, 0, 0.2);border-style:none;border-radius:5px 5px 5px 5px;padding:15px 30px 15px 30px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:#FF8C00;color:#121212;box-shadow:4px 4px 15px 5px rgba(0,0,0,0.5);border-style:none;border-radius:5px 5px 5px 5px;}.elementor-kit-13 e-page-transition{background-color:#F5C00A78;}.elementor-kit-13 a{color:#FFC300;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-13 a:hover{color:#795CB2;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;text-decoration:underline;}.elementor-kit-13 h1{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:70px;font-weight:700;text-transform:uppercase;}.elementor-kit-13 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:45px;font-weight:700;}.elementor-kit-13 h3{color:#F5C00A;font-family:"Montserrat", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-13 h4{color:var( --e-global-color-accent );font-size:30px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000;--lightbox-text-color:var( --e-global-color-accent );--lightbox-header-icons-size:26px;--lightbox-navigation-icons-size:26px;}@media(max-width:1024px){.elementor-kit-13{font-size:16px;}.elementor-kit-13 h1{font-size:50px;}.elementor-kit-13 h2{font-size:38px;}.elementor-kit-13 h3{font-size:24px;}.elementor-kit-13 h4{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{font-size:16px;}.elementor-kit-13 h1{font-size:36px;}.elementor-kit-13 h2{font-size:30px;}.elementor-kit-13 h3{font-size:22px;}.elementor-kit-13 h4{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* FONT CLAMP -- Min Width 400px -- Max Width 1200px (Specific Elementor Targeting) */

/* Set the root font size for easy rem calculations (1rem = 10px) */
html {
    font-size: 62.5% !important; 
} 

/* ------------------------------------------------------------- */
/* H1 - DRAMATIC HERO SIZE (3rem min to 6rem max ~ 48px to 96px) */
h1,
.elementor-widget-heading .elementor-heading-title.elementor-size-default[class*="h1"],
.elementor-widget-heading h1.elementor-heading-title {
    font-size: clamp(3rem, 2rem + 6vw, 6rem) !important;
    font-weight: 900 !important;
}

/* ------------------------------------------------------------- */
/* H2 - Targets the standard H2 tag (40px to 64px) */
h2,
.elementor-widget-heading .elementor-heading-title.elementor-size-default[class*="h2"],
.elementor-widget-heading h2.elementor-heading-title {
    font-size: clamp(2.5rem, 1.75rem + 3vw, 4rem) !important;
    font-weight: 800 !important;
}

/* ------------------------------------------------------------- */
/* H3 - Targets the standard H3 tag (28px to 48px) */
h3,
.elementor-widget-heading .elementor-heading-title.elementor-size-default[class*="h3"],
.elementor-widget-heading h3.elementor-heading-title {
    font-size: clamp(1.75rem, 1.125rem + 2.5vw, 3rem) !important;
    font-weight: 700 !important;
}

/* ------------------------------------------------------------- */
/* H4, H5, H6 (Standard Tags) */
h4 { font-size: clamp(1.5rem, 1rem + 2vw, 2.5rem) !important; font-weight: 500 !important; }
h5 { font-size: clamp(1.25rem, 0.875rem + 1.5vw, 2rem) !important; font-weight: 500 !important; }
h6 { font-size: clamp(1rem, 0.75rem + 1vw, 1.5rem) !important; font-weight: 500 !important; }


/* ------------------------------------------------------------- */
/* Body and Paragraph Text (17.6px to 22.4px) */
body,
p,
.elementor-widget-text-editor {
    font-size: clamp(1.1rem, 1rem + 0.5vw, 1.4rem) !important;
    font-weight: normal !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-Black.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://david-skelton.com/wp-content/uploads/2025/12/Raleway-Thin.woff2') format('woff2');
}
/* End Custom Fonts CSS */