/* 
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 */

body.single-post h1.entry-title {
    font-family: "Oswald", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 57px;
    color: #23357E;
	margin-bottom: 40px;
}
body.single-post h2.wp-block-heading {
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    color: #23357E;
	margin: 50px 0px 20px;
}
body.single-post p.wp-block-paragraph {
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
body.single-post main#content {
    padding: 120px 0px;
}
body.single-post h4.wp-block-heading {
    font-family: "Oswald", Sans-serif;
    color: #23357E;
}
body.single-post main img {
    margin: 50px 0px;
}
body.single-post main img {
    margin: 0px 0px;
}