/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 15, 2015 */

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/champagne__limousines_bold_italic-webfont.eot');
    src: url('fonts/champagne__limousines_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champagne__limousines_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines_bold_italic-webfont.woff') format('woff'),
         url('fonts/champagne__limousines_bold_italic-webfont.ttf') format('truetype'),
         url('fonts/champagne__limousines_bold_italic-webfont.svg#champagne__limousinesBdIt') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/champagne__limousines_bold-webfont.eot');
    src: url('fonts/champagne__limousines_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champagne__limousines_bold-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines_bold-webfont.woff') format('woff'),
         url('fonts/champagne__limousines_bold-webfont.ttf') format('truetype'),
         url('fonts/champagne__limousines_bold-webfont.svg#champagne__limousinesbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('champagne__limousines_italic-webfont.eot');
    src: url('champagne__limousines_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champagne__limousines_italic-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines_italic-webfont.woff') format('woff'),
         url('fonts/champagne__limousines_italic-webfont.ttf') format('truetype'),
         url('fonts/champagne__limousines_italic-webfont.svg#champagne__limousinesitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Champagne & Limousines';
    src: url('fonts/champagne__limousines-webfont.eot');
    src: url('fonts/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champagne__limousines-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines-webfont.woff') format('woff'),
         url('fonts/champagne__limousines-webfont.ttf') format('truetype'),
         url('fonts/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
	color: white;
	min-width: 600px;
	max-width: 1920px;
	font-family: "Champagne & Limousines";
	font-size: 18pt;
	text-shadow: 2px 2px 2px rgba(255,255,255,.3);
}

#body {
	display: none;
}

.header {
	background: url(banner-bg-big.jpg);
	background-size: cover;
	width: 100%;
	position:relative;
	display:inline-block;
	overflow: hidden;
	z-index: 3;
}

.header div {
	text-align: right;
	width: 100%;
}

.header div:after {
  padding-top: 80%;
  display: block;
  content: '';
}

.fg {
	max-width: 100%;
	max-height: 780px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.title {
	max-width: 158%;
	max-height: 780px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.overlay {
	position: absolute;
	right: 0;
	bottom: -40px;
}

.toc {
	width: 100%;
	position: fixed;
	top: 0;
	background: black;
	padding: 10px 0;
	z-index: 2;
	box-shadow: 4px 4px 4px rgba(0,0,0,.5);
}

.toc div {
	min-width: 600px;
	width: 800px;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

a {
	color: white;
	text-decoration: none;
	text-shadow: none;
}

a:not(.image) {
	border-bottom: 1px solid white;
	padding: 5px 0;
}

a:not(.image):hover {
	color: #b41b22;
	border-bottom: 1px solid #b41b22;
}

.toc a {
	display: block;
	font-variant: small-caps;
	margin: 0 20px;
	padding: 5px 10px;
}

.container {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.footer {
	align-items: flex-end; 
	-webkit-align-items: flex-end; 
	width: 780px; 
	margin: auto;
}

@media screen and (max-width: 800px) {
	.toc {
		font-size: 14pt;
	}

	.toc div {
		width: 100%;
	}

	.toc a {
		margin: 0 10px;
	}

	.footer {
		font-size: 14pt;
		width: 500px;
	}
}

@media screen and (max-device-width: 500px) {
	body {
		min-width: 320px;
		width: 100%;
		max-width: 100%;
	}

	.toc div {
		min-width: 300px;
		width: 300px;
		font-size: 10pt;
	}

	.toc a {
		margin: 0 2px;
	}

	.footer, .toc, .screenshot img {
		width: 100%;
	}

	#agegate input[type=number] {
		max-width: 31%;
	}
}

@media screen and (max-device-width: 380px) {
	.character {
		transform: scale(.8, .8);
	}
}

@media screen and (min-width: 1000px) {
	.fg {
		height: 1338px;
	}
}

.block {
	min-width: 300px;
	max-width: 560px;
	display: block;
	padding: 20px;
	text-align: center;
	margin: auto;
}

.screenshot {
	margin: 20px auto;
}

.nowavailable {
	font-size: 22pt;
	line-height: 1.4;
}

.characters {
	background: white;
	color: black;
	border-top: 10px solid black;
	border-bottom: 10px solid black;
	padding-top: 20px;
	padding-bottom: 20px;
}

.characters .container {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

h1 {
	text-align: center;
	padding-bottom: 20px;
}

.characters h1 {
	text-shadow: 3px 3px 4px rgba(0,0,0,.2);
}

.character {
	width: 380px;
	height: 400px;
	text-align: left;
	padding: 20px;
	margin: 20px auto;

	background-repeat: no-repeat; 
	background-size: contain;
	background-position: right bottom;
}

.character .portrait {
	height: 400px;
	float: right;
}

.character .inner {
	font-size: 14pt;
	padding-right: 110px;
}

.character .inner span {
	display: block;
	font-variant: small-caps;
	font-size: 26pt;
	white-space: nowrap;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	font-weight: bold;
}

.character .inner div {
	height: 250px;
}

#fadeout:before
{
	width: 100%;
	height: 60px;
    content: "";
    position: absolute;
    z-index: 3;
    background: url(banner-overlay.png) bottom;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.escapism {
	background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(platform.jpg); 
	background-size: cover; 
	background-position: center 10%; 
	border-top: 5px solid white; 
	padding-top: 40px; 
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.escapism .container {
	border-bottom: 10px solid black; 
	min-height: 300px;
}

.escapism .block {
	max-width: 600px; 
	text-align: center;
}

.buy-container {
	padding-bottom: 20px; 
	line-height: 150%;
}

.credits {
	font-size: 14pt; 
	display: block; 
	width: 100%; 
	text-align:center; 
	padding-top: 40px; 
	padding-bottom: 20px;
}

#agegate {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#agegate form {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
	width: 387px;
	background: white;
	color: black;
	font-weight: normal;
	font-size: 16pt;
	text-shadow: none;
	padding: 30px;
	margin: auto;
	border-radius: 5px;
}

#agegate input[type=number] {
	width: 125px;
	height: 50px;
	padding: 0 10px;
	background-color: white;
	border: 2px solid #bbb;
	border-radius: 4px;
	text-align: center;
	font-size: 14pt;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

#agegate button {
    width: 100%;
    display: block;
    height: 50px;
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: white;
    background-color: #b41b22;
    border: 2px solid #b41b22;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-user-select: none;
}

#agegate button:hover {
	background-color: #c52c33;
	border: 2px solid #c52c33;
}

#agegate .remember {
	font-size: 12pt; 
	vertical-align: middle; 
	padding-left: 5px;
}

#agegate .when {
	display: block; 
	margin-bottom: 20px;
}