.elementor-kit-23869{--e-global-color-primary:#4E8AEA;--e-global-color-secondary:#F36C00;--e-global-color-text:#111112;--e-global-color-accent:#BEBCB9;--e-global-color-light:#FFFFFF;--e-global-color-6cdbe13:#00927F;--e-global-color-7a39d6f:#2A2A2A;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:600;color:#111112;font-size:1em;}.elementor-kit-23869 e-page-transition{background-color:#FFBC7D;}.elementor-kit-23869 p{margin-block-end:1em;}.elementor-kit-23869 a{font-family:"DM Sans", Sans-serif;font-size:1em;font-weight:400;line-height:1.2em;}.elementor-kit-23869 h1{font-family:"Raleway", Sans-serif;font-size:3.5em;font-weight:700;line-height:1.125em;}.elementor-kit-23869 h2{font-family:"Raleway", Sans-serif;font-size:3em;}.elementor-kit-23869 h3{font-family:"Raleway", Sans-serif;font-size:2.5em;line-height:1.125em;}.elementor-kit-23869 button,.elementor-kit-23869 input[type="button"],.elementor-kit-23869 input[type="submit"],.elementor-kit-23869 .elementor-button{font-size:16px;padding:18px 30px 18px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 */:root {
/* Font-Size */
--base-font-size: 1rem!important;

/* Line-Height */
--base-line-height: 1.5;
--header-line-height: 1.25;

/* Breakpoints */
--bp-small: 48rem; // 768px
--bp-medium: 64rem; // 1024px
--bp-large: 85.375rem; // 1366px
--bp-xlarge: 120rem; // 1920px
--bp-xxlarge: 160rem; // 2560px

/* Media Queries */
--mq-small: "(min-width: #{--bp-small})";
--mq-medium: "(min-width: #{--bp-medium})";
--mq-large: "(min-width: #{--bp-large})";
--mq-xlarge: "(min-width: #{--bp-xlarge})";
--mq-xxlarge: "(min-width: #{--bp-xxlarge})";
--mq-retina: "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)";
}

body {
  font-size: --base-font-size !important;
  line-height: --base-line-height!important;

  @media #{--mq-medium} {
    font-size: --base-font-size*1.2!important;
    line-height: --base-line-height*1.2!important;
  }

  @media #{--mq-large} {
    font-size: --base-font-size*1.3!important;
  }

  @media #{--mq-xlarge} {
    font-size: --base-font-size*1.4!important;
  }

  @media #{--mq-xxlarge} {
    font-size: --base-font-size*1.6!important;
  }
}

/* footer mods for Hello theme */

#DA_footer a {
	color: white;
}
#DA_footer a:hover {
	font-weight: bold;
}/* End custom CSS */