
*{
	margin: 0;
	padding: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------font-----------------*/

a{
	color:inherit;
	font-style: normal;
	text-decoration: none;	
}

h1{
	font-size: 40px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	
}

h2{
	font-size: 35px;
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
	font-style: italic;

}

h3{
	font-size: 35px;
	font-family: 'Lato', serif;
	font-weight: 300;
	text-transform: uppercase;
	  letter-spacing: 3px;
}

h4{
	font-size: 25px;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	text-transform: uppercase;
	
}

h5{
	font-family: 'Lato', sans-serif;	
	font-weight: 300;
	font-size: 18px;	
}

p{
	text-indent: 20px;
	font-size: 16px;
	font-weight: 400;
}

dt{
	margin-top: 10px;
	font-size: 23px;
	font-weight: 500;
}

dd{
	font-weight: 300;
	font-size: 20px;
}

.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

}

.remarksText{
	font-size: 30px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	color: black;
}

.italized{
	font-style: italic;
	font-weight: 400;
}

/*---------------------------------------------*/
.mainBody {
	color: 	white;
	font-family:'Lato', sans-serif;
	width: 100%;
}

/*------------------HEADER START----------*/
.mainHeader{
		width: 	auto;
		height: 100px;
		background-color: white;
		color: #087030;
		position: relative;		
}


.mainNav{
		width: 	75%;
		height: 100%;
		font-size: 20px;
		margin:0 auto;
}

.navLogo{
		width: 	40%;
		height:  100%;
		min-height: 50%;
		max-height: 90%;
		font-size: 20%;
		float: left;
}
.navLogo img{
	height:80%;
	width: auto;
	float: left;
	padding: 1.5% 0 0 0;
}
.navLogo2{
	width: 70%;
	height: 100%;
	font-size:23px;	
	margin-left: 2%;
	float: left;
	position: relative;

}

.navLogo2 footer{
	position: absolute;
	left:0;
	top: 50%;	
	transform: translateY(-50%);
}

.navLinks{
		width: 	20%;
		height: auto;
		font-size:18px;
		text-align: right;
		position: absolute;
		top: 50%;
		right: 12.5%;
		transform: translateY(-50%);
}

.navLinks ul{
	list-style: none;
}

.navLinks ul li{
	display: inline;
	padding: 0 1vw;

}


/*------------------INTRO START----------*/

