/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  	font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	background-repeat:no-repeat;
	background: #281d17;
	/*background: -webkit-gradient(linear, top, bottom, from(#000), to(#281d17));
	background: -moz-linear-gradient(top, #000, #281d17);
	background: linear-gradient(180deg, #000 10%, #281d17 20%);*/
	/*background-color:#281d17;*/
	/*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.cover-container {
  max-width: 42em;
}

/*
 * Header
 */

a {color: #ed881d;text-decoration:none;}
a:hover {color: #b13400;}
 
.header {

}
 
.studio-logo {
	max-height:40px;
	/*cool hover effect*/
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(227, 143, 49, .5);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Body
 */
 
.bg-black {
	z-index:-2;
	position:absolute;
	height:0;
	padding-top:85%;
	top:0;
	left:0;
	right:0;
	background-color:#000;
}
 
.bg-splash-img {
	z-index:-1;
	position:absolute;
	height:100%;
	top:270px;
	left:0;
	right:0;
	padding-top:0; /*(height / width * 100)*/
	background-image: url("/img/dungeons-of-aether-promo-background-recentered.jpg");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}



.main-logo {
	/*position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-right:auto;
	margin-left:auto;*/
	margin-top:0;
	margin-bottom:0;
}

/* Store Buttons */
.fp-header-btn-wrap { 
	margin:0 8px;
}

.fp-header-btn {
	font-size: 20px;
	text-align: right;
	text-shadow: 0 0 0 #000;
	line-height: 100%;
	background-color: #456;
	background-image: url("/img/btn_steam.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 180px 48px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.8);
	padding: 13px 0;
	padding-right: 5px;
	overflow: hidden;
	width: 180px;
	height: 48px;
	border-radius: 4px;
	display: inline-block;
	transition: box-shadow 0.2s;
}

.fp-header-btn:hover {
	box-shadow: 0 0 4px 4px #fff;
	transition: box-shadow 0.1s;
}

.fp-header-btn-sw {
	background-image: url("/img/btn_switch.png");
	background-color: #E60012;
	padding-right: 10px;
}

.fp-header-btn-app {
	background-image: url("/img/btn_apple.png");
	background-color: transparent;
	box-shadow:none;
	width: 157px;
	height: 48px;
	padding-right: 10px;
}

.fp-header-btn-goo {
	background-image: url("/img/btn_google.png");
	background-color: transparent;
	box-shadow:none;
	width: 157px;
	height: 48px;
	padding-right: 10px;
}



.trailer {
	border:5px solid rgba(227,143,49,0.3); /*#eea335 logo color*/
}

#wishlist {
	margin-top:300px;
	margin-bottom:40px;
	position: relative;
	padding-bottom: 29.41%;
	height: 0;
	/*overflow: hidden;*/
	display:block;
}
#wishlist iframe,
#wishlist object,
#wishlist embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.game_purchase_price {color:white;}

#learn {
	margin-bottom:200px;
	/*background: rgb(40,29,23);
	background: linear-gradient(90deg, rgba(40,29,23,1) 0%, rgba(21,19,17,1) 50%, rgba(40,29,23,1) 100%);*/
	padding:50px 0;
}

.story-image {
	margin-top:40px;
	margin-bottom:20px;
	/*margin:40px 0;
	border:1px solid rgba(227,143,49, 0.25);*/
}

/*
 * Footer
 */
 
.footer {
	background-color: rgba(227,143,49, 0.25);
	border-top:10px solid #e38f31;
	padding:25px 0;
	color:#e3e3e3;
}

.footer p {margin-bottom:20px;}

.footer img.icon {
	margin-left:5px;
	max-height:40px;
}

/*
 * Media Queries
 */



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}
/* Extra small mobile devices (phones, 390px and up) */
@media only screen and (min-width: 390px) {
	.bg-splash-img {
		top:230px;
	}
	
	#wishlist {
		margin-top:400px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.bg-black {padding-top:100%;}
	
	.bg-splash-img {
		top:600px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.bg-black {padding-top:40%;}
	
	.header {
		background-color: rgba(227,143,49, 0.25);
	}
	
	.main-logo {
		/*margin-bottom:200px;*/
	}
	
	#buy-buttons-mobile {
		margin-bottom:200px;
	}
	
	.bg-splash-img {
		top:150px;
		height:0;
		padding-top:80.67%; /*(height / width * 100)*/
	}
	
	#wishlist {
		margin-top:50px;
		margin-bottom:0;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.bg-black {padding-top:65%;}
	
	.bg-splash-img {
		height:0;
		padding-top:80.67%; /*(height / width * 100)*/
	}
	
	.main-logo {
		margin-top:25px;
		/*margin-bottom:300px;*/
	}
	
	#buy-buttons-mobile {
		margin-bottom:300px;
	}
	
	.header {
		background-color: rgba(227,143,49, 0.25);
	}
	
	.trailer {border:10px solid rgba(227,143,49,1);}
	
	#wishlist {
		margin-top:50px;
		margin-bottom:0;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.bg-splash-img {
		top:100px;
		height:0;
		padding-top:80.67%; /*(height / width * 100)*/
	}
	
	.main-logo {
		margin-top:25px;
		/*margin-bottom:350px;*/
	}
	
	#buy-buttons-mobile {
		margin-bottom:350px;
	}
}

@media only screen and (min-width: 1366px) {
	.bg-splash-img {
		top:0px;
		height:0;
		padding-top:80.67%; /*(height / width * 100)*/
	}
	
	.main-logo {
		margin-top:25px;
		/*margin-bottom:350px;*/
	}
	
	#buy-buttons-mobile {
		margin-bottom:350px;
	}
}

@media only screen and (min-width: 1440px) {
	.bg-splash-img {
		top:-100px;
		height:0;
		padding-top:80.67%; /*(height / width * 100)*/
	}
	
	.main-logo {
		margin-top:25px;
		/*margin-bottom:600px;*/
	}

	#buy-buttons-mobile {
		margin-bottom:600px;
	}
}

@media only screen and (min-width: 1980px) {
	.bg-splash-img {
		top:-330px;
		height:0;
		padding-top:80.67%; /*(height / width * 100)*/
	}
	
	.main-logo {
		margin-top:25px;
		/*margin-bottom:700px;*/
	}
	
	#buy-buttons-mobile {
		margin-bottom:700px;
	}
}



