/* Import Font's */
@font-face { 
    font-family: "GothamProNarrow";
    src: url("/fonts/gothampronarrow_medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face { 
    font-family: "GothamProNarrow";
    src: url("/fonts/gothampronarrow_bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/* Style reset */
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {display:block;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, input, select, textarea, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a {cursor:pointer; text-decoration:none;}
a img, :link img, :visited img {border:0;}
table {border-collapse:collapse; border-spacing:0;}
ol, ul {list-style:none;}

/* Base */
html, body {min-height:100%;}
body {color:#fff; font-family:"GothamProNarrow"; font-size:14px; background:url('/images/back.jpg'); background-size:cover; background-repeat: no-repeat;}
.wrap {width:610px; margin:0 auto; position:relative;}
.wrap:after, .row:after, .clr:after {content:''; clear:both; display:block; height:0; visibility:hidden;}

.btn_press_kit {
	position: absolute;
	top:40px;
	left:200px;
	width: 195px;
	height: 74px;
	background: url('/images/btn_presskit.png');
	background-size:cover;
	background-repeat: no-repeat;
	color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	line-height: 65px;
	transition:opacity 0.5s;
}
.btn_press_kit:hover {
	opacity:0.7;
}

.dreamcraft_logo {
	position: absolute;
	bottom:40px;
	right:150px;
	transition:opacity 0.5s;
}
.dreamcraft_logo:hover {
	opacity:0.5;
}

.btn_socials {
	position: absolute;
	top: 40px;
	right: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.btn_socials a {
	display: block;
	width: 74px;
	height: 68px;
	background: url('/images/btn_social.png');
	background-size:cover;
	background-repeat: no-repeat;
	margin-right: 10px;
	transition:opacity 0.5s;
    text-align: center;
    line-height: 90px;
}
.btn_socials a:hover {
	opacity:0.7;
}

.main_content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
	padding-top: 30px;
}
.fantasy_logo {
	width: 496px;
	height: 246px;
	background: url('/images/fantasy_logo.png');
	background-size:cover;
	background-repeat: no-repeat;
}
.outnow {
	width: 336px;
	height: 50px;
	background: url('/images/bg_outnow.png');
	background-size:cover;
	background-repeat: no-repeat;
    font-size: 24px;
	text-align: center;
    line-height: 42px;
	margin: 5px 0 20px;
}

.steam {
	margin: 0 0 20px;
}
.steam a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	width: 339px;
	height: 64px;
	background: url('/images/btn_steam.png');
	background-size:cover;
	background-repeat: no-repeat;
	transition:opacity 0.5s;
    color: #fff;
    font-size: 32px;
	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 64px;
}
.steam a:hover {
	opacity:0.7;
}
.steam a svg {
	display: block;
	margin-right: 10px;
}

.request_key {
	
}
.request_key a {
    display: block;
	width: 339px;
	height: 64px;
	background: url('/images/btn_request_key.png');
	background-size:cover;
	background-repeat: no-repeat;
	transition:opacity 0.5s;
    color: #fff;
    font-size: 32px;
	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 64px;
}
.request_key a:hover {
	opacity:0.7;
}

.video_block {
    display: block;
	width: 610px;
	height: 360px;
	background: url('/images/bg_video.png');
	background-size:cover;
	background-repeat: no-repeat;
	transition:opacity 0.5s;
    text-align: center;
	padding: 42px 42px 0;
}
.video_block iframe {
	border-radius: 20px;
	min-width: 526px;
}

.bgvideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -9999;
}

/*===========================================*/
@media (max-width: 768px) {
	html, body {
		height: 100%;
	}

	.bgvideo {display: none !important;}
	
	.wrap  {
		width: 100%;
		height: 100%;
	}
	
	.fantasy_logo {
	    width: 90%;
		height: 190px;
		background-size: contain;
	}
	
	.outnow {
		width: 300px;
		height: 44px;
		font-size: 21px;
		line-height: 38px;
	}
	
	.steam a {
		width: 300px;
		height: 60px;
		font-size: 24px;
		line-height: 1;
		padding: 0 0 5px;
	}
	.steam a svg {
		width: 32px;
		height: 32px;
	}
	
	.request_key a {
	    width: 300px;
		height: 60px;
		font-size: 26px;
		line-height: 58px;
	}
	
	.video_block {
        width: 94%;
        height: 210px;
        padding: 25px 25px 0px;
		margin: 15px 0 0;
	}
	.video_block iframe {
		border-radius: 20px;
		min-width: 100%;
		height: 176px;
	}
	
	.btn_socials {
		top: unset;
		left: 2%;
		bottom: 12%;
		transform: scale(0.85);
	}
	.btn_press_kit {
		top: unset;
		left: unset;
		bottom: 12%;
		right: 2%;
		transform: scale(0.8);
        height: 70px;
	}
	
	.dreamcraft_logo {
	    transform: scale(0.7);
		bottom: 2%;
		right: unset;
		left: 0;
		width: 100%;
		text-align: center;
	}
}