img {
    max-width: 100%; 
    height: auto;
    
    
}




body {
    font-family: 'Lato', Helvetica, sans-serif;
    background-color: #95D0BD;
}

#jac-logo {
    padding-top: 1rem;
    height: 5rem;
    width: auto;
    display: flex;
    filter: invert();
    position: relative;
    margin: auto;
    z-index: 2;
}

#apple {
    height: auto;
    width: 12rem;
    padding-left: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: auto;
    
}

#google {
    height: auto;
    width: 12rem;
    padding-left: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: auto;
    
}

#bioblitz {
    padding-top: 0rem;
    display: flex;
    height: auto;
    width: auto;
    position: relative;
    margin: auto;
}

#top-bg {
    height: auto;
    width: 100%;
    z-index: 1;
}

#jac {
    padding-top: 2rem;
    display: flex;
    height: auto;
    width: auto;
    position: relative;
    margin: auto;
}

header {
    
    font-family: 'Lato', Helvetica, sans-serif;
    background-image: url(css/img/bg.jpg); /* 1x version */
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 0rem;
    background-color: #309171;
}

h1 {
font-family: 'Lato', Helvetica, sans-serif;
font-size: 40px;
font-weight: 1000;
padding-top: 25px;
text-align: center;
color: rgb(50, 99, 18);
text-shadow: 0px 2px 2px #000000;
background-color: #309171;
margin-top: 1rem;
}

h2 {
padding: 1rem;
font-family: 'Lato', sans-serif;
font-size: 25px;
font-weight: 800;
text-align: center;
padding-top: 20px;
padding-bottom: 23px;
color: rgb(0, 0, 0);
}

h3 {
font-family: 'Lato', sans-serif;
font-size: 20px;
font-weight: 1000;
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 1rem;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 1000;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 23px;
    margin-left: 1rem;
    }

    h5 {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 1000;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 23px;
        margin-left: 1rem;
        
        }

p {
font-family: 'Lato', Helvetica, sans-serif;
font-size: 1rem;
margin-top: 1rem;
font-weight: 700;
}

a {
 margin-left: 1rem;
}

li {
    margin-left: 1rem;
   }

section {
    border: 0px solid #000000;
    margin: 1rem 1rem 5rem 1rem;
    padding: 1rem;
    background-color: #309171
}

footer {
    background-color: #309171;
    height: 10rem;
    line-height: 5rem;
    text-align: center;
}

lalala {
   
    font-size: 20px;
    color: aliceblue;
}


@media screen and (min-width: 48rem) {
    .flex-container {
    display: flex;
    }

    body {
    background-color: #95D0BD;
    }

    p {
        font-size: 1rem;
        margin-left: 1rem;
    }



    .head {
        position: relative;
        background-image: url(/bioblitz/img/bird.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 70%;
        
    }

    #ani1 {
        position: absolute; 
        z-index: 2;         
        padding-left: 40rem; 
        padding-bottom: 20rem;           
                   
    }
    
    
    #ani4 {
        position: absolute; 
        z-index: 2;         
        padding-left: 2rem; 
        padding-top: 10rem;           
                   
    }

    .parent-tag::before {
    
        content: " "; 
        /* content cannot be empty, otherwise box collapses to no height */
    
    
        position: absolute;   
        /* position anywhere you like, on a layer */
        /* could also be "relative" for different behaviour */
    
        z-index: -1;
        /* control stacking like "send to back" */
        /* can be any negative (send to back) or positive (send to front) number, 
        ex: 99 is the 99th layer above the background */
    
        display: block;
        /* behave as normal block level element */
    
        background-image: url(img/bg.jpg);
        /* select image: path points from the css file to the image file */
    
        background-repeat: no-repeat;
        /* by default, backgrounds repeat to fill up the entire space */
    
        background-size: cover; 
        /* or "contain", or a size expressed in em, rem, %, px, etc */
        
        width: 100%;
        height: 5rem;
        /* control size explicitly in em, rem, %, px, etc */
    
        top: -5rem; 
        /* match height of pseudo-element to move it above top edge of parent */
    
        left: 0;
        /* align left */
    }










}
.when .flex-container {
    flex-direction: row-reverse;
    /* places elements in reverse order: second element becomes first */

}


.wrapper{
        max-width: 64rem;
        margin: 0 auto;
    }


    @media (max-width: 576px) {
        #ani1, #ani4 {
            display: none;
        }
    }
    