@charset "utf-8";
/* CSS Document */



body, h1, h2, figure {
    margin: 0;
    padding: 0;
  }


h1, h2, h3, h4, figcaption, .caption {
    font-family: Arial, sans-serif;
}

p, h1, h2, h3, h4 {
	width: 92%;
}

p.text {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9rem;
  text-align: justify;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.3;
}



.spacer400 {
	height: 400px;
}


.pagecontainer {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}


a.nodecoration {
		text-decoration: none;
		}


.header1 {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 58%;
}

.header1 img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
} 

.prevnext {
  flex: 1;
  text-align: center;
}


h1.commonname {
	font-size: 1.2rem; 
	text-align: center;
}

h2.speciesname {
	font-size: 1rem;
	font-style: italic;
	text-align: center;
	margin-bottom: 18px;
	font-weight: normal;
}




.image-container {
    position: relative;
    display: inline-block;
    height: auto;
    width: 60%;
}

/* photo or drawing */
figure.image {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 720px;
	}
	
figure.image img {
    max-width: 100%;
    max-height: 640px;
}


/* caption beneath image */
div.caption1 {
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 0px 12px 0px;
	text-align: center;
	width: 550px;
	line-height: 1.6;
	
	}


/* credit for photo or drawing */
div.caption2 {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 550px;
	}
	

sup.superscript {
	font-size: 12px;
	}















/* Adjust styles for smaller screens */
@media (max-width: 720px) {
  .pagecontainer {
    max-width: 95%;
  }  
  
  .header1 {
    max-width: 100%;
	padding:  22px 0 12px 0;
  }
  
  .header1 img {
    max-width: 95%;
  }
  

h1.commonname {
  font-size: 1.25rem; 
}

h2.speciesname {
  font-size: 1rem;
}



/* photo or drawing */
figure.mapimage {
	width: 90%;
	}
	
figure.mapimage img{
        max-width: 100%;
		height: auto;
    }


/* caption beneath image */
div.caption1 {
	width: 90%;
	
	}


/* credit for photo or drawing */
div.caption2 {
	width: 90%;
	}
  

  p {
    font-size: 0.875rem;
	text-align: left;
  }
}