

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url(fonts/nunito-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url(fonts/nunito-regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.horiz-section {
  background-color: pink;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-height: 100vh;
  
  font-family: "Nunito", sans-serif;
}

.image-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #333;
  display: block;
}

.info-section {
  background-image: url("images/city.jpg");
}

.horiz-info-section {
  padding: 90px 350px 90px;
  min-height: calc(100vh - 180px);
}

h2 {
  margin-top: 8px;
  text-align: center;
  font-size: 1.7rem;
  color: white;
  text-shadow: 1.5px 1.5px 2px black;
}

.horiz-page {
  background-image: url("images/manager_fade.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}


/* *************************************************** */
/* SPLASH SECTION */
/* *************************************************** */

.splash-section {
  background-image: url("images/splash.jpg");
  text-align: center;
  min-height: 100vh;
}

.splash-game-logo {
  margin-top: 220px;
}

.splash-description {
  background-color: rgba(0, 0, 0, 0.25);
  color: white; 
  
  font-weight: bold;
  text-shadow: 1.5px 1.5px 2px black;
  font-size: 1.7rem;
  
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border-radius: 10px;
  padding: 20px;
}

.splash-text {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px;
}

.splash-socials {
  text-align: center;
}

.splash-socials svg {
  width: 48px;
  height: 48px;
}

.splash-text {
  padding: 0;
  font-size: 1.7rem;
}

.splash-by-line {
  margin-top: 10px;
}

/* *************************************************** */
/* INTRO SECTION */
/* *************************************************** */

.intro-section {
  background-color: #333;
  color: #dcdcdc;
  min-height: calc(100vh - 180px);
  /* padding-top: 60px; */
}

.intro-section .intro-text {
  font-size: 1.4rem;
  border-top: 1px solid #dcdcdc;
  padding-top: 40px;
}

.intro-section .intro-area {
  text-align: center;
  padding-bottom: 40px;
}

.intro-section .intro-area img {
  max-width: 100%;
  height: 48vh;
}

.intro-description {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
  font-size: 1.4rem;
}

/* *************************************************** */
/* SCREENSHOT SECTION */
/* *************************************************** */

.picture-holder {
  text-align: center;
}

.picture-holder-row img {
  width: 44%;
  height: 276px;
  object-fit: cover;
  margin: 20px;
  box-shadow: 2px 2px 8px 0px #0008;
}