@charset "utf-8";
/* CSS Document */

body {
	background-color:#040302;
}
#Photography {
	display: none;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	background-color: #800000;
	text-align:center;
	position: fixed;
	height: 100%;
	width: 300px;
	left: 75px;
	top: 0px;
	z-index:10;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.pictures {
	position: absolute;
	top: 100px;
	bottom: 100px;
	left: 0;
	max-height:800px;
	width:3900px;
}
.fill {
	background-color: rgb(79,1,1);
	display: inline-block;
	height: 100%;
	width: auto;
	margin:20px;
	border: 1px solid #999;
	position: relative;
	vertical-align: top;
	padding:0px 30px;
	text-align:center;
}
.pictures .fill h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #fff;
	position: relative;
	top: 20%;
}
.pictures .fill p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #fff;
	position: relative;
	top: 35%;
}

.pictures img {
	height: 100%;	
	width: auto;
	margin:20px;
	border: 1px solid #999;
}
#menu ul {
	margin-top:20%;
}
.pictures #space {
	min-width: 400px;
	border:none;
}
#menu ul li {
	margin: 5px;
	padding: 5px;
	list-style-type: none;
}
#menu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-decoration:none;
	color: #fff;
	margin: 5px;
	padding: 5px;
}
#menu ul li a:hover {
	text-decoration:none;
	color: #FF0;
}
#menu img {
	height: auto;
	width: 50%;
	margin-top: 25%;
	opacity:0.7;
	filter:alpha(opacity=70);
}
 @media only screen and (min-width : 250px) and (max-width : 800px) {
.fill {
	width: 100%;
	margin:0px auto !important;
	padding:0px;
}
#Photography {
	display: block;
	font-size: 1.8em;
	margin:0px auto;
	text-align:center;
	padding-bottom:20px;
}
.pictures #space {
	width: 1px;
	min-width: 1px;
	height:0px;
}
.pictures {
	top: 155px;
	bottom: 0px;
	width:auto;
	margin:5px auto;
	text-align:center;
	padding:0px 5%;
	padding-bottom:30px;
}
.pictures:after {
	content:"";
	display:block;
	height:20px;
}
.pictures img {
	width: 100%;
	height: auto;
	margin:30px auto !important;
}
#menu {
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align:center;
	padding-bottom:7px;
}
#menu ul {
	margin-top:0%;
}
#menu ul li {
	display: inline;
}
#menu img {
	display:none;
}
}
