@font-face {
	font-family: Caslon540;
	src: url('fonts/Caslon-540.ttf');
}

* {
	font-family: Caslon540, "Times New Roman", Times ;
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-shadow: 1px 1px rgb(50,50,50);
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 300px;
}
hr {
	margin: 20px;
	border: solid rgba(0,0,0,0.2) 1px;
}
a {
	color: #FFF;
	cursor: pointer;
}
a:hover {
	opacity: 0.5;
}
ul, li {
	list-style: none;
}
.page {
	position: absolute;
	z-index: 1;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	text-align: center;
	font-size: 18px;
	border: solid 2px #000;
	background-color: #666;
	color: #FFF;
	overflow: auto;
	display: none;
}
.contact {
	padding-left: 3px;
	padding-right: 3px;
	background-color: rgba(0,0,0,0.5);
}
#splashscreen {
	position: absolute;
	z-index: 9;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
}
#pagehomepage {
	background: url('images/background-large.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#pagehomepage .menu {
	background-color: rgba(0,0,0,0.5);
}
#pagehomepage .menu li {
	display: inline-block;
	margin: 10px;
	text-transform: uppercase;
	font-size: 25px;
}
#pagehomepage .menu li:hover {
	opacity: 0.7;
	cursor: pointer;
}
#pagehomepage .logo {
	display: inline-block;
	width: 600px;
	height: 156px;
	margin-top: 10%;
	color: #FFF;
	font-size: 18px;
	line-height: 270px;
	text-transform: uppercase;
	text-align: right;
	background-image: url('images/logo-large.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.header {
	display: inline-block;
	width: 220px;
	height: 59px;
	margin-top: 5%;
	margin-bottom: 2%;
	background-image: url('images/logo-small.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.footer {
	margin: 10px;
	margin-top: 30px;
}
.footer li {
	display: inline-block;
	margin: 4px;
	text-transform: uppercase;
	font-size: 14px;
}
.footer li:hover {
	opacity: 0.7;
	cursor: pointer;
}
.galleryitems li {
	display: inline-block;
	width: 140px;
	height: 160px;
	margin: 5px;
	color: #FFF;
	font-size: 19px;
	overflow: hidden;
}
.galleryitems li > div {
	display: inline-block;
	width: 125px;
	height: 125px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border: solid #000 2px;
}
.galleryitems li:hover {
	opacity: 0.5;
	cursor: pointer;
}
#gallery {
	display: inline-block;
	position: relative;
	clear: both;
	width: 100%;
	height: 420px;
	margin: 0;
	background-color: #000;
	overflow-x: auto;
	overflow-y: hidden;
}
#gallery #scroller {
	position: absolute;
	width: 100%;
	height: 420px;
	z-index: 1;
}
#gallery ul li {
	float: left;
	width: auto;
	height: 100%;
}
#gallery ul li img {
	height: 420px;
	width: auto;
}
.back {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	font-size: 50px;
	line-height: 38px;
	z-index: 999;
	cursor: pointer;
	display: none;
}
.back:hover {
	opacity: 0.7;
}
.image {
	border: solid #000 2px;
}


@media (max-width: 770px) {
	.page {
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
	}
	#pagehomepage .menu li {
		margin: 8px;
		font-size: 20px;
	}
	#pagehomepage .logo {
		width: 470px;
		height: 123px;
		margin-top: 15%;
		font-size: 14px;
		line-height: 200px;
		background-image: url('images/logo-medium.png');
	}
	.header {
		margin-top: 10%;
		margin-bottom: 2%;
	}
	#pagecasting img, #pagecontact img {
		width: 400px;
		height: auto;
	}
}
@media (max-width: 700px) {
	.page {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border: none;
		outline: none;
	}
	#pagehomepage {
		background: url('images/background.jpg') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#pagehomepage .menu {
		background-color: rgba(0,0,0,0);
	}
	#pagehomepage .menu li {
		display: block;
		margin: 4px;
		font-size: 15px;
		line-height: 25px;
	}
	#pagehomepage .logo {
		width: 220px;
		height: 57px;
		margin-top: 5%;
		margin-bottom: 25%;
		font-size: 12px;
		line-height: 115px;
		background-image: url('images/logo-small.png');
	}
	#pagegalleries .header {
		display: none;
	}
	#pagegalleries .footer {
		display: none;
	}
	#pagegalleries {
		background-color: #000;
		border: none;
		overflow-y: hidden;
	}
	#pagegalleries p {
		display: none;
	}
	#gallery {
		height: 100%;
	}
	#gallery #scroller {
		height: 100%;
	}
	#gallery ul li {
		height: 100%;
	}
	#gallery ul li img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.back {
		display: block;
	}
	#pagecasting img, #pagecontact img {
		width: 250px;
		height: auto;
	}
}