html, body {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
body {
	font-family: "Open Sans", Helvetica, sans-serif;
	background-color: #1b0001;
	background-color: #e00a14;
	background-color: #400;
	background-color: #600;
	background-image: url("http://www.belgica-film.de/assets/tpl/img/belgica_logo.svg");
	background-attachment: fixed;
	background-position: center;
	background-size: 50vh;
	background-repeat: no-repeat;
    color: #fff;
}
a {
	text-decoration: none;
}

#header, #footer {
	left: 0;
	position: fixed;
	width: 100%;
	height: 3rem;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	background-color: #e00a14;
	text-align: center;
}

#header {
	top: 0;
}

#header *, #footer * {
	color: #fff;
	text-decoration: none;
}


#header nav a, #footer nav a {
	margin: 0 0.5rem;
	line-height: 3rem;
	font-family: "Chunkfive", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}


#footer {
	bottom: 0;
	font-size: 0;
}

#footer nav {
	height: 100%;
	display: inline-block;
	font-size: 1rem;
    text-align: center;
	overflow: hidden;
    width: 100%;
	font-family: "Chunkfive", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
}


#footer nav a img {
    height: 1em;
}

#footer nav .textLarge {
    font-size: 1.0em;
}

#footer nav .textLarge img {
    vertical-align: middle;
    font-size: 2em;
}


.width100 {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.cover {
	width: 20%;
	min-width: 20%;
	max-width: 25vw;
	float: right;
	transform: perspective(60rem) rotateY(-30deg);
}


.ratio_16to9 {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.ratio_16to9 iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#contentWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 600vw;
	font-size: 0;
} 

#contentWrapper * {
	color: inherit;
} 

.tile {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: inline-block;
	background-color: #e00a14;
	background-color: transparent;
    background-color: #000000;
    color: #fff;
	box-sizing: border-box;
	padding: 3rem;
	float: left;
	margin-right: 50vw;
	margin-bottom: 50vh;
	box-shadow: 0px 0px 30px #e00a14, 0px 0px 120px #e00a14;
}

.tile__content {
	background-color: transparent;
	height: 100%;
	margin: 0;
    color: #fff;
	position: relative;
	font-size: 1.25rem;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: hidden;
}

.tile__content .image {
	line-height: 0;
    border-radius: 1rem;
    overflow: hidden;
}
    
.tile__content .content {
    padding: 1rem 2rem;
}



.tile__content h1 {
	margin: 0 0 1.0em 0;
	font-size: 2.5rem;
	font-family: "Chunkfive", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 0.25em solid #e00a14;
}

.tile__content h2 {
	font-family: "Chunkfive", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.8rem
}

.cast {
	width: 47%;
	float: right;
	padding-right: 3%;
}

#credits .content {
	text-align: center;
}

#credits .content ul {
	padding: 0;
}

#credits .content li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0.5em;
	font-weight: 700;
}

#credits .content li em {
	font-weight: 400;
	font-style: normal;
}

#start {
	background-color: #e00a14;
	background-color: #000000;
	color: #1b0001;
}

#start, #start * {
	transition: all 1s ease-in-out;
}

#start .tile__content {
	opacity: 0;
}
#start h2 {
	font-size: 1.5rem;
}

#trailer .tile__content {
    max-width: 125vh;
    margin: 0px auto;
}


big { font-size: 150%; }


.bodyFontFamily {
	font-family: "Open Sans", Helvetica, sans-serif !important;
}

.default {
	transition: all 1s ease-in-out;
	opacity: 0.0; 
}

.logline { 
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.logline__text { 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	font-family: "Chunkfive", sans-serif;
	text-align: center;
	font-size: 3rem !important;
	/*color: #e00a14 !important;*/
	animation-name: logline__anim;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes logline__anim {
    from {text-shadow: 0px 0px 0.0em #000000,0px 0px 0.0em #e00a18; color: #e00a14;}
    to {text-shadow: 0px 0px 0.4em #e00a18,0px 0px 1.6em #e00a18; color: #e00a14;}
}

@media (min-width: 0em) and (max-width: 1024px) {

html, body {
	overflow: visible;
}

.logline__text { 
	font-size: 1.5rem !important;
}
#start {
	height: 100vh;
}
#start h2 {
	font-size: 0.75rem;
}

#footer, #header {
	background-color: #e00a14;
	height: auto;
}
#header nav a, #footer nav a {
	line-height: 1;
}
#footer nav .textLarge {
    display: none;
}

#contentWrapper {
	width: 100vw;
} 
.tile {
	margin-right: 0;
	margin-bottom: 0;
	box-shadow: none;
	padding: 4rem 0;
	height: auto;
}
.tile__content {
	font-size: 1.0rem;
	overflow: visible;
}
.tile__content .image {
    border-radius: 0rem;
}
.tile__content .content {
    padding: 0.5rem 0.5rem;
}
.tile__content h1 {
	font-size: 1.5rem;
}

.tile__content h2 {
	font-size: 1.25rem
}



.cast {
	width: 100%;
	float: right;
	padding-right: 0%;
}





}
