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

body {
	background-color: #283447;
	color: white;
}

body .elementor-widget-icon-list .elementor-icon-list-text {
	color: white;
}

body:before, body:after {
	position: fixed;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body:before {
	background: radial-gradient(circle at center, #1b74d4 0%, rgba(27, 141, 212, 0.88) 58%, rgba(21, 135, 235, 0.57) 80%, rgba(19, 61, 94, 0.27) 93%, rgba(10, 14, 23, 0) 100%);
	animation: crt-glow 60s infinite;
	opacity: 0.15;
}

body:after {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6));
    background-size: 100% 3px;
}

#site-header {
	background: #142237;
	margin-bottom: 3rem;
}

#site-header * {
	z-index: 2;
}

.custom-logo {
	max-width: 150px;
}

#content {
	margin-bottom: 3rem;
}

.elementor-element {
	z-index: 1;
}

.elementor a {
	color: white;
}

#site-footer {
	display: none;
}

@-webkit-keyframes crt-glow {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes crt-glow {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
}