/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

h1.title {
  color: rgb(244, 117, 60);
  font-size: 80px;
}

h2.descriptionTag {
  color: rgb(250, 244, 244);
  font-size: 24px;
}

h2.tagline {
  color: rgb(250, 244, 244);
  font-size: 46px;
}

h3.overview {
  color: rgb(255, 254, 254);
  font-size: 26px;
}
h3.feature {
  color: rgb(255, 253, 251);
  font-size: 22px;
}
p.briefDescription {
  color: rgb(250, 244, 244);
  font-size: 18px;
}

li.feature {
  color: rgb(250, 244, 244);
  font-size: 22px;
}

h4.featureTagline {
  color: rgb(250, 244, 244);
  font-size: 22px;
}
h4.faq {
  color: rgb(244, 117, 60);
  font-size: 22px;
}
p.faq {
  color: rgb(250, 244, 244);
  font-size: 16px;
}
