:root {
    --yellow: #fff000;
    --red: #ff0000;
    --blue: #25008b;
    --white: #fff;
    --black: #000;
    --green: #066603;
}

h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.0em;
}
h3 {
  font-size: 1.7171em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.3104em;
}
h6 {
  font-size: 1.1447em;
}
p {
  font-size: 1.2rem;
  font-weight: initial;
  font-weight: unset;
}
small {
  font-size: 0.8736em;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: center;
}

picture{
  display: block;
  margin: 0 0 1rem 0;
}

h1,
h3,
h4,
h5,
h6 {
  color: #0d0c0c;
  font-weight: bold;
  line-height: 1.1;
  margin: 2rem 0 1rem 0;
}

h2 {
  color: #0a0a0a;
  font-weight: normal;
  line-height: 1.1;
  margin: 2rem 0 1rem 0;
}
h2,h3,h4,h5,h6{
  font-family: "Ruda", sans-serif;
  font-weight: 550;
  font-style: normal;
  font-size: 26px;
  text-align: center;
}
h1{
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-align: center;
}
 header {
  background-color: rgb(238, 255, 243);
  text-align: center;
  background-image: url(../image/forestbanner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }
body{
  background-image: url(bgimg/photo-1420593248178-d88870618ca0.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.logos{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.android img{
  width: 220px;
  position: relative;
  top: -14px;
}
.how h2{
  position: relative;
}
.how > h2::after {
	position: absolute;
	content: " ";
	display: block;
	height: 3rem;
	width: 38%;
	background-image: url(../img/iNaturalistCA-Wordmark.svg);
	background-size: cover;
	background-repeat: no-repeat;
	top: -3.5rem;
	left: 16.8rem;
}

    


    /* use either main or section below, not both  */

    section {
        padding: 1rem; /* lets the background color touch the edge of the screen */
        padding: 1rem;
        background-color: rgba(255, 255, 255, 0.66);
        border-radius: 20px;
        padding: 2rem;
       margin-bottom: 2rem;
    }

    footer {
        padding: 1rem;
        color: #000;
        text-align: center;
        font-weight: bold;
    }

    .who p{
      color: #040404;
    }
 .wrapper {
  background-color: #d6fff073;
 }

 li {
  font-weight: normal;
 }
 div {
  font-weight: normal;
  font-size: large; 
 }
 t{
  font-size: larger;
 }
 
main {
  padding: 1rem;
}
img {
  border-radius: 1rem;
}
header-box{
  background-color: rgba(10, 79, 64, 0.7);
  border-radius: 20px;
  padding: 2rem;
  max-width: 80rem;
  margin: 0 auto;
}
ol {
  padding: 20px;
  text-align: center;
} 
.who::before {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 85px;
    background-image: url('../img/Green_Leaves_PNG_Clip_Art.png');
    background-size: cover;
    background-repeat: no-repeat;
    top: -2.5rem;
    left: -2.5rem;
  }
@media screen and (min-width: 60rem) {
  

}

        .wrapper {
            max-width: 60rem; /* 960px */
            margin: 0 auto; /* zero top/bottom, centered left/right */
        } 
  section.when h2::after {
    content: " ";
    display: block;

}
*, ::before, ::after {
  box-sizing: border-box;
}

  /* flexbox */
  .when .flex-container {
  display: flex;
  flex-direction: row-reverse;
 }



 /* floats */
.what picture {
  width: 50%;
  float: left;
}
.what .flex-container {
  display: flow-root;
}
.where picture {
  width: 50%;
  float: left;
}
.where .flex-container {
  display: flow-root;
}
.who picture {
  width: 50%;
  float: left;
}
.who .flex-container {
  display: flow-root;
}
.what .flex-container picture {
  float: left;
  width: 50%;
}
.who .flex-container picture{
  float:left;
  width: 50%;
}
.where .flex-container picture{
  float:left;
  width: 50%;
}
.when .flex-container{
  display: flex;
}
.why .flex-container{
  display: flex;
}
.how .flex-container{
  display: flex;
}
    section.who {
        position: relative; /* enables accurate absolute positioning for the pseudo-element */
    } 

    section.when::before {
        content: " ";  /* the pseudo-element cannot be empty for this trick to work */
        display: block;
        position: absolute;
        height: 128px; /* use any size you need */
        width: 184px; /* use any size you need */
        background-image: url(bgimg/Green_Leaves_PNG_Clip_Art.png);  /* place image in the css/bgimg folder as they are decorative only */
        background-size: cover;
        background-repeat: no-repeat;
        top: 105.5rem;
        left: 95.5rem;
    }
    section.who {
        position: relative; /* enables accurate absolute positioning for the pseudo-element */
    } 

    section.who::before {
        content: " ";
  display: block;
  position: absolute;
  height: 86px;
  width: 112px;
  background-image: url(bgimg/Spring_Leaf_Transparent_PNG_Clip_Art_Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -6.5rem;
  left: -6.5rem;
    }
     section.why {
        position: relative; /* enables accurate absolute positioning for the pseudo-element */
    } 

    section.why::before {
        
  content: " ";
  display: block;
  position: absolute;
  height: 73px;
  width: 140px;
  background-image: url(bgimg/Green_Leaves_PNG_Image.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 27.5rem;
  left: 54.5rem;
    }
    
    /* always comment closing media query bracket */

