/*
Theme Name: Newspack Child
Theme URI: https://github.com/Automattic/newspack-theme
Template: newspack-theme
Author: Automattic
Author URI: https://newspack.blog
Version: 1.45.0.1631219503
Updated: 2021-09-09 20:31:43

*/
@import url('../newspack-theme/style.css');

.h-sb .middle-header-contain {
    background-color: #eb2935;
}
.h-sb .site-header .nav3 a {
    background-color: #c11000;
}
.entry-meta .byline a {
    color: #eb2935;
}
.archive .page-title {
    color: #eb2935;
}
.cat-links a {
    background-color: #eb2935;
}
a.url.fn.n{
	color: #eb2935;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:10;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #content {
  padding-top: 300px;
}
.highlight-menu-contain{background-color:#fff;}
accent-header, .article-section-title {
    color: #eb2935;
}