/* 
Theme Name: Paul Nesselroade
Theme URI: https://paulnesselroade.com
Description: Custom theme for Paul Nesselroade, based on the Hello Elementor Child theme by Elementor.
Author: Nathan Vick, Elementor Team
Author URI: https://vick.media
Template: hello-elementor
Version: 1.0.1
Text Domain: paul-nesselroade
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body {
    --wp--preset--font-size--medium: 16px;
}

.button-green>a {
    background-color: #1B4D38;
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    padding: 12px 24px;
    transition: all 0.25s;
}

.button-green>a:hover {
    background-color: #0B2A2E;
}

p>a {
    color: #1B4D38 !important;
    text-decoration: underline !important;
    transition: color 0.25s;
}

p>a:hover {
    color: #0B2A2E !important;
}

.elementor-location-footer a {
    color: #fff !important;
}

table {
    font-size: 1.25em;
}

.wp-block-button>a {
    background-color: #1B4D38 !important;
    border-radius: 0px;
    color: #fff !important;
    padding: 10px 20px;
    transition: all 0.2s;
}

.wp-block-button>a:hover {
    background-color: #0B2A2E !important;
}