.section.hero {
	background-image: url("../images/background-3.png");
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	
	width: 100%;
	height: calc(100% - 80px);
	min-height: 224px;
	
	display: table;
}

.section.hero .logo {
	/* for Firefox calc() */
	position: absolute;
	
	background-image: url("../images/santaLogo-4.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	
	width: 100%;
	height: 100%;
}

.section.hero h1 {
	position: relative;
	
	color: #ffffff;
	
	font-size: 100px;
	text-shadow: 0 0 10px #000000;
	
	display: table-cell;
	vertical-align: middle;
	
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: calc(32px + 8%);
	
	margin: 0;
}

.section.hero .tint {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.25;
	
	display: none;
}

.section.main {
	background-color: #ffffff;
	min-height: auto;
}
.section.main .content {
	color: #000000;
}
.section.main .content a {
	color: #000000;
}
.section.main .content a:hover {
	color: #808080;
}

.blueBackground {
	background-image: url("../images/blue.png");
	background-position: center;
	background-repeat: repeat;
}

ul {
	/*margin-top: 16px;*/
	margin-top: 32px;
}

.title {
	
	background-color: #B50000;
	
	border-top: 6px #FFD65A solid;
	border-bottom: 6px #FFD65A solid;
	/*
	background-color: #005A84;
	
	border-top: 6px #9CDEFF solid;
	border-bottom: 6px #9CDEFF solid;
	*/
}

.section.spacer {
	height: 6px;
	background-color: #FFD65A;
}

.section.spacer.gray {
	background-color: #DDDDDD;
}

.center {
	text-align: center;
}

.section.storefronts {
	background-color: #CEEFFF;
	/*background-color: #FFD65A;*/
	/*background-color: #E7F7FF;*/
	/*
	background-color: #CEEFFF;
	background-color: #E7F7FF;
	*/
	
	/*
	background-color: #005A84;
	*/
	/*
	background-image: url("../images/tile.png");
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	*/
}
/* 
.section.main.storefronts .content {
	color: #ffffff;
}

.storefront a {
	border: 2px #A6A6A6 solid;
}
*/
.section.legal {
	/*background-color: #CEEFFF;*/
	
	/*bbackground-color: #000000;*/
}

.section.legal .content {
	/*bcolor: #ffffff;*/
}

.storefront {
	position: relative;
	width: 100%;
	height: 64px;
	text-align: center;
	line-height: 64px;
}

.storefront a {
	position: relative;
	width: 100%;
	height: 100%;
	
	max-width: 512px;
	/*
	max-width: calc((564 / 168) * 64px);
	*/
	border-radius: 8px;
	
	background-color: #000000;
	margin: 0 auto;
	display: block;
}

.storefront .disabled {
	pointer-events: none;
	background-color: #777777;
}

.storefront a img {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 auto;
	padding: 16px;
}

.storefront.nintendoswitch a img {
	padding: 16px;
}

.storefront.ps5 a img {
	padding: 16px;
}

.storefront.steam a img {
	padding: 16px;
}

.storefront.itchio a img {
	padding: 20px;
}

.storefront.googleplay a {
	max-width: calc((564 / 168) * 64px);
	background-color: rgba(0,0,0,0);
	border-radius: 0;
	border: 0;
}

.storefront.googleplay a img {
	padding: 0;
	/*transform: scale(calc(250.0 / 168.0));*/
}

.storefront.soundcloud a img {
	padding: 20px;
}

.storefront.esrb {
	height: 90.627px;
}

.storefront.esrb a {
	background-color: rgba(0,0,0,1);
	border-radius: 0;
	
	width: 60.418px;
}

.storefront.esrb a img {
	padding: 0;
	margin: 0;
	
	width: 100%;
	height: 100%;
}

.fullwidthImage {
	position: relative;
	width: 100%;
	height: auto;
}

.socialGroupParent {
	position: relative;
	width: 100%;
	height: 64px;
	text-align: center;
}

.socialGroup {
	position: relative;
	width: 100%;
	height: 100%;
	
	max-width: 512px;
	
	margin: 0 auto;
	display: block;
	
	border-radius: 8px;
	border: 2px #000000 solid;
	
	padding-top: 14px;
}

.socialGroup a {
	position: relative;
	width: 32px;
	height: 32px;
	display: inline-block;
	
	margin: 0 auto;
	margin-left: 8px;
	margin-right: 8px;
	
	background-position: center;
	background-size: cover;
}

.socialGroup .facebook {
	background-image: url("../images/f_logo_RGB-Black_72.png");
}

.socialGroup .instagram {
	background-image: url("../images/instagram-72.png");
}

.socialGroup .twitter {
	background-image: url("../images/twitter-logo-black_72.png");
}

.section.main .content .storefront.text a {
	color: #ffffff;
	text-decoration: none;
	background-color: #B50000;
}
/*
.storefront.text a {
	display: flex;
	align-items: center;
    justify-content: center;
}
*/
.videoContainer {
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	position: relative; /* If you want text inside of it */
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bottomImage {
	background-image: url("../images/bottom.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	
	width: 100%;
	height: 280px;
}

.backgroundTile {
	background-image: url("../images/tile.png");
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
}

/*
@media screen and (min-width: 664px) {
	.section.main .content p {
		font-size: 20px;
	}
}
*/
@media screen and (max-width: 1024px) {
	.section.hero h1 {
		font-size: 80px;
		text-shadow: 0 0 8px #000000;
	}
}

@media screen and (max-width: 864px) {
	.section.hero h1 {
		font-size: 60px;
		text-shadow: 0 0 6px #000000;
	}
}

@media screen and (max-width: 664px) {
	.section.hero h1 {
		font-size: 40px;
		text-shadow: 0 0 4px #000000;
	}
}

@media screen and (max-aspect-ratio: 1/1) {
	.section.hero {
		/*
		height: calc(50% - 80px);
		min-height: 224px;
		*/
		height: auto;
		min-height: auto;
	}
	
	.section.hero::after {
		content: '';
		display: block;
		padding-top: 100%;
	}
	
	.logoAndBackground {
		display: block;
	}
}