@import url(https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Gorditas:wght@400;700&display=swap);
h1{
    font-family: "Gorditas", Helvetica, sans-serif;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}
h2{
    font-family: "Gorditas", Helvetica, sans-serif;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 2.9rem;
    text-align: center;
}
h3{
    text-align: center;
    padding: 1rem;
}
h4, h5, h6, p{
    font-family: "Averia Sans Libre", Helvetica, sans-serif;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1rem;
}
header{
    background-image: url(../img/header.png);
    background-size: 100%;
    height: 225px;
    margin: -1rem;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
}
#title{
    display: block;
    position: relative;
    margin: auto;
    width: 75%;
    padding-top: 1.5rem; 
    animation: movein 3s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-name: roll;
    animation-duration: 1.5s;
}
@keyframes movein {
    from {left: 0px;}
    to {left: 300px;}
  }
@keyframes roll{
  100% {transform: rotate(360deg);}
}
.tomato{
    border: solid #5b94ca 5px;
    background-color: white;
    padding: 1rem;
}

    
img{
    border-radius: 1.5rem;
}

.fb{
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 1rem;
}
.fblink img:hover{
    width: 50rem;
  
   animation: wiggle 0.75s infinite;
}
@keyframes wiggle {
    0% { transform: rotate(0deg); }
    40% { transform: rotate(5deg); }
    95% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }
.gwdimage{
    border: solid #5b94ca  5px;
}
.transplant img{
    border: solid #5b94ca  5px;
}
.transplant h3{
    text-align: center;
}

.macmarket .two p:last-child {
    border: 1px solid #445fa0;
    padding: 0.5rem;
  }

.logos .flex-container{
    display: flex;
    flex-wrap: wrap;
    gap:0.75rem;
    margin:0 0.25rem;
}
.logos img{
    width: 100px;
}
.earthday img{
    width:70px;
    border-radius: 0.75rem;
    margin-left: 0.5rem;
}
#jac-logo {
    width: 130px;
    color: black;
  }

header h1{
    text-align: center;
}
body{
    margin: 1rem;
    background-color: #c9db4e;
    background-image: url(../img/background.png);
    background-size: 140%;
}
main {
    padding-bottom: 1rem;
  }

footer{
    background-image: url(../img/footer.png);
    background-size: 100%;
    margin: -1rem;
    height: 150px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 6.75rem;
    background-position: bottom;
}
footer span.gwd {
    color: #c9db4e;
  }
.earthday .flex-container {
  display: flex;
  flex-wrap: wrap;
  gap:
  0.75rem;
  margin:
 0 0.25rem;
}
.column-two{
    background-color: rgba(255,255,255);
    border-radius: 1.5rem;
    padding:1rem;
    border: solid  #5b94ca 5px;  
}
.earthday .flex-container{
      background-color: rgba(255,255,255);
    border-radius: 1.5rem;
    padding:1rem;
    border: solid  #5b94ca 5px;  
}


/*----------------IPAD SIZE-----------------------*/
@media only screen and (min-width: 375px){
    body{
    background-size: 100%;
    }
    .flex-container{
    display: flex;
    }
    header{
    height: 300px;
    background-size: 100%;
    margin: -1rem;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    }
    header img{
        top: -1.5em;
    }
    #jac-logo {
    top: 1rem;
     }
    .giveaway .column-one {
     width: 70rem;
    }
    .gwd .column-one {
     width: 170rem;
    }
     .transplant .column-two {
     width: 70rem;
     }
     .column-one{
         margin: 0 0.5rem 0 0.5rem;
     }
      .column-two{
         margin: 0 0.5rem 0 0.5rem;
      }
    
    footer{
        background-image: url(../img/ipadfooter.png);
        background-size: 100%;
        margin: -1rem;
        height: 150px;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 15.75rem;
        background-position: bottom;
        height: 290px;
        margin-bottom: -1rem;
    }
    }/*--------------End of Media Query-----------*/
    
    
    /*------------------DESKTOP-----------------------*/
    @media only screen and (min-width: 831px){
        h1, h2, h4 ,h5, h6{
            color: white;
        }
        h3, p{
            color: black;
        }
    header{
        background-image: none;
        background-position: center;
        height: 440px;
    }
    body{
   
    width: 800px;
    background-size: 50%;
    margin: 0 auto;
    background-image: url(../img/desktopbg.png);
    background-repeat:repeat-y;
    background-position: center;
    background-size: 100%;
    }
    #title{
        width: 70%;
        padding-top: 1.5rem;
    }
    #jac-logo {
        width: 200px;
        margin-top: 1rem;
        background-color: white;
        padding: 0.5rem;
         margin-top: 1rem;
      }
      .tomato{
    border: solid #8bae0b 5px;
    padding: 1rem;
    }
    .gwdimage{
    border: solid #8bae0b  5px;
    }
    .transplant img{
    border: solid #8bae0b 5px;
    }
    
    section.macmarket::before{
        content: "";
        display: block;
        width: 22rem;
        /* border-radius: 3.75rem; */
        height: 22rem;
        position: absolute;
        top: 13rem;
        background-image: url(../img/flower1.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 75%;
        z-index: 2;
        ;right: -1.75rem;
        animation: fly 5s infinite;
    }
    @keyframes fly {
     0% { transform: rotate(0deg); }
     25% { transform: rotate(5deg); }
     50% { transform: rotate(0eg); }
     75% { transform: rotate(-5deg); }
     100% { transform: rotate(0deg); }
     }
    .giveaway .column-one {
     width: 70rem;
    }
    .gwd .column-one {
     width: 170rem;
    }
    
    .transplant .column-two {
     width: 103rem;
    }
    .column-two{
    background-color: rgba(255,255,255);
    border-radius: 1.5rem;
    padding:1rem;
    border: solid  #8bae0b 5px;  
}
          section.transplant::before{
        content: "";
        display: block;
        width: 22rem;
        /* border-radius: 3.75rem; */
        height: 24rem;
        position: absolute;
        top:-9.5rem;
        background-image: url(../img/flower2.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 60%;
        z-index: 2;
        ;left: -9.75rem;
        animation: fly 5s infinite;
    }
       section.logos::before{
        content: "";
        display: block;
        width: 22rem;
        /* border-radius: 3.75rem; */
        height: 15rem;
        position: absolute;
        top:12rem;
        background-image: url(../img/flower1.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 60%;
        z-index: 2;
        ;right: -2.75rem;
        animation: fly 5s infinite;
    }
    .logos img{
    width: 200px;
    }
    .earthday .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0 0.25rem;
    background-color: rgba(255,255,255);
    border-radius: 1.5rem;
    padding:1rem;
    border: solid  #8bae0b 5px;  
}   
    .earthday img{
    border: none;
 }
    footer{
        background-image: none;
        padding: 3rem;
        height: auto;
        background-size: 100%;
    }
    footer span.gwd {
    color: #c9db4e;
  }
    }/*--------------End of Media Query-----------*/