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

header {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.site-branding {
	position: absolute;
	left: 1rem;
	top: .5rem;
}

#menu-primary-menu.menu {
	padding-right: 1rem;
}

#menu-primary-menu.menu li a {
	color: #eee;
#	text-shadow: 1px 1px 1px #666;
	text-transform: uppercase;
	font-weight: 600;
}

.sub-menu {
	background: var(--e-global-color-primary) !important;
}

.site-header.header-stacked .header-inner {
	align-items: flex-end;
}

.site-footer .footer-inner {
	justify-content: space-around !important;
	gap: 2rem;
}

.site-footer h2.widgettitle {
	margin-block-start: 0;
}

/* slider */

#slideshow-container {
	max-height: 100vh;
	overflow: hidden;
}

#logo-slideshow {
	position: absolute;
	bottom: 3rem;
	left: 2rem;
}

@media screen and (min-width: 600px) {
	#logo-slideshow {
		left: 3rem;
	}
}

#about-img {
	min-width: 100%;
	min-height: 100%;
}

#about-img img {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.body-text p {
	line-height: 150% !important;
}

.show-gallery img {
	width: 100%;
}

.trp-language-switcher-container {
	#margin-left: 10px;
}

.trp-language-switcher-container a {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.trp-menu-ls-label {
	font-size: 80%;
	text-transform: none;
}

#about-slideshow-container * {
	height: 100%;
}

.curriculum p {
	font-size: 90%;
	text-align: left;
}
