/*
Theme Name: Woostify child
Template: woostify
Version:      1.0.0

colors
main purple #8814ba
secondary purple #a677ba
*/
/* 
nav, .site-navigation {
	z-index: 15;
	position: fixed;
	top: 0;
	width: 100%;
}

#menu-main li { 
	margin: 0 15px;
	font-size: 18px;
	text-align: center;
  color: black;
}

/*.site-info-wrapper {
	margin-top: -300px !important;
}*/

h1, h2, h3 {
	color: #9229f4 !important;
}
button {color: #fff !important;}
#whitebg {
	height: 300px;
	background-image: url("../../uploads/ff2-1.png");
		background-position: center;
  background-repeat: no-repeat;
	background-size: 100%;
}
#quote {
	/*background-image: url("../../uploads/2019/05/most.jpg");*/
		background-position: center;
  background-repeat: no-repeat;
	background-size: 100%;
}
/*service description cards */
.services-box h2 {
  color: #fff !important;
	text-shadow: 1px 2px 3px #000 !important;
}
/*TANTRA*/
#tantra-header h2 {
color: #fff !important;
  text-shadow: 1px 2px 3px #000 !important;
}

@media only screen and (min-width: 800px) {
	#menu-main {
	display: flex;
} */
}