@import url('Navigation/menu-button.css');
@import url('Navigation/item-round.css');

:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #2a2c39; /* Color for headings, subheadings and title throughout the website */
    --header-color: #233a51;
    --footer-color: #404145;
    --header-transparent-color: rgba(206, 19, 18, 0.9);
    --accent-color: #ef6603; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
    --cta-color: #E94545;
    --cta-text: #ffffff;
}

:root {
    --nav-color: #ffffff;  /* The default color of the main navmenu links */
    --nav-hover-color: #E94545; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #060606; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #E94545; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

:root {
    --footer-background-color: #404145;  /* The default color of the main navmenu links */
    --footer-text-color: #ffffff; /* Applied to main navmenu links when they are hovered over or active */
    --footer-link-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --social-link-color: #ffffff;
}

.header { background: linear-gradient(0deg, var(--background-color) 0%, color-mix(in srgb, var(--background-color) 90%, white 10%) 100%); }.scrolled .header { background: none !important; background-color: rgba(35, 58, 81, 0.8) !important; }
