.title{
	font-size: 48px;
	font-weight: 300;
	width: 100%; 
	text-align: center;
	display: block;
	margin: calc(60px + 5vh) auto calc(20px + 5vh) auto;
}

.photomenu{
	display: block;
	width: 100%;
	text-align: center;
}

.photomenu li{
	padding: 0px 20px;
	display: inline-block;
}

.photomenu-caption{
	margin: 10px 0;
}

.photomenu img{
	width: 200px; 
}

.small-photomenu{
	display: none;
}

.section-holder{
	position: absolute;
	width: 100%;
	left: 0;
}

@media (max-height: 650px){
	.section-holder{
		top: 650px;
	}
}

@media (min-height: 650px){
	.section-holder{
		top: 100%;
	}
}

@media (max-width: 800px){
	.photomenu{
		display: none;
	}

	.title{
		font-size: 36px;
		margin-bottom: 10px;
	}

	.small-photomenu{
		display: block;
		width: 100%;
		text-align: center;
	}

	.small-photomenu img{
		width: 300px;
	}
	
	.small-photomenu li{
		display: block;
		padding: 10px;
		height: 20px;
	}
}

@media (max-width: 1000px){
	.small-photoholder{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	.small-photoholder img{
		width: 300px;
		margin: 0 auto;
	}
}

@media (min-width: 1000px){
	.photomenu img{
		width: 250px;
	}

	.title{
		font-size: 60px;
	}
	
	.photomenu-caption{
		text-size: 24px;
	}

	.small-photoholder{
		display: none;
	}
}

