/* 
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 */
html {
    min-height: 100%;
}
body {
	background: url(assets/images/bg_bottom.png) bottom right no-repeat;
	background-size: contain;
}

header {
	background: url(assets/images/bg_top.png) top left no-repeat;
	background-size: contain;	
}
.page-header {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.breadcrumbs {
	margin-inline-end: auto;
    margin-inline-start: auto;
    width: 100%;
	padding: 0 10px;
}
.blue_bg {
    /* Set a background image */
    background-image: url("assets/images/blue_bg.png");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed; /* This is the key property */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.logo_gallery .gallery {
	text-align: center;
}
.logo_gallery .gallery-item {
    width: 120px !important;
    height: 120px;
    align-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 10px 15px 0 !important;
    border: 2px solid #000;
}

@media(min-width: 768px) {
	.breadcrumbs {
		max-width:500px;
		padding: 0;
	}
}
@media(min-width: 768px) {
	.breadcrumbs {
		max-width:600px;
	}
}
@media(min-width: 1200px) {
	.breadcrumbs {
		max-width:800px;
	}
}
@media(min-width: 1200px) {
	.breadcrumbs {
		max-width:1140px;
	}
}

