body {
	background-color: #0C3AC4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	margin: 0;
	font-size: 18px;
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
	}
}

nav,
#hero
{
	font-family: basic-sans, sans-serif;
	font-weight: 700;
	font-style: italic;
}

img {
	max-width: 100%;
}

object {
	max-width: 100%;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.whitebg {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('../media/img/white.svg');
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.section-header,
.loader h5 {
	/* font-family: pollen-web, serif; */
	/* font-weight: 700; */
	font-family: ivypresto-display, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3em;
	color: #05FDFD;
	position: relative;
	z-index: 1;
	/* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 1em 0;
}

/* .section-header::before,
.loader h5::before {
	content:attr(data-text);
	background: linear-gradient(to top, #094170, #2ca5de);
	background-clip: text;
	-webkit-background-clip: text;
	position: absolute;
	z-index: 2;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
	top: 0;
}

.section-header::after,
.loader h5::after {
	content: attr(data-text);
	-webkit-text-stroke: 3px #fff;
	position: absolute;
	top: 0;
	z-index: -1;
	
	
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
}

.section-header::after {
	background: url("../media/img/headers/header_flair.png");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
} */

.text-block {
	padding: 0.5em 1em;
}

.content-row {
	width: 100%;
	position: relative;
	/* display: flex;
	flex-wrap: nowrap;
	align-items: flex-start; */
}

.left-col,
.right-col {
	box-sizing: border-box;
	flex-basis: 50%;
	flex-shrink: 1;
	flex-grow: 1;
}

.wrapper {
	width: 1920px;
	max-width: 100%;
	box-sizing: border-box;
	margin: auto;
	position: relative;
	z-index: 1;
}

.line-break {
	display: block;
	margin: 1em;
}

button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	text-transform: uppercase;
	padding: 0.5em 1em;
	cursor: pointer;
}

.cta-button-primary {
	background-color: #fdd700;
}

.cta-button-secondary {
	background-color: #fff;
}

/*Loader*/
.loader {
	background: #000;
	height: 100%;
	position: fixed;
    top: 0;
	width: 100%;  
    z-index: 99999;
}
.loaderContainer {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.section-header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-header::after {
	content: attr(data-text);
	color: #0D0E56;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1px;
	left: 2px;
	/* padding: 1em; */
	z-index: -1;
	display:flex;
	align-items: center;
	justify-content: center;
}

.section-header.trailer,
.section-header.characters {
	width: fit-content;
    margin-left: 5%;
}
.section-header.screenshots,
.section-header.purchase {
	width: fit-content;
	margin-left: auto;
	margin-right: 5%;
}
.section-header.trailer::before,
.section-header.characters::before {
	content: url('../media/img/trailer-bg.svg');
	position: absolute;
	z-index: -1;
	width: 150%;
	top: 40%;
}

.section-header.screenshots::before,
.section-header.purchase::before {
	content: url('../media/img/ss-bg.svg');
	position: absolute;
	z-index: -1;
	width: 125%;
	top: 30%;
}

/* Age Gate Modal - NOTE need the JS for this to work. */
.ageGateModal,
.ageGateModalNoPass {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  font-family: basic-sans, sans-serif;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99999;
}
.ageGateContainer {
  background-color: #262626;
  left: 50%;
  max-width: 800px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
}
.innerAgeGateGroup {
  padding: 50px 0;
}
.fields {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2%;
}
#month {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#day {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#year {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.selectContainer {
  margin: 0 0.75%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}
#countries.selectContainer {
  width: 100%;
  max-width: inherit;
}
/*this makes original select disappear*/
.selectContainer select {
  display: none;
}
.select-selected {
  background-color: #ffcd0d;
}
/*creates arrow for custom select*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}
.select-items div,
.select-selected {
  background-color: #ffcd0d;
  color: #000;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: #ffcd0d;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow-y: scroll;
  height: 125px;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.buttonAgegate,
.buttonAgegate:hover {
  background: #ffcd0d;
  font-weight: 700;
  margin: 40px auto 0;
  max-width: 300px;
  height: auto;
  padding: 12px 24px;
  color: #000;
  text-transform: uppercase;
  border: 2px solid #000;
  width: 90%;
}
.buttonAgegate:disabled {
  opacity: 0.7;
}

.hidden {
	display: none!important;
}

#exbanner {
	cursor: pointer;
}

#exbanner img {
	width: 100%;
}