/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.heading-block h1 { 
	margin-bottom: 36px;
	font-size: 52px; 
	letter-spacing: 0px;
	line-height: 52px;
	color: #4a6847;
}

.heading-block h1 + span { 
	font-size: 1.8rem; 
	color: #4a6847;
}

.fbox-content p {
	color: #999;
	font-size: 0.80rem;
}

.text-right {
	text-align: right;
}
.grid-inner {
	/* background-color: #cebfa5;
	background-color: #e2c59d; */
}

.bg-brownsugar {
	background-color: #e2c59d;
}

.bg-greenleaf {
	background-color: #496847;
}

.menupanel {	
	border-radius: 1.75rem;
	background-color:#e2c59d;
}

.mt-7 {
  margin-top: 7rem !important;
}

.text-justify {
  text-align: justify;
}