.introWrapper{
	height: auto;
	width: 100%;
	background-image: url(../images/nemenzoBg1.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.introContent{
	width: 75%;
	height: 90vh;
	margin:0 auto;

}

.intro{
	padding-top:60px;
	font-family: 'Noto Serif', serif;
	font-size: 60px;
}

.intro h2{
	font-style: normal;
}
.smoothScrollDown{
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 20px;
		right: 50%;
		transform: translateX(50%);
}

.smoothScrollDown img{
		width: auto;
		height: 100%;
}




/*------------------WHO IS START----------*/


.whoIsWrapper{
	height: auto;
	width: 100%;
	position: relative;
}

.whoIsWrapperGreen{
	background-color: rgba(8,112,48,1); 
}

.whoIsContent{
	width: 75%;
	height: 90vh;
	margin:0 auto;
	padding-bottom: 10vh;
}

.whoIsContainer1, .whoIsContainer2{
	width: 50%;
	float: left;
	margin:1% 0;
	
}

.whoIsPhoto{
	margin: 20px auto 0 auto;
	width: 95%;
	
}

.whoIsPhoto img{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

.whoIsNemenzo{
	background-color: rgba(71,71,71,.5);
	padding: 20px;
	margin: 20px;
	border-radius: 5px;
}

/*------------------FIELD GUIDES START----------*/


.fieldGuidesWrapper{
	height: auto;
	width: 100%;
}
.fieldGuidesContents{
	height: 100vh;
	width: 75%;
	margin: 0 auto 500px auto ;
}

.fieldGuidesContainer1{
	display: inline-block;
	margin-top:50px;
	background-color:rgba(0,0,0,.5);
}

.fieldGuides{
	margin: 30px;
}
.fieldGuidesContainer2{
	margin-top: 70px;
	margin-bottom: 150px;
	font-family:'Lato', sans-serif;
	padding-bottom: 70px;
}

.fieldGuidesContainer2a, .fieldGuidesContainer2b{
	width: 50%;
	float: left;
	margin-bottom: 100px;

}
.paralax{
	position: relative;
}

.paralax img{
	max-width: 3000px;
	
	max-height: 2000px;
	
	position: fixed;
	z-index: -200;
	bottom: 0;
}
.listByGenus , .listByLoc{
	width: 80%;
	margin: 0 auto;
	font-size: 30px;
}

.listByGenusTitle , .listByLocTitle{
	background-color:rgba(8,112,48,.9);
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;

}	

.listByGenus li , .listByLoc li{
	font-size: 20px;
}

.listByGenus button, .listByLoc button{
	width: 100%;
	height: 100%;
	text-align: left;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
	font-size: 25px;
	padding:  5px 10px;
	margin-top: 3px;
	border-radius: 6px;
	background-color: rgba(255,255,255,.8);
	outline: none;
	border:0;
	cursor: pointer;
	 -webkit-transition: all .5s;
    transition: background-color 1s, font-weight 0s, letter-spacing 0s ;
}

.listByGenus button{
	font-style: italic;
}

.listByLoc button{
	font-style: inherit;
}
.listByGenus button:hover , .listByLoc button:hover{
	background-color: #0CA848;
	font-weight: bolder;
	letter-spacing: .5px;	
}

.listByGenus li li , .listByLoc li li{
	background-color: rgba(211,211,211,.8);
	padding:  5px 30px;
	margin-top: 0px;
	color: black;
	font-style: italic;
	font-size: 25px;
	cursor: pointer;	
}



.listByGenus li li:hover, .listByLoc li li:hover  {
	background-color: rgba(83,83,83,.8);
	color:white;	
	font-weight: bolder;
	letter-spacing: 1px;
}



.listByGenus ul, .listByLoc ul{
	list-style: none;
}

.dropdownContent{
	display: none;
}

.lastDropdown{
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 

	margin-bottom: 5px;
}


/*--------------FOOTER START-----------------*/

.mainFooter{
	background-color: rgba(8,112,48,1) ;

}

.footerWrapper{
	height: auto;
	width:75%;
	margin:0 auto;
}

.footer1{
	width: 50%;
	margin: 30px 0;
	float: left;

}

.footer1 ul{
	list-style: none;
	font-size: 20px;
}

.footer1 ul li{
	display: inline;
}


.footerNav{
	width: 100%;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.footer2{
	float: right;
	margin: 30px 0;
	text-align: right;
}

.footer2Content ul {
	list-style: none;
	font-size: 20px;
}

.footer2Content ul li{
	display: inline-block;
	padding: 5px;
}

.footerLink{
		
}

.footer3{
	width: 100%;
	text-align: center;
	clear: both;
	margin: 20px auto;
}

.footer3Logo{
 width: 100%;
}



.footer3Logo img{
	height:70px;
	width: auto;
	margin-bottom: 10px;
}

.footer3Address{
	margin-bottom: 20px;

}

.popup{
	position: relative;
	cursor: pointer;
}

.popupText{
	width: 	150%;
	background-color: rgba(0,0,0,.9);
	position: absolute;
	bottom: 130%;
	right: 50%;
	transform:translateX(50%); 
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}

#popupCitation{
	display:none;
	width:auto;	
}

#popupContact{
	display:none;
	width: auto;
}

.popupText ul{
	list-style: none;
	width: 	100%;
	font-size: 15px;
}

.popupText	ul li{
	display: block;
	text-align:left;	
	
}


.arrow{
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,.7) transparent transparent transparent;
}









































/*---------------------------------------acroporaBifurcata---------------------*/


.introWrapperAb{
	height: auto;
	width: 100%;
	position: relative;
	background-color: black;
}

.introContent img{
	width: 100%;
	height: auto;	
	margin: 0 auto;
}

/*------------------------infoWrapper Start----------------------*/

.infoWrapper{
	background-color: white;
	position: relative;
}

.infoContent{
	width: 75%;
	min-height: 100vh;
	max-height: auto;
	color: black;
	margin: 0 auto;

	

}
.infoArticle{
	width: 75%;
	padding: 10% 0;
	margin: 0 auto;
}

.infoTitle{
	color: green;
}

.infoArticle a{
	text-decoration: underline;
}

/*-----------------------------lightbox Start---------------------*/

.lightBoxWrapper{
	position: relative;
	background-color: rgba(256,256,256,.5);
	background-image: url(../images/nemenzoBg2.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lightBoxContent{
	width: 75%;
	min-height: 100vh;
	padding-top: 1%;
	margin: 0 auto;
}

.lightBox{
	width: 47%;
	max-height: auto;
	margin: 10px auto 0 auto;
}

.lightBoxCarousel{
	height: auto;
	width: 90%;
	
}




/*------------------------stat start-----------------*/
.statWrapper{
	position: relative;
	background-color: rgba(8,112,48,1) ;
}

.statContent{
	width: 75%;
	min-height: 100vh;
	max-height: auto;	
	position: relative;
	margin: 0 auto;

}

.statBox{
	padding-bottom:  10% ;
}

.stat{
	width: 50%;
	float: left;	
}

.stat dl {
	margin-top: 100px;
}

.stat dl dt{
	margin-top: 30px;
}

.stat dl dt img{
	height: 23px;
	width: auto;
	margin-right:  10px;
}

.stat dd{
	width: 80%;
	margin: 5px 0 0 33px;
}



.stat dl img{
	height: 500px;
	width: auto;
}




#mapDefault{

}

#mapA{
	display:none;
}

#mapB{
	display:none;
}

