img {
    max-width: 100%; 
    height: auto;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #38976D;
}

#jaclogo {
	margin: 1rem auto 9rem auto;
    margin-bottom: 1rem;
	max-width: 168px;
	display: block;
}
h1{
    text-align: center;
    font-family: DynaPuff;
    font-style:normal;
    font-weight: 400;
    color: #E0FFDE;
    font-size: 43px;
}



h2{
    text-align: center;
    font-family: DynaPuff;
    font-weight: 400;
    text-align: center;
}
#desc{
    text-align: center;
    font-family: Nunito;
    font-style:normal;
    margin-top: 1.5rem;

}

p{
    font-family: Nunito;
    font-weight: 800;
}
#desc{
    text-align: center;
    margin-right: 1em;
    margin-left: 1em;
}
footer{
    text-align: center;
    font-family: Nunito;
    font-weight: 800;
    background-color: #8cd7b6;
    color: #000000;
    height: 5rem;
    line-height: 5rem;
}
ol{
    font-family: Nunito;
    font-weight: 800;
}
.apple{
    height: auto;
    width: 10rem;


}
.android{
    height: auto;
    width: 10rem;
}

section {
	border: 1px solid #444;
	margin: 1rem 1rem 4rem 1rem;
	padding: 1rem;
	background-color: #8cd7b6;
}
#antbanner{
    width: 100%;
    background-image: url(ssh://cpanel/home/mc2389094/public_html/bioblitz/img/antbanner.svg);
    background-position: center;
}
#subt{
margin-bottom: 0.5rem;
font-size: 25px;
}

.message {
    color: #000;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
  
.chatBubble {
    border: 5px solid #8cd7b6;
    border-radius: 10px;
    background-color: #8cd7b6;
    padding: 15px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    position: relative;

}

.chatBubble::before{
    content: " ";
    position: absolute;
    z-index: -99;
    display: block;
    background-image: url(/bioblitz/img/hedgehogweb.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5.3rem;
    height: 5.3rem;
    top: -6rem;
    right: -1rem;
}

@media screen and (max-width: 440px){
    .chatBubble {
        border: 5px solid #8cd7b6;
        border-radius: 10px;
        background-color: #8cd7b6;
        padding: 15px;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 20px;
        position: relative;
        margin-top: 5.5rem;
      }
    
}



.how{
    position:relative;
    background-image: url(/bioblitz/img/leafsvgnew.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
}


.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #8cd7b6;
    position: relative;
    float: right;
    right: 0%;
    bottom: 37px;
}

.par1{
    text-align: center;
}

.par2{
    text-align: center;
}

.appicons{

    height: auto;
    width: 160px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.inaturalist{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}


@media screen and (max-width: 640px) {
    section h2 {
        background-size: contain;
        background-position-x: 36.3rem;
        background-position-y: 0;
        background-repeat: no-repeat;

    }

        
}




header a:link {fill: #000000;}
header a:visited  {fill: #00FF40;}
header a:hover  {fill: #FF0000;}
header a:active {fill: #FF0000;}

main a:link  {fill: #000000;}
main a:visited  {fill: #00FF22;}
main a:hover  {fill: #FF0000;}
main a:active  {fill: #FF0000;}

footer a:hover  {fill: #000000;}
footer a:active  {fill: #00FF0D;}
footer a:hover  {fill: #A4ADB3;}
footer a:active  {fill: #A4ADB3;}


@media screen and (min-width: 40em) {
    .flex-container{
        display: flex;
    }

    .johnabbott{
     max-width: 75%;
    }

    .aprilpic{
        max-width: 75%;
    }
    
    }


.when .flex-container{
    flex-direction: row-reverse;
}

.flex-container > p,
.flex-container > div {
    margin: 1rem 1rem;

}

.wrapper {
    max-width: 64rem;
    margin: 0 auto;
}