/**
Theme Name: Beyond Charcoal
Author: DigitalChores.co
Author URI: https://digitalchores.co/web-design
Description: The mission of The Charcoal Project is to promote, facilitate, and advocate for the widespread adoption of clean burning technologies, sustainable fuel alternatives, and policies that support energy-poverty alleviation for those who depend on biomass as their primary fuel around the world.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beyond-charcoal
Template: astra
*/

/* Homepage Title */
.hm-subtitle{
  color: #BF532C;
  font-size:40px;
      font-weight: 900;

}

/* Our Impact Text */
.stats{
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 9px;
}

.stats-sub{
    font-size: 18px;
    font-family: Roboto,"Times New Roman",Times,Baskerville,Georgia,serif;
    color: #db7133;
    letter-spacing: .04em;
}

/* Menu Top Color */
.main-header .header-top {
    position: relative;
    background-color: #f2ece8;
    color: #ffffff;
}

.copyright{
    position: relative;
    float: left;
}

/* INITIAL MOBILE LINK COLOR */
@media all and (max-width: 767px) {
.elementor-nav-menu .menu-item a {
/* change #560168 to whatever color you want the links to initially be on mobile */
    background-color:#000000;
    color: #560168 !important;
}
}

/* hide overrides on mobile */
html,
body {
    width:100%;
    overflow-x:hidden;
}

/* categories color */

.category-blog .elementor-post__badge {
background-color: #db7133 !important;
}

.category-news .elementor-post__badge {
background-color: #3a3a3a !important;
}

/* tablet updates */

@media only screen and (max-width: 600px) {
  .stats {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 9px;
}
}