@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
}

html, body {
  height: 100%;
}

.modal-body button {
  position: absolute;
  top: 1em;
  right: 1em;
}

.modal-body img {
  padding-bottom: 1em;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;

}

#mobile-nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  overflow: hidden;
  top: 0px;
  padding: 5px;
  background-color: #fff;
}

#mobile-nav a, #mobile-nav-dropdown a {
  text-decoration: none;
}

#mobile-nav a {
  color: #000;
}

#mobile-nav-dropdown a {
  color: #000;
}

#mobile-nav-dropdown a:hover {
  color: #EC9303;
}

#mainpageCarousel {
  z-index: -500;
  margin-top: 100px;
}

#mobile-nav-dropdown {
  display: none;
  letter-spacing: 3px;
  text-align: right;
  font-weight: 400;
  width: 30%;
  position: absolute;
  right: 0px;
  top: 70px;
  background-color: #fff;
  color: #0D0C0E;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  padding-bottom: 10px;
}

#mobile-nav-dropdown .navitem {
  line-height: 200%;
  padding-right: 2%;
}

#concept-art-dropdown {
  display: none;
}

.opened {
  display: block !important;
}

#stickyBar {
  position: fixed;
  width: 100%;
  top: 0px;
  right: 0px;
  border-bottom: 2px solid #666;
}

.btn-close-dark {
  background: transparent url("assets/x.svg") center/2em auto no-repeat;
  width: 2em;
  height: 2em;
}

.btn-close-light {
  background: transparent url("assets/x-light.svg") center/2em auto no-repeat;
  width: 2em;
  height: 2em;
}
.logo {z-index: 500;}
.logo img {width: 10vh;}
#hamburger {font-size: 5vh;}
#about {margin-top: 110px; padding: 30px;}
.fadein img {max-width: 99%; max-height: 99%; right: 0.5%; margin: auto; position: fixed;}
#about span img {height: 75px;}
#nav-bar {grid-area: navbar;}

#side-nav {
  display: none;
}

#side-nav .navitem {
  display: block;
  line-height: 300%;
  margin-left: 40px;
  background: #fff;
  letter-spacing: 3px;
  text-align: left;
  font-weight: 500;
}

#concept-art-dropdown .navitem {
  margin-left: 60px;
}

#side-nav a {
  text-decoration: none;
  color: #0D0C0E;
}

#side-nav .navitem:hover, #side-nav .navitem a:hover {
  color: #EC9303;
}

.active {
  color: #EC9303;
}

#characters {
  display: grid;
  margin: auto;
  margin-top: 110px;
  width: 100%;
  grid-template-columns: auto auto;
  text-align: center;
  grid-column-gap: 1%;
  grid-row-gap: 1%;
}

#characters img {width: 40vw;}

.main {grid-area: mainpic;}

.detailshots {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: 49% 46%;
  grid-template-rows: 33.3% 33.3% 33.3%;
  height: auto;
  align-content: center;
  grid-template-areas:
  'mainpic .'
  'mainpic .'
  'mainpic .';
}

.detailshots img {
  padding-bottom: 0rem;
}

#games {
  text-align: center;
  width: 100%;
  margin-top: 110px;
}

#games img {
  padding-bottom: 1rem;
  max-width: 99%;
}

.youtubeEmbed {
  width: 100%;
  height: 50vh;
}

@media (min-width: 768px) {

  .youtubeEmbed {
    height: 80vh;
  }

  #games {
    text-align: center;
    width: 80%;
    margin-left: 20%;
    margin-top: 1%;
  }

  #games img {
    max-width: none;
  }

  .detailshots {
    grid-gap: 2px;
    grid-template-columns: 49% 47.5%;
    grid-template-rows: 33.3% 33.3% 33.3%;
  }

  #mainpageCarousel {
    margin-top: 0px;
  }

  #nav-bar {
    display: block;
  }

  #side-nav {
    display: block;
    position: fixed;
    background-color: #fff;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 20%;
  }

  #mobile-nav, #mobile-nav-dropdown, #stickyBar {
    display: none;
  }

  #characters img {width: 25vw;}

  #characters {
    margin-top: 10px;
    margin-right: 0px;
    width: 80%;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1%;
  }

  #about {
    width: 50%;
    margin-left: 30%;
    height: auto;
    margin-top: 0px;
    padding: 100px;
  }

.navitem button, .dropdown-menu {width: 200px;}
.logo img {width: 20vw;}
.fadein img {right: 5%; max-width: 70%; max-height: 70%;}

 @media (min-width: 992px) {
#about {padding-top: 10%;}
.fadein img {max-width: 99%; max-height: 99%;}

  }
