/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

.wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

nav.navbar {
	position: absolute;
    top: 0; left: 0;
    z-index: 9;
    width: 100%;
    background-color: transparent !important;

    border-top: 35px solid #295387;
}

a.navbar-brand {
	max-width: 270px;
}

.hero-wrap {
	position: relative;
	width: 100%; height: 100vh;
	overflow: hidden;
	background-size: cover;
	background-position: bottom center;
}