html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html {
  font-size: 62.5%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/websiteBackground.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/websiteBackground.png);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/websiteBackground.png);
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body {
  color: white;
  height: 100%;
  position: relative;
  font-family: "Cinzel", serif;
  font-weight: 400;
}

h1 {
  font-size: calc(2rem + 4vw);
  font-family: "Cinzel", serif;
  font-weight: 600;
  padding: 20px 0;
  text-shadow: -1.5px 1.5px rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  margin-bottom: 20px;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  color: white;
  text-decoration: none;
}

p {
  margin: 0;
}

.block {
  display: block;
}

.wrapper {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

header {
  height: 100vh;
}

nav {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 5vh;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Cinzel", serif;
  font-weight: 400;
}

nav li a {
  font-size: 1.5rem;
  padding: 0 20px;
}

nav li a:hover,
nav li a:focus {
  color: goldenrod;
}

select {
  width: calc(5rem + 12vw);
  height: 5vh;
  font-size: calc(0.8rem + 1vw);
}

[type=submit] {
  border: none;
  color: white;
  padding: 10px 20px;
  margin: 10px 0 15px 0;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "Cinzel", serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

[type=submit]:hover,
[type=submit]:focus {
  color: goldenrod;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[type=submit]:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

img {
  width: 20vw;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 10px;
}

.gallery li {
  border: 3px solid rgba(245, 245, 245, 0.7);
  margin: 10px 0;
  width: 20vw;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 800px) {
  .gallery li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .gallery li img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .gallery li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.gallery li:hover,
.gallery li:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery li:hover .gameNameDiv,
.gallery li:focus .gameNameDiv {
  display: none;
}

.gallery li p {
  font-size: calc(0.5rem + 1vw);
}

.gameNameDiv {
  height: 100%;
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}

.name {
  font-family: "Cinzel", serif;
  font-weight: bolder;
  font-size: calc(0.7rem + 1vw);
  text-align: center;
}

.nameForDetails {
  color: goldenrod;
}

.displayInfo {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.displayInfo p:not(.nameForDetails span) {
  font-size: calc(0.3rem + 0.8vw);
}

.hide {
  display: none;
}

span {
  font-size: calc(0.6rem + 1vw);
  font-weight: bolder;
  padding-top: 5px;
}

.slideShow {
  position: relative;
  width: 80%;
  height: 50%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.slideShow li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: absolute;
}

.slideShow img {
  width: 100%;
  height: 100%;
}

footer {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer a {
  text-align: center;
  display: block;
  color: white;
}