/* CSS RESET */
@import url("/Content/css/CSS-STYLES/css-reset.css");

/* ROOT */
@import url("/Content/css/CSS-STYLES/Root.css");

/* TYPOGRRAPHY */
@import url("/Content/css/CSS-STYLES/Typography.css");

/* LAYOUTS */
@import url("/Content/css/CSS-STYLES/Layout/Container.css");
@import url("/Content/css/CSS-STYLES/Layout/Grid.css");
@import url("/Content/css/CSS-STYLES/Layout/Item.css");
@import url("/Content/css/CSS-STYLES/Layout/Newsletter-box.css");

/* COMPONENTS ICON STYLES */
@import url("/Content/css/CSS-STYLES/Components/BurgerIcon.css");
@import url("/Content/css/CSS-STYLES/Components/Buttons.css");
@import url("/Content/css/CSS-STYLES/Components/Icons.css");
@import url("/Content/css/CSS-STYLES/Components/Breadcrumbs.css?v=1"); 
@import url("/Content/css/CSS-STYLES/Components/Logo.css");
@import url("/Content/css/CSS-STYLES/Components/Feed-title.css");
@import url("/Content/css/CSS-STYLES/Components/Link.css");
@import url("/Content/css/CSS-STYLES/Components/nav-submenu.css");
@import url("/Content/css/CSS-STYLES/Components/article-list.css");

/* HEADER */
@import url("/Content/css/CSS-STYLES//Sections/Header/HeaderMobile/HeaderMobileContainer.css");
@import url("/Content/css/CSS-STYLES/Sections/Header/HeaderDesktop/HeaderDesktopContainer.css");
@import url("/Content/css/CSS-STYLES/Sections/Header/HeaderMobile/Hidden-menu-mobile.css");
@import url("/Content/css/CSS-STYLES/Sections/Header/HeaderMobile/HiidenSearchMobile.css");

/* FOOTER */
@import url("/Content/css/CSS-STYLES/Sections/Footer/Footer.css");

/* SECTIONS */
@import url("/Content/css/CSS-STYLES/Sections/Hero-banner.css");
@import url("/Content/css/CSS-STYLES/Sections/Post-newsletter-section.css");
@import url("/Content/css/CSS-STYLES/Sections/FourItemsSlider.css");
@import url("/Content/css/CSS-STYLES/Sections/Featured-topic.css");
@import url("/Content/css/CSS-STYLES/Sections/MediaCenterSection.css");
@import url("/Content/css/CSS-STYLES/Sections/MamaStories.css");
@import url("/Content/css/CSS-STYLES/Sections/NewsletterSection.css");
@import url("/Content/css/CSS-STYLES/Sections/AddSections.css");

/* Category page banner */
@import url("/Content/css/CSS-STYLES/Pages/CategoryPage/HeroBannerCat.css");
@import url("/Content/css/CSS-STYLES/Sections/pager.css");

/* Article page banner */
@import url("/Content/css/CSS-STYLES/Pages/ArticlePage/ArticleHeroSection.css");
/* Social share for article */
@import url("/Content/css/CSS-STYLES/Pages/ArticlePage/SocialShareIcons.css");
/* Article Content Container */
@import url("/Content/css/CSS-STYLES/Pages/ArticlePage/ArticleContent.css?v=2");
@import url("/Content/css/CSS-STYLES/Pages/long-form.css");

/* Promotion Link */
@import url("/Content/css/CSS-STYLES/Components/PromotionLink.css");

header {
  position: sticky;
  top: 0;
  background: var(--secondary-color);
  z-index: 13;
}

/*.first-section {
  padding-top: 80px;
}
*/