/*
GWD Simple CSS Reset, v2.2
by Eric Girouard, 2014-2024
Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)

Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).

By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position: relative; /* Added in v.2.1 */
	box-sizing: border-box; /* Added in v.2.2 */
}
/* HTML5 tags */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
	position: relative;  /* Added in v.2.1 */
	box-sizing: border-box;  /* Added in v.2.2 */
}

/* Make images responsive */
img { /* Added in v.2.2 */
  max-width: 100%;
  height: auto;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */
body {
    background-color:rgb(70, 174, 70) ;
}
.title{text-align: center;
font-size: 7rem;}

.jaclogo1{
  text-align: center
  ;
}
section{
  background-color: #389200;
border-radius: 15x 50px;
padding: 20px;
margin: 0.5rem;}
p{
    font-family: "Amiko", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
margin: 1rem;
font-size: 1.5rem;}

.amiko-regular {
    font-family: "Amiko", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  h2   {
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #CBECAD;
  margin: 1rem;
font-size: 2rem;}

  .chelsea-market-regular {
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  h1 {
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
    color: #CBECAD;
margin: 1rem;
font-size: 3rem;}
  

  .piedra-regular {
    font-family: "Piedra", serif;
    font-weight: 400;
    font-style: normal;
  }

  
  .jac-logo {
    margin: 2rem;
  }

h5 {
  font-size:small;
  font-family: "Amiko", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
margin: 1rem;}

h4 {
  font-size: small;
  font-family: "Amiko", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
margin: 1rem;}

h3 {
  font-size:small;
  font-family: "Amiko", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
margin: 1rem;}

li{
  font-size: x-small;
  font-family: "Amiko", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
margin: 1rem;}

footer {
  text-align: center;
  font-size: small;
  font-family: "Amiko", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
background-color: #0B4400;
padding: 1.2rem;}

.wrapper {
  max-width: 150rem;
width: 100%;
margin: 0 auto;
padding: 0 1rem;
box-sizing: border-box;}

.wrapper img{
  max-width: 100%;
  height: auto;
  display: block;
}

.grass-in-sunlight{
  width: 900px;
 margin-right: 7rem;
}
 
@media screen and (min-width: 34.313rem){
  .jac-logo{
  width: 80%;
}

  }


@media screen and (min-width: 48rem) {
  

.flex-container {
  display: flex;
  /* put elements side-by-side */
}

.springimg {
  
width: 900px;}
.when .flex-container {
  flex-direction: row-reverse;
}
.what picture {flex-basis: 50%;}
.when p{
  text-align: left;
}
.when picture
.why p,
.why picture {
    flex-basis: 50%;
}

.how{

  margin-top: 4rem;
}
.how .flex-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* two columns: each equal to one fraction of the available space */
}
.how picture {
  order: 2;
  /* force to go to column 2 */
}

.how .flex-container div {
  order: 1;
  /* force to go to column 1 */
}

.inat-logo{
width: 700px;
background-color: white;
padding-left: 10rem;
padding-right: 10rem;
padding-top: 5rem;
padding-bottom: 5rem;
}

footer {
  background-color:#0B4400;
  color: #fff;
padding: 1rem;
  height: 5rem;
  line-height: 5rem;
  /* the line of text is the same height as the box it is in: vertical centering */
margin-top: 10rem;
  text-align: center;
  /* horizontal centering */
}
footer {
 
  color: #fff;

  height: 7rem;
  line-height: 5rem;
  /* the line of text is the same height as the box it is in: vertical centering */
margin-top: 1rem;
  text-align: center;
  /* horizontal centering */
}
}

@media screen and (min-width:77.5rem) {
  .jac-logo{
    width: 60%;
  }
}