/*
Theme name: LRFPS
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }


.h1,
h1 {
	font-size: 60px; text-transform: capitalize;
}

.h2,
h2 {
	font-size: 26px; text-transform: none;
}

.h3,
h3 {
	font-size: 24px; color: #7d976b; text-transform: none;
}

.h4,
h4 {
	font-size: 20px; color: #7d976b; text-transform: none;
}

.h5,
h5 {
	font-size: 18px;
}

.h6,
h6 {
	font-size: 18px;
}