* {
  margin: 0;
  padding: 0;
  zoom: normal;
  min-height: 0;
  min-width: 0;
}

body {
  font-family: "Caveat", cursive;
  background-color: rgb(20, 20, 20);
}

p {
  color: #cfcfcf;
  font-size: 18px;
  line-height: 1.5;
}

hr {
  border-color: #888888;
  color: #888888;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* next & prev buttons */
.next,
.prev {
  position: absolute;
  top: 0%;
  width: 50%;
  height: 100%;
  color: #b42929;
  /* font-weight: bold;*/
  /* font-size: 18px;*/
}

.next {
  cursor: url(img/RightArrow.cur), default;
  right: 0;
  /*border-radius: 3px 0 0 3px;*/
  /*background-color: rgba(0, 255, 255, 0.2);*/
}

.prev {
  cursor: url(img/LeftArrow.cur), default;
  /*background-color: rgba(160, 68, 118, 0.2);*/
}

/* ---    COMMON   --- */

.line {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

#copyright {
  right: 0;
  text-align: right;
  margin-right: 16px;
  font-size: 14px;
  padding-top: 32px;
}

/* -------------- */
.header_logo {
  position: absolute;
  width: min(128px, 20%);
  z-index: 300000;
}

.nav_links {
  position: absolute;
  right: 0;
  text-align: right;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 8px;
  z-index: 300000;
}

.nav_links p {
  font-size: 18px;
  text-transform: uppercase;
}

.nav_links p a {
  margin-left: 16px;
}

/* ---    Intro   --- */

.intro_video {
  width: 100%;
}

.intro_video_overlays {
  position: absolute;

  width: 40%;
  padding-left: 30%;
  padding-right: 30%;
  padding-top: 0%;
  padding-bottom: 16.3%;
  z-index: 300000;

  background-color: rgba(0, 0, 0, 0.3);
}

.intro_info {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: max(50%, 320px);

  font-size: max(3vw, 20px);
  color: #ffffff;
  text-align: center;

  padding-top: 36%;
  z-index: 300000;
}

/* ---    Segments   --- */

.segment-title {
  color: #ef751f;
  text-align: center;
  text-transform: uppercase;

  font-size: max(4vw, 32px);
  margin-top: 32px;
  margin-bottom: 8px;
}

.segment-info {
  color: #ef751f;
  text-align: center;
  text-transform: uppercase;

  font-size: max(2vw, 16px);
  margin-bottom: 32px;
  margin-left: 16px;
  margin-right: 16px;
}

/* ---    Games   --- */

.intro_youtube_video {
  position: relative;
  margin-left: auto;
  margin-right: auto;

  max-width: max(60%, 400px);
  padding-top: max(33.75%, 220px);
  text-align: center;
}

/* ---    Cartoon Slider  --- */

.slideshow-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  aspect-ratio: 2.1428;
  overflow: hidden;
}

/* hide the images by default */
.single-slide {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
}

.single-slide img {
  width: 100%;
  height: 100%;
}

/* ---    Store Links   --- */
.store-link-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.store-icon {
  width: 100%;
  max-width: 646px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}

/* ---    Social   --- */

.social_container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.social_icon {
  width: 64px;
  padding-left: 16px;
  padding-right: 16px;
}

/* ---    GRID    --- */

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0 0 0 0;
}
.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
