/* 
 Theme Name:   Astra-child
 Theme URI:    
 Description:  
 Author:       savethedate
 Author URI:   https://stockshots.ml/savethedate
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Ubuntu:ital,wght@0,300;0,400;0,500;1,400&display=swap');

.parallax-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /*  this is where the magic happens:  */
  background-attachment: fixed !important;

/*   background-image: url(https://images.unsplash.com/photo-1519120944692-1a8d8cfc107f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=872&q=80); */
  background-size: cover !important;
  color: var(--color);
  row-gap: 4rem;

  text-align: center;
}

.buffer {
  width: 100%;
  min-height: 60vh;
  background-color: var(--color);
}

.parallax-container2 {
  flex-direction: row;
  flex-wrap: wrap;

  padding: 6rem 0;
/*   background-image: url(https://images.unsplash.com/photo-1585424536945-26663ea69d52?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=876&q=80); */
  gap: 1.6em;
}

.home.title h3{
	font-size:75px !important;
}

.google_lobster{
	font-family:'Lobster','Poppins',sans-serif;
}

.google_ubuntu{
	font-family:'Ubuntu',sans-serif;
}

.back-yellow{
	
}

.elementor-element.back-yellow .elementor-heading-title{
	background-color:#ffd93678;
    width: fit-content !important;
    margin: 0 auto;
    padding: 5px 10px;
}
