/* 
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
*/

/* Add your custom styles here */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
html {    
    font-size: 14px;    
}
a {   
    color: #BEB70A;
}
h1.entry-title {
    text-transform: uppercase;
}
body hgroup, body h1, body h2, body h3, body h4, body h5, body h6, body .wrapper.bottom-widget-area-wrapper .widget-area .widget-title, .wrapper.bottom-widget-area-wrapper .widget-area body .widget-title, body .progressbar-title {
    line-height: 1.25;
    margin: 0;
	font-family: "Bebas Neue", sans-serif;
    text-rendering: optimizeLegibility;   
    font-weight: 500;
    color: #4e4e4e;
}
hgroup a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .wrapper.bottom-widget-area-wrapper .widget-area .widget-title a, .progressbar-title a {
    color: #373737;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
hgroup a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .wrapper.bottom-widget-area-wrapper .widget-area .widget-title a, .progressbar-title a {
    color: #373737;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
hgroup a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .wrapper.bottom-widget-area-wrapper .widget-area .widget-title a:hover, .progressbar-title a:hover {
    color: #646464;
}
.entry-title {
    text-align: center;
}