img {
    max-width: 100%;
}

body {
    font-size: 16px;
    color: #fff;
    font-family: 'Eurostile', sans-serif;
}

@media screen and (max-width: 420px) {
	body {
		font-size: 1.5em;
	}
}

nav,
#hero,
#media,
#purchase {
	font-family: 'Eurostile', sans-serif;
}

#hero {
	/* background: url("../img/hero_bg.jpg") center / cover no-repeat; */
}

.availableDate {
    font-size: 1.5em;
    font-weight: 900;
    text-shadow: 3px 2px 4px #000;
    text-transform: uppercase;
}

.newsTitle,
.mediaTitle {
    font-size: 4em;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 0 0 7px rgba(99,253,251,0.54);
}

.media {
    background: url("../img/media/media_bg.jpg") center / cover no-repeat;
    padding: 2em 0;
}


#features {
	margin-bottom: 4em;
}
.featuresHeader {
    background: url("../img/features/features_header.jpg") center / cover no-repeat;
    text-align: center;
}

.featuresHeader img {
    width: 1440px;
    visibility: hidden;
}

.cardImage,
.cardText {
    border: 1px solid #00ffea;
    box-shadow: 0 0 10px 5px rgba(159, 235, 243, 0.27);
}

.cardImage img {
	visibility: hidden;
}

.cardTextHeader {
    color: #63fdfb;
    font-size: 1.35em;
}

.cardText {
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 2px 2px 0 #000;
    font-size: 1.3em;
}

.card1 .cardImage {
	background: url('../img/features/1.jpg') center / cover no-repeat;
}

.card2 .cardImage {
	background: url('../img/features/2.jpg') center / cover no-repeat;
}

.card3 .cardImage {
	background: url('../img/features/3.jpg') center / cover no-repeat;
}

.card4 .cardImage {
	background: url('../img/features/4.jpg') center / cover no-repeat;
}

.card5 .cardImage {
	background: url('../img/features/5.jpg') center / cover no-repeat;
}

#purchase {
	padding: 4em 0;
}

.heroBtnGroup {
	margin-top: 1em;
}

.heroBtn{
    font-weight: 700;
    background-color: #E4EAEE;
	border: none;
	color: #000;
	cursor: pointer;
    display: inline-block;
	margin: 5px;
	padding: 15px;
	text-transform: uppercase;
	white-space: nowrap;
	max-width: 90%;
}

.purchaseBtn,
.subscribeBtn {
    background-color: #f0ff05;
    color: #000;
    border: 1px solid #000;
}
#hero:before {
    background-image: url(../img/overlay.jpg);
    background-repeat: repeat;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
	opacity: 0.05;
}
.heroImg {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
    position: absolute;
    top: 0;
	width: 100%;
    z-index: -1;
}
.heroVideo {

	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	min-height: 100%;
}

#home {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	background-color: #0138b6;
}

.no-webp #home ,
.no-js #home {
	background-image: url("../img/bg_1920.jpg");
}

.webp #home {
	background-image: url("../img/bg_1920.webp");
}

/*Hero*/


#hero {
	position: relative;
	height: 640px;
	font-weight: 900;
	overflow: hidden;
	z-index: 0;
}

.esrbContainer {
    bottom: 10px;
	height: 65px;
	left: 10px;
	margin: 0 auto;
    position: absolute;
}

.esrbHero {
	height: 100%;
}


.heroGroup {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.heroGroup .innerContent {
	max-width: 100%;
}
.heroGroup img {
	width: 100%;
}




@media screen and (min-width: 540px) {
	.esrbContainer {
		height: 72px;
		left: auto;
		right: 10px
	}
}
@media screen and (min-width: 769px) {
	#hero {
		height: 800px;
	}
}



/* news */

#news {
	padding: 1rem 0;
}
.newsCarousel {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: left;
	max-width: 550px;
	height: 350px;
}

.newsText {
	padding: 1rem;
	
}
.newsDate {
	color: lightblue;
	height: 1em;
}
.newsHeadline {
	font-weight: 900;
	height: 3em;
}
.newsPreviewText {
	font-size: 1.3rem;
	height: 4em;
}


/*media*/
#media {
	position: relative;
}
.media {
    overflow: hidden;
}
.mediaGroup {
	padding-bottom: 50px;
	text-align: center;
}

.mediaMainText {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	line-height: 26px;
}
.trailerContainer,
.screenshotContainer,
.newsContainer,
.animationSection {
    margin: 0 auto;
    max-width: 1200px;
	position: relative;
    text-align: center;
}
.prevArrow, 
.nextArrow {
	cursor: pointer;
    position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 30px;
}

.nextArrow {
	right: 0;
}

.prevArrow {
	left: 0;
	z-index: 1;
}

.carouselVideo {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.carouselImg,
.carouselVideo {
	width: 100%;
	border: 3px solid #fff;
}

.trailerCarousel,
.screenshotCarousel,
.newsCarousel {
	position: relative;
    width: 83%;
    margin: 0 auto;
}
.playButton {
	left: 50%;
	opacity: .75;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	pointer-events: none;
}
.esrbTrailer {
    height: 72px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.screenshots-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	max-width: 1440px;
	margin: auto;
}
.screenshot {
	max-width: 450px;
	margin: 5px;
}

.screenshot img {
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 4px 4px 0px #000;
}

.comicHeader,
.animationHeader {
	font-size: 3em;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 0 0 7px rgba(99,253,251,0.54);
	margin: 1em auto;
}

.comicGrid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.comicGrid .comicPage {
	box-sizing: border-box;
	padding: 0.5em;
	width: 20%;
}

.animationTrailer {
	max-width: 100%;
    position: relative;
    margin: auto;
}

.animationTrailer video {
	max-height: 100%;
	max-width: 100%;
	width: 570px;
	/* height: 323px; */

}

@media screen and (min-width: 640px) {
	.mediaGroup {
		padding-bottom: 75px;
	}
	.trailerCarousel,
	.screenshotCarousel,
	.newsCarousel {
		width: 95%;
	}
	.nextArrow {
		right: -15px;
	}
	.prevArrow {
		left: -15px;
	}

}
@media screen and (min-width: 1024px) {
	.nextArrow  {
		right: -23px;
	}
	.prevArrow {
		left: -23px;
	}

}

#purchase {
    background: url("../img/purchase/purchase_bg.jpg") center / cover no-repeat;
    text-transform: uppercase;
}

#subscribe {
	padding: 4em 0;
	text-align: center;
}
#subscribe .innerContainer {
	max-width: 720px;
}

#subscribe h1 {
	font-family: 'Eurostile', sans-serif;
	font-size: 4em;
	font-weight: 900;
	text-transform: uppercase;
}

.subscribeText {
	margin: 2em 0;
    font-size: 1.25em;
}

.subscribeDisclaimer {
	font-size: .75em;
}

.subscribeBtn {
    padding: 0.25em;
    width: 150px;
    display: inline-block;
    text-align: center;
}

.subscribeImage img {
	width: 300px;
	max-width: 40%;
	margin: 0.5em 1em;
	border: 1px solid #00ffea;
}

.asterisk {
	color: red;
}

#notice {
	background: rgba(0, 0, 0, 0.6);
	padding: 1em;
	text-align: center;
}

#noticeModal h1 {
	font-size: 1.5em;
}

#noticeModal ul {
	list-style: circle;
	padding: 1em;
}
#noticeModal li {
	padding: 1em 0;
}