/* 
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 */
@font-face {
    font-family: "Lineto Circular";
    src: url(/fonts/lineto/lineto-circular-bold.eot);
    src: url("/fonts/lineto/lineto-circular-bold.eot?#iefix") format("embedded-opentype");
    src: url(/fonts/lineto/lineto-circular-bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}
html, body {
    color: rgba(0, 0, 0, 0.69);
    font-family: "Lineto Circular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.4;
    margin: 0;
    height: 100%;
    position: relative;
}

header, footer {
	display: none !important;
}

.csimage svg {
	height: 400px;
	width: 500px;
}
.bannerImage1, bannerImage2, bannerImage3, bannerImage4{
	position: absolute;
	inset: 0;
	display: inline-block;
	max-width: 300px !important;
}
.bannerImage1, .bannerImage2{
	bottom:0;
	left:0;
}
.bannerImage3, .bannerImage4{
	bottom:0;
	right:0;
}

@media(max-width: 767px) {
	.csimage svg {
		width: 100%;
		height: auto !important;
	}
}