/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

@import url("../astra/style.css"); /* For old themes (optional) */
body {
    background-color: blue;
  }
.site-header{
		position: sticky;
  top: 0;
  z-index: 999;
}
.ast-primary-header-bar{
	background: linear-gradient(to right, #2980b9, #6dd5fa, #ff6b6b); /* Sky blue to soft red */
  color: #000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
}
.elementor-button{
	background-color: #E6443C !important;
	border-radius: 30px;
	height: 50px;
	justify-content: center;
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically if button-container has a height */
	width: fit-content;
}
h1{
	    font-size: xx-large;
}
.ast-archive-description {
    background: transparent !important;
}

