/*
 * Theme Name:  Verta Child
 * Theme URI:   https://codesupply.co/themes/verta/
 * Description: Verta Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    verta
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.entry-content h1, {
	font-size: 2.5rem;
}
.entry-content h2 {
	font-size: 2rem;
}
.entry-content h3 {
	font-size: 1.5rem;
}
.entry-content h4 {
	font-size: 1.25rem;
}
.entry-content h5 {
	font-size: 1rem;
}
.entry-content h6 {
	font-size: 1rem;
}
/* For mobile */
@media (max-width: 767px) {
	.entry-content h1 {
		font-size: 2.5rem;
	}
	.entry-content h2 {
		font-size: 2rem;
	}
	.entry-content h3 {
		font-size: 1.5rem;
	}
	.entry-content h4 {
		font-size: 1.25rem;
	}
	.entry-content h5 {
		font-size: 1rem;
	}
	.entry-content h6 {
		font-size: 1rem;
	}
