/* CSS Document */

.email-text{ text-align:center;}
.lefttext-black{
	float:left;
	width:100%;
	height:auto;
	color:#111111;
	padding: 2% 0;
}
.pic{ text-align:center;}

.green-link{color:#497b24;
			text-decoration:underline;}
.green-link:link{color:#497b24;
			text-decoration:underline;}			
.green-link:hover{color:#497b24;
			text-decoration:none;}			
.green-link:active{color:#497b24;
			text-decoration:underline;}
.phototop-pics{width: 98%;
height: auto;
text-align: center;
margin: 0 1%;}			
		
.photo-pics{ width: 32%;
float: left;
padding: 0 .5% 0;
text-align: center;
}	
.pics-text {
    width: 98%;
    height: auto;
    text-align: left;
    margin: 1% 1%;
    font-size: 30px;
    color: #429413;
}	
.phototop-video{
	width: 98%;
	height: auto;
	float: left;
	margin: 1%;
}
.video1{
	width: 48%;
	height: auto;
	float: left;
	margin: 0 1.5% 0 0;
	text-align: center;
}	
.video2{
	width: 48%;
	height: auto;
	float: right;
	margin: 0 1.5% 0 0;
	text-align: center;
}
iframe{
width:100%;
height: 300px;
}	
/**********Media Query Start***********/
@media screen and (max-width: 480px) {
.phototop-pics{width: 97%;
height: auto;
padding: 5px;
text-align: center;
margin: 0 1%;}			
		
.photo-pics{ text-align:center;
	width: 93%;}
}


@media (min-width: 481px) and (max-width: 800px) {
.phototop-pics{width: 97%;
height: auto;
padding: 5px;
text-align: center;
margin: 0 1%;}			
		
.photo-pics{ text-align:center;
	width: 93%;}
}	


@media (min-width: 801px) and (max-width: 1024px) {
.phototop-pics{width: 98%;
height: auto;
text-align: center;
margin: 0 1%;}			
		
.photo-pics{ width: 32%;
float: left;
padding: 0 .5% 0;
}