body {
	font-family: "Quicksand", sans-serif;
	background-image: url('../images/WOAH_store_page_background_EXPORT.png');
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: calc(50% + 50%) 50%;
	background-attachment: fixed;
	margin: 0;
}
.content {
	width: 100%; 
	min-height: 100vh; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-between;
}
.header {
	height: 30vh; 
	width: 100%; 
	margin: 0 auto;
}
.logo {
	width: 90%; 
	height: 100%;
	margin: auto;
	background-image: url('../images/WithoutaHitch_TransparentLogo_1920.png'); 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center center; 
}
.middle {
	background-color: rgba(0,0,0,0.5);
}
.trailer_content {
	text-decoration: none; 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}
.trailer_thumb {
	width: 90%; 
	aspect-ratio: 480/269; 
	max-height: 40vh; 
	border: 2px solid white; 
	border-radius: 4px; 
	background-image: url('../images/trailer_preview.png'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center; 
	margin: 0 auto; 
	cursor: pointer;
}
.trailer_button {
	width: 40%; 
	padding: 1vh; 
	font-size: 2vh; 
	background-color: red; 
	border-radius: 4px; 
	color: white; 
	text-align: center; 
	margin: 15px auto 0 auto; 
	cursor: pointer;
}
.slackey {
	font-family: "Slackey", sans-serif;
}
.description {
	color: white; 
	width: 90%; 
	text-align: center; 
	margin: 15px auto 10px auto; 
	font-size: 2vh;
}
.wishlist_content {
	margin: 10px;
}
.wishlist_description {
	color: white; 
	left: 10%; 
	top: 41%; 
	text-align: center; 
	font-size: 2vh; 
}
.store_buttons {
	display: flex;
	justify-content: center;
}
.store_button {
	color: white; 
	height: 7vh;
	aspect-ratio: 730 / 300; 
	margin: 15px;
	max-width: 30vw;
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center center;
}
.newsletter_prompt {
	color: white; 
	text-align: center; 
	font-size: 2vh; 
}
.newsletter_signup {
	text-align: center;
	margin-bottom: 15px;
}
.newsletter_elem {
	border: 2px solid white; 
	color: white; 
	background-color: black; 
	border-radius: 4px; 
	font-size: 2vh; 
}
.footer {
	width: 80%; 
	padding: 1vh; 
	clear: both; 
	margin: 0 auto; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-around;
}
.social_box {
	color: white;
	text-align: center;
}
.follow_us {
	margin-bottom: 5px; 
	font-size: 2vh; 
}
.social_container {
	display: flex; 
	justify-content: center; 
	align-items: top;
}
.social_button {
	margin: 0px clamp(0px, 1vw, 7.5px); 
	width: 5vh;
	height: 5vh;
	aspect-ratio: 1; 
	background-size: contain; 
	background-repeat: no-repeat;
}
.bottom {
	position: fixed;
	bottom: 15px;
	width: 100%;
}
.legal_box {
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	text-align: center;
	line-height: 16px;
	font-size: 1.2vh;
}			
.drop_shadow {
	filter: drop-shadow(#000000 0 0 0.75rem);
}
.codename_logo {
	height: 7vh;
	aspect-ratio: 1000 / 276;
	margin-top: 10px;
	margin-right: 25px;
	background-image: url('../images/CNE_Logo_Transparent.png'); 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center center;
}
.trailer_div {
	width: 100%; 
	height: 100vh; 
	position: fixed; 
	align-items: center; 
	justify-content: center; 
	background-color: rgba(0,0,0,0.5); 
	z-index: 1000; 
	display: none;
}
.trailer_iframe {
	position: fixed; 
	width: 90vw; 
	aspect-ratio: 560/315; 
	max-height: 90vh;
}

.left_content {
	height: 50vh; 
	width: 40%; 
	float: left; 
	margin-left: 10%; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-around;
}
.right_content {
	height: 50vh; 
	width: 40%; 
	float: right; 
	margin-right: 10%; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-around;
}
.bottom_links {
	display: flex; 
	justify-content: center; 
	width: 100%; 
	margin-bottom: 10px;
}

@media (max-aspect-ratio: 1.1/1) {
	.left_content {
		width: 80%; 
		height: auto;
		padding: 25px 0;
	}
	.right_content {
		width: 80%; 
	}
	.bottom_links {
		flex-direction: column;
	}
	.codename_logo {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}