﻿/*
* FONTS
*/

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

@font-face {
	font-family: 'comic_neueoblique';
	src: url('../fonts/comicneue-regular-oblique-webfont.woff2') format('woff2'),
		url('../fonts/comicneue-regular-oblique-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_md_btmedium_italic';
	src: url('../fonts/tt0143m-webfont.woff2') format('woff2'),
		url('../fonts/tt0143m-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'futura_md_btbold_italic';
	src: url('../fonts/tt0145m-webfont.woff2') format('woff2'),
		url('../fonts/tt0145m-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*
* CSS
*/

* {
	/* margin */
	padding: 0px;
	margin: 0px;
}

body {
	background-color: black;
}

.container {
	/* color */
	color: #f0f0ee;

	/* size & position */
	height: auto;
	min-height: 100vh;
	padding: 15px;

	/* other */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.frame {
	border: solid 2px;
	border-color: white;
	box-shadow: 2px 2px 2px grey;
	border-radius: 2px;

	font-family: comic_neueoblique;
	font-size: 1.5em;
}

.frame .container {
	/* size & position */
	height: 100%;
	min-height: 100%;

	/* text */
	text-align: left;

	/* other */
	flex-direction: column;
	justify-content: center;
}

h1 {
	/* margin */
	margin-bottom: 50px;

	/* font */
	font-family: belgradbold;
	font-size: 4em;

	/* text */
	text-align: center;

	/* color */
	color: white;
}

.frame .container p {
	/* margin */
	margin-bottom: 20px;

	width: 100%;
	/* for IE */
}

form p {
	/* other */
	display: flex;
}

.youtube-video {
	width: 100%;
	height: 0;
	position: relative;

	padding-bottom: 56.25%;
}

.youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;

	height: 100%;
	width: 100%;

	border: solid 5px;
}

.edge {
	/* color */
	background-color: #8B082F;

	/* size & position */
	width: 100%;
	height: 70px;

	position: fixed;
	z-index: 1;
}

.edge .container {
	/* size & position */
	height: 100%;
	min-height: 100%;

	/* other */
	flex-direction: row;
}

#main-header {
	/* size & position */
	top: 0px;
}

#main-header .container {
	padding: 0px;
}

#main-header form {
	margin-right: 20px;
}

#main-header img {
	/* margin */
	margin-left: 10px;
	margin-right: 10px;

	/* other */
	display: block;
}

#main-header input {
	/* margin */
	margin: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.studio {
	width: auto;
	height: 50px;
}

.social-media {
	wider: auto;
	height: 50px;
}

#email {
	/* size & position */
	height: 25px;

	/* margin */
	padding-left: 5px;
	padding-right: 5px;
}

#validation-button {
	/* color */
	color: #87002f;
	background-color: #f5dfc8;

	/* size & position */
	width: 40px;
	height: 40px;

	/* font */
	font-family: belgradbold;
	font-size: 1em;

	/* other */
	border: none;
	border-radius: 30px;
}

.logo-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.studio {
	padding-left: 10px;
	padding-right: 10px;
}

#midnight-mood {
	min-height: 60px;
}

.background {
	/* size & position */
	height: 100%;
	width: 100%;
	z-index: 0;
	position: relative;

	background-size: cover;
	background-position: center center;
	background-attachment: fixed;

	/* other */
	background-repeat: no-repeat;

	border: solid;
	border-left: 5px;
	border-right: 5px;
	border-color: white;
}

#home {
	/*background-image: url("img/background_home.gif");*/
	background-opacity: 0;

	/* margin */
	margin-top: 0px;
}

#home .container {
	height: 100vh;
	justify-content: flex-end;
	align-items: flex-end;
}

#home h1 {
	/* other */
	display: none;
}

#home video {
	width: 100%;
	height: auto;

	position: fixed;
	top: 0;
	left: 0;
}

.arrows {
	position: absolute;
	top: -10%;
	left: 85%;

	display: flex;
}

#home .arrows img {
	width: 70px;
	height: 70px;
	z-index: 1;
}