#mapAShow{
	
}

.statContentImage{
	height: auto;
	width: 50%;
	float: left;
	margin-top: 50px;
}



.statContentImage dl dt img{
	height: auto;
	width: 	70%;




}


/*-------------------------remarks START---------------*/

.remarksWrapper{
	position: relative;
	background-image: url(../images/acroporaBifurcata/abRemarks.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.remarksContent{
	width:75%;
	height: 80vh;
	margin: 0 auto;
	padding:  10vh 0;
}

.remarksBox{
	width:70%;
	min-height: 60%;
	margin:0 auto;
	border-style: solid;
    border-color:rgba(255,255,255,.1);
    border-width: 15px;
	background-color:rgba(255,255,255,1);
    position: relative;  
  	top: 45%;
  	transform: translateY(-50%);

}

.remarksTitle{
	width: 100%;
	clear: both;
	margin: 0 auto;
  	text-align: center;
  	position: absolute;
  	top: 45%;
  	transform: translateY(-50%);
}

.tStatus{
	font-weight: normal;
}

.tStatus:hover{
	color:rgba(8,112,48,1);
}

.remarksText {
	width:auto;
	height: auto;
	padding: 4% 2% 0% 2%;
	text-decoration: inherit;
	transition-timing-function: ease;
	transition: all .25s;
	text-align: center
	
}

.remarksSource{
	width: 98%;
	height: auto;
	color:black;
	position: absolute;
	bottom: 2%;
	padding: 0 2%;
	
}

.remarksSource a{
	text-decoration: underline;
	color: rgba(8,112,48,1);
}


.remarksText:hover {
	color: rgba(8,112,48,1);	

}



/*----------------------------similarSpecies START----------------*/

.similarSpeciesWrapper{
	background-color: rgba(255,255,255,.4);

}

.similarSpeciesContent{
	width: 75%;
	min-height: 100vh;
	margin: 0 auto;
	padding:50px 0;

}

.row1{
	width: 100%;
	margin: 50px 0;

}



.rowBox{
	width: 25%;
	float: left;
	margin: 0 4%;
	padding:15px 0;
	background-color: rgba(0,0,0,.5);
	border-radius: 2px;
}

.rowImage{
	width: 90%;
	min-height: 150px;
	max-height: 200px;
	margin: 0 auto;
	overflow: hidden;


}

.rowImage img{
	width: 100%;
	height: auto;
}
.rowText{
	width: 90%;
	margin: 0 auto;
	font-size: 25px;
	font-style: italic;

}

#middleRow{

}






































































































































































































































































































































































@media screen and (min-width:1173px) and (max-width:1471px){
	
/*------------------WHO IS START----------*/


	.whoIsWrapper{
		height: auto;
		width: 100%;
		position: relative;
	}

	.whoIsWrapperGreen{
		background-color: rgba(8,112,48,1); 
	}

	.whoIsContent{
		width: 80%;
		height: auto;
		margin:0 auto;
		padding-bottom: 5vh;
		
		
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 30%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	
	}

	.whoIsNemenzo{
		background-color: rgba(71,71,71,.5);
		padding: 20px;
		margin: 20px;
		border-radius: 5px;
	}


	/*---------------------------------------acroporaBifurcata---------------------*/


	.lightBox{
		width: 55%;
		height: auto;
		margin: 10px auto 0 auto;


	}

	.remarksBox{
		width: 80%;
	}

	.rowText{
		font-size: 20px;
	}



}


@media screen and (min-width:1134px) and (max-width:1172px){



		.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 30%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}




	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}

	.remarksBox{
		width: 80%;
	}

	.rowText{
		font-size: 20px;
	}

}

