/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Layout */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

header *, a, .ani * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.bgAnimation {
	background: linear-gradient(-45deg, #444B2B, #696F55, #422361, #AD9778);
	background-size: 400% 400%;
	animation: gradient 20s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* Header */

header.sticky-header.elementor-sticky--effects {
	background:var( --e-global-color-primary );
	min-height: 80px;
}

header.sticky-header.elementor-sticky--effects .logo .elementor-icon svg {
  height: 80px;
}

header.sticky-header.elementor-sticky--effects .headermenu .elementor-widget-container {
  margin: 0;
}

/* Body */

.elementor-size-sm .elementor-button-icon svg {
  width: 1.5em;
}

.projInfo span{
	font-weight:normal;
}

/* CSS Effects */


/*  MEDIA Q */

@media only screen and (max-width: 768px) {
	

		
}