#home .release {
	position: absolute;
	bottom: 7%;
	left: 5%;
}

#home .release p {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: x-large;
	font-family: futura_md_btmedium_italic;
}

#home .release img {
	width: 110px;
	height: auto;
}

#teaser {
	background-image: url("../images/background_teaser.webp");
}

#teaser .embed-responsive {
	width: 70%;
	max-width: 1100px;
	position: relative;
}

#about-the-game {
	background-image: url("../images/background_order.webp");
}

#about-the-game .frame {
	/* color */
	background-color: rgba(2, 47, 60, 0.7);

	/* size & position */
	width: 30%;
	min-width: 500px;
	/*height: 50%;*/

	/* margin */
	padding: 50px;
}

#about-the-game strong {
	color: #5FFFC0;
	font-weight: bold;
}

#about-the-game .frame .container {
	/* color */
	color: #B7FFF2;
}

#about-the-game h2 {
	/* margin */
	margin-bottom: 25px;
}

#features {
	background-image: url("../images/background_features.webp");
}

#features .container .container {
	width: 70%;
	min-height: auto;

	flex-direction: row;
	justify-content: space-around;
}

#features .frame {
	color: #FFEEDB;
	background-color: rgba(110, 24, 10, 0.6);

	width: 30%;
	height: auto;

	padding: 50px;

	text-align: left;
}

#features ul {
	list-style-image: url('../images/bullet.webp');
}

#features .frame strong {
	color: #E78F21;
	font-weight: bold;
}

#features .frame em {
	color: #FF4215;
	font-weight: bold;
	font-style: normal;
}

#include-video {
	position: relative;
	width: 340px;
}

#include-video img {
	width: 100%;
}

#include-video video {
	position: absolute;

	left: 6%;
	top: 15%;

	width: 88%;
	height: auto;
}

#awards {
	background-image: url("../images/background_awards.webp");
}

#awards .part {
	width: 80%;
	display: flex;
	flex-direction: raw;
	justify-content: space-around;
	align-items: top;

	margin-top: 50px;
}

#awards #laurels {
	align-items: top;
}

#awards .laurel {
	position: relative;
	width: 250px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

#awards .laurel .award-laurel {
	width: 100%;
}

#awards .laurel .award-logo {
	position: absolute;

	top: 0%;
	left: 0%;

	width: 100%;
	height: auto;
}

#awards .laurel p {
	width: 200%;
	text-align: center;

	margin-bottom: 4px;
}

#awards .award-title {
	font-family: futura_md_btmedium_italic;
}

#awards .award-field {
	font-family: futura_md_btbold_italic;
	font-size: 1.1em;
}

#awards #quotes {
	align-items: bottom;
}

#awards #quotes .quote {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
}

#awards #quotes img {
	height: 140px;
	width: auto;

	margin: 10px;
}

#awards #quotes p {
	width: 85%;

	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.2em;
}

#pre-order {
	background-image: url("../images/background_about.webp");
}

#pre-order .frame {
	color: #FFD4D3;
	background-color: rgba(122, 6, 14, 0.9);

	width: 40%;
	height: auto;

	padding: 50px;

	align-items: center;
	text-align: center;
}

#pre-order em {
	color: #FF6B81;
	font-weight: bold;
	font-style: normal;
}

#pre-order strong {
	color: #FF1C04;
	font-weight: bold;
}

#pre-order .container .container {
	min-height: auto;
	flex-direction: column;
	font-family: comic_neueoblique;
}

#pre-order .container .container .container {
	width: 100%;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
	font-size: 1.3em;
	text-align: center;
}

#pre-order .container .container .container img {
	width: 100px;
}

#pre-order img {
	width: 100%;
	max-width: 450px;
	height: auto;

	margin-bottom: -5%;
}

#main-footer {
	/* size & position */
	height: 50px;
	bottom: 0px;

	/* font */
	font-family: belgradbold;
	font-size: 1.8em;
}