@media screen and (min-width:1086px) and (max-width:1134px){

	.navLogo2{
		font-size: 20px;	
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}


	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}

	.remarksBox{
		width: 85%;
	}

	.rowText{
		font-size: 20px;
	}


}

@media screen and (min-width:1024px) and (max-width:1086px){

	.navLogo2{
		font-size: 20px;	
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

		
	}


	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;
	}

	.remarksBox{
		width: 97%;
	}

	.rowText{
		font-size: 18px;
	}


}

@media screen and (min-width:985px) and (max-width:1023px){
	
	.navLogo2{
		font-size: 20px;	
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}


	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

	}

	.remarksBox{
		width: 100%;
	}

	.rowText{
		font-size: 18px;
	}

}


@media screen and (min-width:927px) and (max-width:984px){
	
	.navLogo2{
		font-size: 18px;	
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}


	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

	}

	.remarksBox{
		width: 100%;
	}

	.rowText{
		font-size: 16px;
	}


}



@media screen and (min-width:856px) and (max-width:926px){
	.navLogo{
		width: 60%
	}

	.navLogo2{
		font-size: 18px;	
	}

	.navLinks{
		width: 50%;
		font-size: 16px;
	}

	h3{
		font-size: 25px;
	}

	h5 {
		font-size: 17px;
	}


	.intro{
		font-size: 50px;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}


	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

	}

	.remarksBox{
		width: 100%;

	}	

	.rowText{
		font-size: 16px;
	}

}

@media screen and (min-width:768px) and (max-width:855px){
	
	h3{
		font-size: 25px;
	}

	 

	.navLogo{
		width: 60%
	}

	.navLogo2{
		font-size: 18px;	
	}

	.navLinks{
		width: 50%;
		font-size: 16px;
	}

	
	.intro{
		font-size: 50px;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}





	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

	}

	.remarksBox{
		width: 100%;

	}	

	.rowText{
		font-size: 16px;
	}

}
}



@media screen and (min-width:768px) and (max-width:855px){
	
	h3{
		font-size: 25px;
	}

	 

	.navLogo{
		width: 60%
	}

	.navLogo2{
		font-size: 18px;	
	}

	.navLinks{
		width: 50%;
		font-size: 16px;
	}

	
	.intro{
		font-size: 50px;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}


	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

	}

	.remarksBox{
		width: 100%;

	}	

	.rowText{
		font-size: 16px;
	}

	.fieldGuidesContainer2a, .fieldGuidesContainer2b{
	width: 100%;
	float: left;
	margin-bottom: 100px;

}

.statContentImage dl dt img{
	width: 	100%;
}



}


@media screen and (min-width:425px) and (max-width:768px){
	.navLogo{
		width: 100%;
	}

	.navLogo2{
		font-size: 16px;
		}

	.navLinks{
		width: 50%;
		font-size: 16px;
	}

	h3{
		font-size: 25px;
	}

	h5 {
		font-size: 17px;
	}


	.intro{
		font-size: 50px;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}

	.listByGenus, .listByLoc{
		width: 90%;
	
}

	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

	}

	.remarksBox{
		width: 100%;

	}	

	.rowText{
		font-size: 16px;
	}

	.statContentImage dl dt img{
	width: 	100%;
}

}

