/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Link Styling */
a, a:active, a:visited {
color: #000080;
} 
a:hover {
color: #ffd700;
}

/* Heading H1-H6 Styling */
h1, h2, h3, h4, h5, h6 {
line-height: 35px;
font-weight:500;
letter-spacing: 1px;
}
h1 {
font-size: 2.986rem;
line-height: 1.2;
}
h2 {
font-size: 2.488rem;
line-height: 1.3;
}
h3 {
font-size: 2.074rem;
line-height: 1.4;
}
h4 {
font-size: 1.728rem;
line-height: 1.5;
}
h5 {
font-size: 1.44rem;
line-height: 1.6;
}
h6 {
font-size: 1.2rem;
line-height: 1.2;
}
.large .elementor-heading-title {
    font-size: 4.209rem;
}

p {
font-size: 1rem;
line-height: 1.3;
}
.large p {
font-size: 1.44rem;	
}
.small p {
font-size: 0.8rem;	
}
.extra-small p {
font-size: 0.64rem;	
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
 margin-bottom: 20px;
}

.elementor-widget-button.extra-small .elementor-button {
    padding: 6px 15px;
    font-size: 12px;
}
.elementor-widget-button.small .elementor-button {
    padding: 5px 15px;
    font-size: 14px;
}

.elementor-widget-button .elementor-button {
    padding: 10px 20px;
    font-size: 16px;
}

.elementor-widget-button.large .elementor-button {
    padding: 12px 25px;
    font-size: 18px;
}