#main-footer ul {
	/* size & position */
	height: 100%;

	/* other */
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#main-footer li {
	/* text */
	text-align: center;
}

#main-footer a {
	/* color */
	color: #FF5754;

	/* text */
	text-decoration: none;
}

#main-footer a:hover {
	/* text */
	text-decoration: underline;
}

#mail-confirmation {
	background-image: url("../images/background_features.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#mail-confirmation h2 {
	margin-bottom: 50px;
}

#mail-confirmation b {
	color: pink;
	font-weight: normal;
}

#mail-confirmation a {
	color: pink;
	font-weight: normal;
	text-decoration: none;
}

#mail-confirmation a:hover {
	text-decoration: underline;
}

#mail-confirmation .frame {
	color: white;
	background-color: rgba(128, 128, 128, 0.7);
	padding: 50px;

	text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 1024px) {
	.container {
		height: 100vh;
	}

	.container .container {
		height: auto;
	}
}

@media (min-aspect-ratio: 16/9) and (min-width: 1024px) {
	#home video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) and (min-width: 1024px) {
	#home video {
		left: -100%;
		width: 300%;
		height: 100%;
	}
}

@media all and (max-width: 767px) {
	h1 {
		font-size: 2em;
	}

	.frame {
		height: auto;
		font-size: 1.2em;
	}

	.frame .container {
		width: 100%;
		height: auto;
	}

	.studio {
		height: 27px;
	}

	.social-media {
		height: 40px;
	}

	#home {
		background-image: url("../images/background_home_mobile.webp");
	}

	#home .container {
		height: 500px;
	}

	#home .release img {
		width: 30%;
		height: auto;
	}

	#about-the-game .frame {
		width: 70%;
		min-width: 0px;
	}

	#about-the-game .frame .container {
		margin: 0px;
	}

	#features .frame {
		width: 60%;
	}

	#features .container .container {
		flex-direction: column;
	}

	#include-video {
		width: 70%;
		max-width: 300px;
		margin-top: 50px;
	}

	#awards .laurel {
		width: 150px;
	}

	#awards .quote p {
		font-size: 1.2em;
	}

	#pre-order .frame {
		width: 70%;
	}
}

@media all and (max-width : 1024px) {
	.container {
		margin: 5%;
		min-height: auto;
	}

	.edge {
		/* size & position */
		height: 210px;

		position: relative;
	}

	#main-header .container {
		flex-direction: column;
		justify-content: space-around;
		margin: 0px;
	}

	#main-header form {
		margin-right: 0px;
	}

	#midnight-mood {
		min-height: auto;
	}

	.background {
		background-attachment: scroll;
	}

	#main-footer {
		display: none;
	}

	#home .container {
		width: auto;
		margin: 0px;
	}

	#home video {
		display: none;
	}

	.arrows {
		display: none;
	}

	#about-the-game .frame {
		width: 60%;
		min-width: 0px;
	}

	#teaser .embed-responsive {
		width: 90%;
		margin-bottom: 10px;
	}

	#features .container .container {
		width: 100%;
	}

	#awards .part {
		flex-direction: column;
		align-items: center;
	}

	#awards .laurel {
		padding-bottom: 30px;
	}

	#awards .quote {
		padding-bottom: 30px;
	}

	#pre-order .frame {
		width: 60%;
	}

	#pre-order img {
		width: 100%;
	}
}

@media all and (min-width: 1024px) {
	#main-header .logo-container:nth-child(1) {
		flex: 1;
	}

	#awards #quotes .quote {
		width: 30%;
		/* for IE compatibility */
	}
}

@media all and (min-width: 767px) {
	#awards .quote p {
		font-size: 1.6em;
	}
}

@media all and (max-width: 1024px) and (min-width: 767px) {
	#include-video {
		width: 50%;
	}

	#home {
		background-image: url("../images/background_home.webp");
		border-top: 0px;
	}

	#home .container {
		height: 800px;
	}

	#home .release img {
		width: 30%;
		height: auto;
	}

	#awards .laurel {
		width: 200px;
	}
}