body {
	margin: 0px;
	margin-bottom: 66px;
	padding: 0px;
	background-color: #000;
	border-top: 66px solid #fff;
	}
	

#header {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	font-weight: 300;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	overflow: hidden;
	}
	#header #logo {
		margin-top: 25px;
		margin-left: 25px;
		text-align: center;
		float: left;
		}
	#header #logo a {
		text-decoration: none;
		color: #000;
		}
	#header #menu {
		margin: 0 0 0 20px;
		float: left;
		}
		#header #menu ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			}
			#header #menu ul li {
				float: left;
				padding: 25px 36px 20px 36px;
				text-transform: uppercase;
				}
			#header #menu ul li:hover {
				background-color: #000;
				color: #fff;
				cursor: pointer;
				-webkit-transition: all 0.1s linear;
				}
				
#photo {
	margin: 0 auto;
	line-height: 0;
	}
	#photo .photo_holder {
		position: relative;
		}
		#photo .photo_holder img {
			width: 100%;
			margin: 0px;
			}
		#photo .photo_holder_vertical {
			position: relative;
			text-align: center;
			}
		#photo .photo_holder_vertical img {
			width: 50%;
			margin: 0px;
			}
		#photo .photo_holder .photo_text {
			position: absolute;
			bottom: 66px;
			left: 0px;
			color: rgba(255, 255, 255, 0.5);
			font-size: 26px;
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 300;
			background-color: rgba(0, 0, 0, 0.4);
			padding: 30px;
			text-align: center;
			text-transform: uppercase;
			}
		#photo .photo_holder_vertical .photo_text {
			position: absolute;
			bottom: 66px;
			left: 0px;
			color: rgba(255, 255, 255, 0.5);
			font-size: 26px;
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 300;
			background-color: rgba(0, 0, 0, 0.4);
			padding: 30px;
			text-align: center;
			text-transform: uppercase;
			}
		
#footer {
	position: fixed;
	bottom: -217px;
	width: 100%;
	height: 276px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	z-index: 1000;
	background-color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 21px;
	}
	#footer #footer_header {
		background-color: #000;
		padding: 19px;
		}
	#footer #footer_header:hover {
		background-color: #fff;
		color: #000;
		cursor: pointer;
		-webkit-transition: all 0.1s linear;
		}
	#footer #footer_contactform {
		margin: 10px auto 10px;
		padding: 40px;
		background-color: #fff;
		width: 400px;
		color: #000;
		overflow: hidden;
		}
		#footer #footer_contactform label {
			float: left;
			width: 100px;
			margin-right: 66px;
			font-size: 24px;
			text-align: right;
			}
		#footer #footer_contactform input {
			float: left;
			width: 220px;
			padding: 6px;
			font-size: 18px;
			border: 1px solid #ccc;
			background-color: #f5f5f5;
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 300;
			}
		#footer #footer_contactform textarea {
			float: left;
			width: 220px;
			padding: 6px;
			font-size: 18px;
			border: 1px solid #ccc;
			background-color: #f5f5f5;
			font-family: 'Josefin Sans', sans-serif;
			font-weight: 300;
			}
		#footer #footer_contactform input[type=submit] {
			background-color: #ccc;
			width: 400px;
			margin-top: 10px;
			padding: 6px;
			font-size: 22px;
			text-transform: uppercase;
			}
		#footer #footer_contactform input[type=submit]:hover {
			background-color: #f5f5f5;
			cursor: pointer;
			}
		#footer #footer_contactform input:focus, #footer #footer_contactform textarea:focus {
			background-color: #e9e9e9;
			outline: none;
			-webkit-transition: background 0.2s linear;
			}
			
			
@media screen and (max-width: 1280px) {
	#header #menu ul li {
		float: left;
		padding: 25px 20px 19px 20px;
		text-transform: uppercase;
		}
}

@media screen and (max-width: 1024px) {
	#header #menu ul li {
		float: left;
		padding: 25px 5px 19px 5px;
		text-transform: uppercase;
		}
	#header #logo {
		margin: 25px 0 0 10px;
		}
	#header #menu {
		margin: 0 0 0 10px;
		}
}

@media screen and (max-width: 720px) {
	#header #menu ul li {
		float: left;
		padding: 10px 6px 6px 6px;
		text-transform: uppercase;
		}
	#header {
		font-size: 15px;
		}
		#header #logo {
			margin: 10px 0 0 10px;
			}
		#header #menu {
			margin: 0 0 0 10px;
			}
			
	body {
		border-top: 32px solid #fff;
		}
	
	#photo .photo_holder .photo_text, #photo .photo_holder_vertical .photo_text {
		bottom: 22px;
		font-size: 18px;
		padding: 15px;
		}

}

@media screen and (max-width: 480px) {

	#logo {
		display: none;
		}

	#header {
		}
		#header #menu {
			left: 20px;
			}
			#header #menu li {
				font-size: 12px;
				}

	#footer {
		font-size: 15px;
		}
		#footer #footer_header {
			font-size: 21px;
			}
		#footer #footer_contactform {
			padding: 20px;
			width: auto !important;
			margin: 0 auto;
			}
			#footer #footer_contactform label {
				float: none;
				margin-top: 20px;
				margin-right: 0;
				font-size: 15px;
				width: 100%;
				display: inline-block;
				text-align: center;
				}
			#footer #footer_contactform input {
				float: none;
				font-size: 14px;
				width: 80%;
				}
			#footer #footer_contactform textarea {
				float: none;
				font-size: 14px;
				width: 80%;
				}
			#footer #footer_contactform input[type=submit] {
				width: 80%;
				}
				
	#photo .photo_holder .photo_text, #photo .photo_holder_vertical .photo_text {
		font-size: 14px;
		}

}