body{
    background-color: #99c6ee;
font-style: normal;
font-size: 1rem;
  color: black;
  font-family: "omnes-pro", sans-serif;
font-weight: 500;
line-height: 1.4;
font-style: normal;
}

.wrapper {
  max-width: 1600px;
}

header {
  background-color: #213e6d;
  font-family: "cooper-black-std", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;  /* tighter leading for titles */
  color: #529352;
  background-image: url(../img/earth.svg),url(../img/tomato-red.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 93% 44.8%, 5% 95.5%;
  background-size: 22%;


}

section {
  margin-bottom: 2%;
}

h2,h3 {
  font-family: "cooper-black-std", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;  /* tighter leading for titles */
  color: #529352;
  text-align: center;
  font-size: 1.2rem;
  padding: 8px;

}

h1 {
  font-family: "cooper-black-std", serif;
  font-weight: 400;
  font-style: normal;
  color: #529352;
  text-align: center;
  font-size: 2.5rem;
  bottom: 9px;

}

#jac-logo {
  display: block;
  width: 11rem;
  height: auto;
  margin: 0rem auto;
  padding: 1rem;
  max-width: 50%;
}


.wrapper {
  padding: 2%;
  width: 100%;
  margin: 0 auto;
  max-width: 1914px;
}

main {

  padding: 2%;
}

.giveaway
{background-color: #cc2a1a;
  padding: 2%;
  border-radius: 40px;
  border: 4px solid black;
}

.giveaway img {
  width: 85%;
}

.flex-container {
  padding: 2%;
}

.column {
  text-align: left;
  margin: 5%;
  
}

.two {
  font-size: 1rem;
}

.macmarket
{background-color: #8bc53f;
  padding: 2%;
  border-radius: 40px;
  border: 5px solid black;
}

.macmarket .one img {
  width: 50%;
  margin: 2% 2% 0% 0;
  left: 3rem;
}

.macmarket .two img {
  width: 20%;
}

.gwd
{background-color: rgb(254, 154, 9);;
  padding: 2%;
  border-radius: 40px;
  border: 5px solid black;
}

.gwd img {
  width: 73%;
}


.transplant
{background-color: rgb(0, 60, 22);
  padding: 2%;
  border-radius: 40px;
  border: 5px solid black;
}

.transplant img {
  width: 85%;
}

.logos
{background-color: rgb(54, 92, 166);
  padding: 2%;
  border-radius: 40px;
  border: 5px solid black;
}

a img:hover {
  opacity: 0.75;
  rotate: 5deg;
}

.logos .two img {
  width: 32%;
}

.earthday
{
  padding: 2%;
  border-radius: 40px;
}

.earthday .flex-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.25rem;
 
}

.earthday.flex-container {
  max-width: 100%;
  flex-wrap: wrap;
  
}

.earthday.flex-container img {
  width:200px;
  padding: 0.5rem;
}

.earthday img {
  max-width: 100%;
  margin-left: 0rem;
  border-radius: 0;
}

img {
  max-width: 63%;
  border-radius: 10px;
  margin-left: 2rem;
}

footer {
  background-color: #579949;
}

/*----TABLET STYLES-----------------------------------------------------*/
@media only screen and (min-width: 375px) {

  header {
    background-color: #213e6d;
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    color: #529352;
    background-image: url(../img/earth.svg),url(../img/tomato-red.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 86% 44.8%, 13% 54.5%;
    background-size: 12%;
  }
  body {
    background-color: #99c6ee;
  }

  .gwd img {
    width: 100%;
    left: 20px;
  }

  .two {
    font-size: 1.2rem;
  }
  
}/*----end of query----*/


/*----DESKTOP STYLES-----------------------------------------------------*/
@media only screen and (min-width: 675px) {

  h2, h3 {
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    color: #529352;
    text-align: center;
    font-size: 2rem;
  }

  header {
    background-color: #213e6d;
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    color: #529352;
    background-image: url(../img/earth.svg),url(../img/tomato-red.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 76% 44.8%, 24% 54.5%;
    background-size: 7%;
  }

  .earthday .flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0.25rem;
   
  }
  
  .earthday.flex-container {
    max-width: 100%;
    flex-wrap: wrap;
    
  }
  
  .earthday.flex-container img {
    width:200px;
    padding: 0.5rem;
  }
  
  .earthday img {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    border-radius: 25px;
  }

  .macmarket .flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

.gwd .flex-container {
  display: flex;
}

.giveaway .flex-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.transplant .flex-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.transplant .two h3:nth-child(3):before {

  content: ""; 
  position: absolute;   
  z-index: 1;
  display: block;

  background-image: url(../img/finger.svg);
  background-repeat: no-repeat;
  background-size: cover; 

  
  width: 3rem;
  height: 3rem;
  top: 0rem; 
  left: -0.5rem;
  rotate: 90deg;

}

.logos img {
  max-width: 15%;
}

.logo .flex-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

h1 {
  font-size: 4rem;


}

.macmarket img {
  max-width: 60%;
}

.transplant h3 {
  left: 0rem;
}

#jac-logo {
    margin-top: 0rem;
}


}