@media screen and (min-width:768px) and (max-width:855px){
	
	h3{
		font-size: 25px;
	}

	 

	.navLogo{
		width: 60%
	}

	.navLogo2{
		font-size: 18px;	
	}

	.navLinks{
		width: 50%;
		font-size: 16px;
	}

	
	.intro{
		font-size: 50px;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}

	.listByGenus, .listByLoc{
		width: 90%;
	}
	
	



	/*---------------------------------------acroporaBifurcata---------------------*/

	.lightBox{
		width: 70%;
	
	}


	.remarksTitle{
	font-size: 35px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;

	}

	.remarksBox{
		width: 100%;

	}	

	.rowText{
		font-size: 16px;
	}

	.fieldGuidesContainer2a, .fieldGuidesContainer2b{
	width: 100%;
	float: left;
	margin-bottom: 100px;

}

.statContentImage dl dt img{
	width: 	100%;
}



}


@media screen and (min-width:425px) and (max-width:768px){
	
	/**{
		overflow-x: hidden;
	}*/
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 15px;
	}
	h4{
		font-size: 19px;
	}
	h5{
		font-size: 15px;
	}

	p{
		font-size: 12px;
	}
	 .mainNav{
	 	width: 100%;
	 }

	.navLogo{
		width: 75%;
		margin: 0 auto;
		max-height: 70%;
		padding: .5% 0;
		float: none;
	}

	.

	.navLogo2{
		font-size: 16px;	
	}

	.navLinks{
		width: 100%;
		font-size: 16px;
		
		position: relative;
		top: 7%;
		right: 0%;
		text-align: center;
		border-style: solid none;
		border-color: #087830;
		border-width: .7px;
	}

	
	.intro{
		font-size: 50px;
	}

	.whoIsWrapper{
		overflow: visible;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}

	.listByGenus, .listByLoc {
		font-size: 23px;
	}

	.listByGenus button, .listByLoc button{
		font-size: 20px;
	}

	.listByGenus li li, .listByLoc li li {
		font-size: 18px;
	}
	
	



	/*---------------------------------------acroporaBifurcata---------------------*/
	
	.infoContent{
		width:100%;
		border-width: 0px;
		overflow-x: hidden;
	}

	.remarksTitle{
	font-size: 25px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;

	}

	.remarksContent{
		width:100%;
		overflow-x: hidden;
	}

	.remarksBox{
		width: 100%;
		border-width: 0;
		overflow-x: hidden;

	}	

	.lightBox{
		width: 80%;
	
	}

	.stat{
		width: 100%;
		clear: both;
	}

	.statContentImage{
		width: 80%;
		margin:0 auto;
		clear: both;
	}

	.row1{
		margin: 0 0 0 0;
	}
	
	.rowBox{
		width: 60%;
		margin-top: 18px;
		padding: 7px 0;
	}
	.rowImage{
		display: none;
		visibility: hidden;
	}
	.rowText{
		font-size: 18px;
	}

	.fieldGuidesContainer2a, .fieldGuidesContainer2b{
	width: 100%;
	float: left;
	margin-bottom: 100px;

}

.footer1{
	width: 40%;
}

.footerWrapper{
	width: 90%;
}

.footer1 ul, .footer2Content ul{
	font-size: 16px;
}

.statContentImage dl dt img{
	width: 	100%;
}
}

