:root {
	--color-primary: #DA530D;
	--color-secondary: #BD57FD;
	--color-color3: #36C2DD;
	--color-color4: #53D382;
  --color-color5: #FFDE61;
  --color-color6: #FB8282;
	--color-light: #F5F4F9;
	--color-default: #FFFFFF;
	--color-emphasis: #3B2D82;
}



.overlay-elements {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  display: flex; 
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  padding: 30px 0;
  z-index: 2;
}
.is-active .overlay-elements {
  z-index: 0;
}
.overlay-elements .overlay-elements-logo {
  width: 160px;
  margin-left: 5%;
}
.overlay-elements .slogan {
  height: 50px;
  margin-top: 10px;
  margin-right: 0%;
}
.overlay-elements .sun {
  width: 120px;
  height: 120px;
  margin-top: -50px;
  border-radius: 100%;
  background: var(--color-color5);
  box-shadow: 0 0 30px var(--color-color5);
  margin-right: 5%;
}

.banner {
  position: relative;
  width: 100%;
  min-height: 260px;
  background: #d9f1ff;
  overflow: hidden;
  border-radius: 5px 20px;
  box-sizing: border-box;
  padding-bottom: 20%;

}
#content .banner {
  margin-top: 45px;
  margin-bottom: 15px;
}
.sidebar .banner {
  min-height: 380px
}

.banner-elements {
  position: absolute; 
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.banner-elements img {
  will-change: transform;
  width: auto; 
  max-width: none !important;
  position: absolute;
}
.banner-elements .cloud {
  top: 20px;
  left: 120px;
  height: 30px;
  filter: blur(5px);
}
.banner-elements .cloud2 {
  top: 30px;
  left: 70%;
  height: 30px;
  filter: blur(5px);
}
.banner-elements .cloud3 {
  top: 40px;
  left: 83%;
  height: 40px;
  filter: blur(10px);
}
.banner-elements .bird {
  top: 60%;
  left: 0px;
  height: 40px
}
.banner-elements .bird-reverse {
  top: 50px;
  left: 90%;
  height: 30px
}

.banner-elements .sun {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  margin-top: -2%;
  border-radius: 100%;
  background: var(--color-color5);
  box-shadow: 0 0 30px var(--color-color5);
  margin-right: 10%;
}

.parallax-background {
  position: absolute; 
  top: 0;
  left: -30px;
  right: -50px;
  bottom:0;
  overflow: hidden;
  z-index: 0; 
}


.parallax-background img {
  will-change: transform;
  width: auto; 
  max-width: none !important;
  height: 67%; 
  position: absolute;
  
  left:0; 
}

.parallax-background img.clouds {
  will-change: transform;
  position: absolute;
  top: 80px;
  left: 0;
  width: auto;
  height: 22%;
  z-index: 0;
  filter: blur(3px);
}

.parallax-background img.sky {
  z-index: 1;
  height: 60%;
  bottom: 10px;
  filter: blur(3px);
}
.parallax-background img.city {
  z-index: 2;
  height: 150px;
  bottom: 20px;
  left:-20%; 
}
.parallax-background img.sky-elements {
  z-index: 3;
  height: 60px;
  bottom: 50%;
  
}
.parallax-background img.horizon {
  z-index: 4;
  height: 140px;
  bottom: 0px;
}
.parallax-background img.front {
  z-index: 5;
  height: 100px;
  bottom: -2px;
}


/* Heading */
.banner-heading {
  position: relative;
  
  max-width: 600px;
  display: block;
  padding: 25px 25px;

  z-index: 9;
}

.banner-title {
  font-size: 2rem;
  line-height: 1.1;
  padding-right: 20px;
  margin: 0;
  margin-bottom: 10px;
}
.banner p{
  font-size: 1rem;
  margin: 0;
  margin-bottom: 20px;
  height: auto;
}

.sidebar .banner-title {
  font-size: 1.8rem;
}