/* Fonts */
/* Make sure to use only web-safe font (google fonts and convert to web fonts)*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Antic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.aat-intro aside::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* black overlay */
  z-index: 1;
  pointer-events: none;
}

.aat-texts h1, .aat-texts h2, .aat-texts h3, .aat-texts h4, .aat-texts h5, .aat-texts h6, .aat-texts p, .aat-texts a {
	font-family: "Antic", sans-serif;
  	font-weight: 400;
	letter-spacing: 1.5px;
	margin: 0px !important;
}

.highlight-lgreen {
	color: #B8FB70 !important;
}

.highlight-dgreen {
	color: #3d6c3d !important;
}

.green-highlight {
	color: #47581E !important;
}

/* Columns */
.col-1 {
  width: 100%;
}

.col-2 {
  width: 48%;
}

.col-3 {
  width: 32%;
}

.col-4 {
  width: 23%;
}

.col-5 {
  width: 18%;
}

.col-6 {
  width: 15%;
}

.col-8 {
  width: 11%;
}

.col-10 {
  width: 9%;
}

.col-2-2 {
  width: 50%;
}

/* ADOPT A TREE */


body {
	margin: 0px !important;
}

.custom-font-change {
	font-family: "Great Vibes", cursive;
	font-weight: 700;
	font-size: larger;
}

/*.aat-wrapper {
	position: relative;
    width: 50%;
    margin-left: 5vw;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/

.aat-texts h2 {
	font-size: 30px;
}

.aat-texts h4 {
	font-size: 26px;
}

.aat-intro h4{
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px !important;
  text-align: center;
}

.aat-intro h2{
  	color: #fff;
  	font-weight: 600;
	margin-top: 20px !important;
	text-align:center;
}

.aat-intro, .aat-contact {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
 	width: 100%;
  	min-height: 110vh;
  	overflow: visible;
}

.aat-intro p {
	font-size: 15px !important;
	margin: 15px 4vw !important;
	text-align: justify;
}

.aat-wrapper p {
  color: #fff;
}

.aat-intro-logo {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.aat-logo-wrapper {
	margin-top: 2em;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
	color: white;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
	width: 100% !important;
}

.aat-main-logo{
	max-height: 170px;
    width: auto !important;
    height: auto !important;
}

.aat-main-logo-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 30px 0px;;
}

.aat-logo {
	max-height: 50px;
    width: auto !important;
    height: auto !important;
}

.aat-intro > article {
	height: 100% !important;
	width: auto !important;
	display: grid;
	align-items: center;
    grid-template-columns: 25% 1fr !important;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
	margin: 0px 5vw;
	align-content: center;
}

.aat-intro-texts {
	text-align: center;
	display: flex;
	flex-direction: column;
}

/*.aat-intro-texts .aat-texts {
	text-align: center;
	padding: 3vh;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
	margin-bottom: 20px;
}*/

.aat-intro-texts .aat-texts {
	text-align: center;
	margin-bottom: 20px;
}

.action_button_list {
	display: flex;
    justify-content: space-around;
    gap: 2rem;
	margin: 0px 4.5vw;
}

.action_button_list a {
	flex: 1;
}

.aat-faqs {
	background-color: #DFFCE8;
	padding: 80px 0;
	float: left;
}

.aat-faq-header {
	background-color: #1E8655;
	padding: 1.5rem 3rem;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	border-radius: 15px 15px 0px 0px;
}

.aat-faq-logo {
	max-height: 5em;
    width: auto !important;
    height: auto !important;
}

.aat-faq-header h5 {
	color: #DFFCE8;
	font-weight: 700;
}

.aat-faq-content {
	padding: 2rem 1.5rem 0rem;
}

.aat-faq-lists {
	margin-bottom: 3rem;
	display: flow-root
}

.aat-faq-lists details {
	margin-bottom: 2rem;
}

.aat-faq-lists details summary {
	border-bottom: 0px !important;
}


.aat-faq-lists h5 {
	color: #1E8655;
	font-weight: 700;
	margin: 15px 0px;
}

.aat-faq-lists h6 {
	font-weight: 500;
}

.aat-faq-lists details[open] summary:after {
    transform: rotate(-45deg);
}

.aat-faq-lists details summary:after {
	content: "\eb0b" !important;
}

.aat-footer-wrapper {
	padding: 0px !important;
}

.aat-footer {
	margin: 0px !important;
}
/* END ADOPT A TREE */

/* RESPONSIVE ADOPT A TREE */

@media (max-width: 1280px) {
	.aat-texts h2 {
		font-size: 28px;
	}

	.aat-texts h4 {
		font-size: 24px;
	}

	.aat-intro {
		height: 140vh;
	}
	
	.aat-logo {
    	max-height: 45px;
	}

	.aat-main-logo {
		max-height: 150px;
	}

	.aat-intro-logo {
		justify-content: flex-start;
	}

	.aat-logo-wrapper {
		margin-top: 2em;
	}

	.aat-main-logo-wrapper {
		margin: 30px 30px 0px 30px;
	}

	.action_button_list a {
		font-size: 14px;
	}
}


@media (max-width: 1000px) {
	.aat-intro > article {
		grid-template-columns: repeat(1, 1fr) !important;
        grid-template-rows: min-content max-content;
	}
	
	.aat-texts h2 {
		font-size: 26px;
	}

	.aat-texts h4 {
		font-size: 22px;
	}
	
	.aat-events {
		height: 120vh;
		box-sizing: border-box;
	}
	.aat-intro {
		height: 100vh;
	}
	
	.aat-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	
	.aat-main-logo {
		max-height: 110px;
	}
	
	.aat-logo {
		max-height: 30px;
	}
	
	.aat-texts h2, .aat-texts h4 {
		text-align: center;
	}
	
	.aat-intro p {
		font-size: 12px !important;
		line-height: 1.75;
	}
	
	.aat-logo-wrapper p {
		font-size: 10px !important; 
		line-height: 1.25;
	}
	
	.aat-logo-wrapper {
		justify-content: center;
		margin-top: 1.5em;
	}
	
	.aat-contact > article > .pagewrapper2 {
		flex-direction: column;
	}
	
	.aat-form-bg, .aat-forms {
		width: 100%;
	}
	
	.aat-forms .aat-icon-text a {
		font-size: 1rem;
	}

	.aat-forms i {
  		font-size: 1.2rem;
  	}

}

@media (max-width: 600px) {
	
	.aat-texts h2 {
		font-size: 22px;
	}

	.aat-texts h4 {
		font-size: 18px;
	}

	.aat-intro {
		height: 140vh;
	}
	
	.aat-intro > article {
		top: 50%;
	}

	.aat-main-logo {
		max-height: 100px;
	}

	.action_button_list {
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
		gap: 1rem;
	}

	.action_button_list a {
		width: 60%;
	}
}

@media (max-width: 410px) {
	
	.aat-intro {
		height: 150vh;
	}

	.action_button_list a {
        font-size: 12px;
        padding: 4px 18px;
    }

}
/* RESPONSIVE ADOPT A TREE */