@media screen and (min-width:375px) and (max-width:425px){

	h1{
		font-size: 30px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 15px;
	}
	h4{
		font-size: 19px;
	}
	h5{
		font-size: 15px;
	}

	p{
		font-size: 12px;
	}
	 .mainNav{
	 	width: 100%;
	 }

	.navLogo{
		width: 75%;
		margin: 0 auto;
		max-height: 70%;
		padding: .5% 0;
		float: none;
	}

	

	.navLogo2{
		font-size: 16px;	
	}

	.navLinks{
		width: 100%;
		font-size: 16px;
		
		position: relative;
		top: 7%;
		right: 0%;
		text-align: center;
		border-style: solid none;
		border-color: #087830;
		border-width: .7px;
	}

	
	.intro{
		font-size: 50px;
	}

	.whoIsWrapper{
		overflow: visible;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}

	.listByGenus, .listByLoc {
		font-size: 23px;
		width: 100%;
	}

	.listByGenus button, .listByLoc button{
		font-size: 20px;
	}

	.listByGenus li li, .listByLoc li li {
		font-size: 18px;
	}
	
	



	/*---------------------------------------acroporaBifurcata---------------------*/
	
	.infoContent{
		width:100%;
		border-width: 0px;
		overflow-x: hidden;
	}

	.remarksTitle{
	font-size: 25px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;

	}

	.remarksContent{
		width:100%;
		overflow-x: hidden;
	}

	.remarksBox{
		width: 100%;
		border-width: 0;
		overflow-x: hidden;

	}	

	.lightBox{
		width: 80%;
	
	}

	.stat{
		width: 100%;
		clear: both;
	}

	.statContentImage{
		width: 80%;
		margin:0 auto;
		clear: both;
	}

	.row1{
		margin: 0 0 0 0;
	}
	
	.rowBox{
		width: 60%;
		margin-top: 18px;
		padding: 7px 0;
	}
	.rowImage{
		display: none;
		visibility: hidden;
	}
	.rowText{
		font-size: 18px;
	}

	.fieldGuidesContainer2a, .fieldGuidesContainer2b{
	width: 100%;
	float: left;
	margin-bottom: 100px;

}

.footer1{
	width: 40%;
}

.footerWrapper{
	width: 90%;
}

.footer1 ul, .footer2Content ul{
	font-size: 16px;
}

.statContentImage dl dt img{
	width: 	100%;
}
}
@media screen and (min-width:140px) and (max-width:375px){

	h1{
		font-size: 30px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 15px;
	}
	h4{
		font-size: 19px;
	}
	h5{
		font-size: 15px;
	}

	p{
		font-size: 12px;
	}
	 .mainNav{
	 	width: 100%;
	 }

	.navLogo{
		width: 75%;
		margin: 0 auto;
		max-height: 70%;
		padding: .5% 0;
		float: none;
	}

	

	.navLogo2{
		font-size: 16px;	
	}

	.navLinks{
		width: 100%;
		font-size: 16px;
		
		position: relative;
		top: 7%;
		right: 0%;
		text-align: center;
		border-style: solid none;
		border-color: #087830;
		border-width: .7px;
	}

	
	.intro{
		font-size: 50px;
	}

	.whoIsWrapper{
		overflow: visible;
	}

	.whoIsContainer1 {
		width: 90%;
		margin:0 auto;
	}
	.whoIsContainer2{
	 	width: 100%;
	 	height: auto;
		float: left;
		margin:1% auto;
		clear: both;
	}	
		

	.whoIsPhoto{
		margin: 20 auto ;
		width: 50%;
		
		
	}

	.whoIsPhoto img{
		max-width: 100%;
		height: auto;
		border-radius: 5px;
		margin:0 auto;

	}

	.listByGenus, .listByLoc {
		font-size: 23px;
		width: 100%;
	}

	.listByGenus button, .listByLoc button{
		font-size: 20px;
	}

	.listByGenus li li, .listByLoc li li {
		font-size: 18px;
	}
	
	



	/*---------------------------------------acroporaBifurcata---------------------*/
	
	.infoContent{
		width:100%;
		border-width: 0px;
		overflow-x: hidden;
	}

	.remarksTitle{
	font-size: 25px;
	color: black;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;

	}

	.remarksContent{
		width:100%;
		overflow-x: hidden;
	}

	.remarksBox{
		width: 100%;
		border-width: 0;
		overflow-x: hidden;

	}	

	.lightBox{
		width: 80%;
	
	}

	.stat{
		width: 100%;
		clear: both;
	}

	.statContentImage{
		width: 80%;
		margin:0 auto;
		clear: both;
	}

	.row1{
		margin: 0 0 0 0;
	}
	
	.rowBox{
		width: 100%;
		margin-top: 18px;
		padding: 7px 0;
	}
	.rowImage{
		display: none;
		visibility: hidden;
	}
	.rowText{
		font-size: 18px;
	}

	.fieldGuidesContainer2a, .fieldGuidesContainer2b{
	width: 100%;
	float: left;
	margin-bottom: 100px;

}

.footer1{
	width: 40%;
}

.footerWrapper{
	width: 90%;
}

.footer1 ul, .footer2Content ul{
	font-size: 12px;
}

.statContentImage dl dt img{
	width: 	100%;
}
}