/**
 * This is the main CSS stylesheet file with our custom rules.
 * These rules are not restricted to this plugin, but change the style of the whole site.
 * Practically this file replace the WP css tool.

 * IMPORTANT NOTE: Please if make any changes:
    (1) save changes 
    (2) create a new minimized version of the file
    (3) replace the already existed file 'datanexus-style.min.css' with the new one
    We use ONLY the minimized file for optimization purpose.
    Please remember: 
    Production --> min.css file
    Development --> .css file
*/

/* </></></></></></></></></></></></></></></></></></></></></></></></></></></></></></></> */
/* </></></></></></></></></></></></></></></></></></></></></></></></></></></></></></></> */

/* Font Family: Tahoma */
body, h1, h2, h3, h4, h5, h6  {
  font-family: Tahoma, 'Instrument Sans', sans-serif !important;
}


/* Theme colors */
:root {
  
  /* MDN Website Color Palette */
  --mdn-secondary-color: #0994DC;
  --mdn-primary-color: #254AA5; 

  /* overwrite theme colors */
  --wdtSecondaryColor: var(--mdn-secondary-color) !important; /*old: #f57539*/
  --wdtLinkHoverColor: var(--mdn-secondary-color) !important; /*old: #f57539*/
  --wdt-elementor-color-primary: var(--mdn-secondary-color) !important; /*old: #f57539*/


  --wdtPrimaryColor: var(--mdn-primary-color) !important; /*old: #082D38*/
  --wdtBodyBGColor: var(--mdn-primary-color) !important; /*old: #082D38*/
  --wdtHeadAltColor:var(--mdn-primary-color) !important;
} 

/* @HomePage: Slider 1 Title */
.elementor-532 .elementor-element.elementor-element-d4c3617 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
  text-transform: none !important;
}

/* @Menu: Line svg */
svg:not([fill]) {
    fill: var(--mdn-primary-color) !important;
}