html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
/* ul, */
/* li, */
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Helvetica", "Arial", san-serif;
  color: white;
  background-color: rgb(0, 0, 0);
}

a:link {
  color: rgb(255, 255, 255);
}

a:visited {
  color: rgb(255, 255, 255);
}

#top {
  background-image: url("images/stars_bkg.png");
  display: flex;
  flex-direction: column;
  align-items: center;
}

#bottom {
  text-align: center;
}

#game-title {
  margin: 40px auto;
}

.video-frame {
  border: 2px solid white;
  margin: 0 auto;
}

#video-awards {
  display: flex;
  height: 365px;
}

#middle {
  position: relative;
  height: 276px;
  overflow: hidden;
  text-align: center;
}

#middle .planet {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-wishlist {
  z-index: 5;
  position: absolute;
  width: 100%;
  margin: 130px auto;
}

@media screen and (min-width: 1600px) {
  #middle .planet {
    width: 100%;
    margin: 0 auto;
  }
}

#list-group {
  display: flex;
  width: 90%;
  margin: 20px auto;
  justify-content: center;
}

#list-group ul {
  text-align: left;
  width: 30%;
}

#list-group li {
  padding: 10px 0;
  font-size: 18px;
}

.button {
  cursor: pointer;
  padding: 5px;
}

.button-group {
  display: flex;
  margin: 15px auto;
  max-width: 270px;
}

.thumbnail {
  padding: 5px;
}

/* The Modal (background) */
#imageModal {
  display: none;
  z-index: 1;
  padding-top: 7rem;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  /* max-width: 1200px; */
  display: flex;
  flex-direction: column;
}

.prev img,
.next img {
  height: 45px;
}

/* The Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 20;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.imageSlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50%;
  color: #555555;
  font-weight: lighter;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  font-size: 2em;
  padding-top: 50%;
  padding-bottom: 50%;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: #ff780c;
  opacity: 0.7;
  transition: 0.6s ease;
}

/* Caption text */
.caption-container {
  text-align: left;
  padding: 2px 49px;
  color: #c2c2c2;
}

#caption {
  background-color: #111111;
  padding: 5px 0 5px 10px;
}

.active,
.slide:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  cursor: pointer;
}

img.hover-shadow:hover {
  opacity: 0.7;
}
