/*!
Theme Name: Towing Moore 2021
Theme URI: https://towingmoore.com
Author: Ido @coinso.com
Author URI: http://coinso.com
Description: Custom theme: Auto Tow Theme, developed by Ido @coinso.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: towing_moore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BB Auto & Tow is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> Overwrite styles here:
---------------------------------------------------------------- */
:root{
    --main-theme-color: #D01922;
    --sec-theme-color:  #494F53;
    --acc-theme-color:  #e7e7e7;
}
.section-title{
    color: var(--sec-theme-color);
}
#colophon{
    background-color: black;
}
article a,
article a:visited{
    color: var(--main-theme-color);
}
aside a,
aside a:visited{
    color: var(--sec-theme-color);
}
/*article .entry-content p:first-of-type:first-letter{*/
    /*font-weight: bold;*/
    /*font-size: 1.5rem;*/
/*}*/