/*!
Theme Name: BrighterGreen25
Theme URI: https://brightergreen.org/
Author: Underscores.me
Author URI: https://chrispaccione.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brightergreen25
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BrighterGreen25 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--font-vesper: "Vesper Libre", serif;
}

.site-header {
	z-index: 50;
}

.bg-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.image-without-links {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 2.5rem;
}

.title-section-button {
	margin-top: 30px;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.image-without-links {
		grid-template-columns: repeat(12, 1fr);
		column-gap: 4rem;
		row-gap: 0;
	}

	.image-without-links .image-column {
		grid-column: span 5;
	}

	.image-without-links .list-column {
		grid-column: span 7;
	}

	
}

#home-hero-animation {
	max-width: 75%;
	margin: 0 auto;
}

.title-and-paragraphs {
	max-width: 880px;
	padding-bottom: 60px;
}

.title-and-paragraphs .title {
	font-family: var(--font-vesper);
	font-size: 36px;
	line-height: 45px;
	padding-top: 70px;
	padding-bottom: 20px;
	font-weight: 500;
}

.title-and-paragraphs .sub-title {
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #017A51;
	padding-top: 60px;
	padding-bottom: 37px;
}

.title-and-paragraphs .text-editor h1,
.title-and-paragraphs .text-editor h2,
.title-and-paragraphs .text-editor h3,
.title-and-paragraphs .text-editor h4,
.title-and-paragraphs .text-editor h5,
.title-and-paragraphs .text-editor h6,
.title-and-paragraphs .text-editor p {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 20px;
	font-weight: 400;
}

.title-and-paragraphs .text-editor :is(h1, h2, h3, h4, h5, h6, p):last-of-type {
	padding-bottom: 0;
}

/* .title-and-paragraphs h3 {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 500;
} */