.container{
	width: 80%;
	border-width: 5px;
	border-color: black;
	color: #9fa1a5;
	background-color: #232323;
	border-style: solid;
	padding: 20px;
	

}

body {
	font-family: helvetica;
	border-radius: 50px;
	margin-right: 10%;
	margin-left: 20%;
	border-color: black;
	color:  #a59f56;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url("http://rcysl.com/wp-content/uploads/2016/12/Wide-Warhammer-Wallpaper-.jpg");
	

}

.textarea{
	border-style: solid;
	border-width: 2px;
	border-color: black;
	padding: 5px;
	background-color: #3a3a3a;
	
}
img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
#stretch {
	max-width: 100%;
	min-width: 25%;
}

img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);

}
.zoomin img:hover {
	width: 200px;
	height: 200px
}
.image-menu {
	margin-right: 5%;
	margin-left: 20%;
}

.zoomin img{
	height: 150px;
	width: 150px;
	-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
			transition: all 2s ease;
}

.header{
	font-family: helvetica;
	font-weight: 500;
	margin: 15%;
	font-size: 24pt;
	width: 80%
}
