#max {
	margin: 75px auto 0 auto;
	display: block;
	max-width:1030px;
	background-color: #c6c6c1 ; /* box color */
}

#maximage {
	width: 100%;
}
.galleryarea{
	margin: 0 auto 0 auto;
	max-width:1030px;
	background: #c6c6c1;
	padding-top: 20px;
	overflow: auto;

}
.galleryarea img{
	border:1px solid #4A4A4A;
	margin-bottom: 20px;
	width: 313px;
	display: block;
	transition: all .2s ease-in-out;
}
.galleryarea:hover img{
	opacity: .75;
	border:1px solid #4A4A4A;
}
.galleryarea img:hover{
	opacity: 1;
	border:1px solid #ffffff;
}
.threecolumn {
	float:left;
	width: 32.8%;
	overflow: hidden;
	border: 0px solid red;
	padding-right: 00px;
	padding-left:21px;
	box-sizing: border-box;
	
}
#intro {
	max-width: 990px;
	position: relative;
	padding: 20px 20px 0 20px;	
	overflow: hidden;
	margin: 0px auto 0px auto;
	background-color: #c6c6c1; /* box color */
}
#theend {
	padding: 0px 20px 20px 20px;	
	max-width: 990px;
	background-color: #c6c6c1; /* box color */
	margin: 0 auto 20px auto;
			}
	
section#photostory p {color: #2C2C2C; margin-bottom: 12px;}
.story {width: 100%;}

h4{font-family: 'Open Sans', helvetica, san-serif; font-size:1.0em;} /*action figure titles*/

.centerwrap { /*centers content*/
	
	overflow: auto;
	text-align: center;
	
}

.full { /*full width image*/
		border: 1.3px solid;
	width: 100%;
	
}

.left { /*float left for images padding: 0 15px 0 0;*/
		border: 1.3px solid;
		width: 60%;
		margin-right: 15px;
	margin-bottom: 15px;
		float:left;
}

.right { /*float right*/
		padding:12px;
		background-color:white; 
		width:35%;
		float: clear;
		overflow: auto;
}
.figurethumb { /*container for image and text*/

	width: 200px;
	display: inline-block; 
	vertical-align: top;
	margin:20px;
}
.figurethumb a {color: #65615C;}
.figurethumb a:visited {color: #65615C;}
.figurethumb a:hover {color: #8B8150;}

/* Opacity #1 */
.figurethumb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 1.3px solid;
}
.figurethumb:hover img {
	opacity: .8;
	border: 1.3px solid;
}

/*Start Modal*/
 /* Style the Image Used to Trigger the Modal */

#myImg:hover {opacity: 0.7;}

/*End Modal*/


/*MEDIA QUERY*/
@media only screen and (max-width : 970px) {
	
.left { /*float left for images padding: 0 15px 0 0;*/
		border: 1.3px solid;
		width: 100%;
		margin-right: 0px;
		float:left;
}

.right { /*float right*/
		
		margin-top: 12px;
		padding: 12px 12px 0 12px;
		width:97%;
}
.galleryarea img{
	margin-bottom: 20px;
	width: 100%;

}
.threecolumn {
	width: 100%;
	padding-right: 21px;
	}
	}