/*
Theme Name: Artful Constructions
Author: Jose Mujica
Author URI: https://www.josemujica.com
Description: A simple theme for construction and architecture firms
Requires at least: 5.8
Tested up to: 6.2
Requires PHP: 5.7
Version: 0.0.7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Template: 
Text Domain: artful-constructions
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, news
*/

.entry-content img {
    max-width: 100%;
}
.entry-content p{
    margin-bottom:1rem !important;
}

.wp-block-navigation-item.contact-us a{
    background-color: var(--wp--preset--color--primary);
    text-decoration: none;
    padding: 10px 15px!important;
}