/*
Theme Name: Compton Green Express Theme
Theme URI: https://comptongreen.com
Author: Compton Green
Author URI: https://comptongreen.com
Description: A clean, minimal blog theme based on Start Bootstrap Clean Blog.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: compton-green-express-theme
Tags: minimal, blog, clean, bootstrap, typography
*/

/* 
   This theme relies on assets/css/styles.css for its main styling.
   Add your custom CSS below this comment.
*/

/* Ensure the navbar brand is visible and styled like the template if needed */
#mainNav .navbar-brand {
    font-weight: 800;
}

/* Adjust WordPress navigation menu styles if they don't perfectly match */
#navbarResponsive .navbar-nav .nav-item .nav-link {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}

/* Featured images in post list */
.post-preview .post-thumbnail {
    margin-bottom: 1.5rem;
    display: block;
}

.post-preview .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}
