body
{
  background-color: #50586f;
  font-display: block;
}
.hyper-title
{
  font-family: Evogria;
  font-size: 4rem;
  border-bottom: 4px solid white;
  border-top: 4px solid white;
  color: white;
}
.hdbz-trailer
{
  overflow: hidden;
  border-bottom-left-radius: 20%;
  border-top-right-radius: 20%;
  height: 55vh;
  justify-content: center;
  position: relative;
}
.border-trailer
{
  position: absolute;
  object-fit:cover;
  object-position: center;
  height: 95%;
  width: 95%;
  filter: opacity(0.5);
  border: 1px solid white;
  left: 2%;
  top: 2%;
}
.trailer-credit
{
  position:absolute;
  right:0;
  bottom:0;
  color:aliceblue;
}
#wrapper-black
{
  background-color: black;
  opacity: 50%;
  position: fixed;
  display: none;
  width: 100%;
  height: 150%;
  z-index: 9999;
  left: 0;
}
a:hover
{
  text-decoration: none;
}
.backgroundContainer
{
  position: relative;
  text-align: center;
  margin-top: -4%;
  padding-left: 5%;
  padding-right: 5%;
}
.backgroundImg
{
  width: 100%;
  margin-bottom: 1rem;
}
.download-button
{
  position:absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px
}
.download-button-style
{
  border: 6px solid orange;
  background-color: #ffffb3;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 3rem;
  font-family: Evogria;
  letter-spacing: 5px;
  border-radius: 10px;
  text-shadow: -5px 0 black, 0 5px black, 5px 0 black, 0 -5px black;
  color: white;
}
.download-button-style:hover
{
  color: orange;
}
.list-group-item
{
  cursor: pointer;
}
.navigation-bar
{
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
}
.navigation-bar:hover
{
  text-decoration: none;
  color: #ffffb3;
}
.hr-line
{
  border: 3px solid orange;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0px;
}
.container-background
{
  background-color: #ffffb3;
}
.comunity-title
{
  font-family: Evogria;
  font-size: 2rem;
  border-bottom: 4px solid white;
  border-top: 4px solid white;
  color: white;
}
.index-title
{
  font-family: Evogria;
  font-size: 2rem;
  border-top: 4px solid white;
  color: #ffffb3;
}
.comunity-media
{
  font-family: days one;
  font-size: 1.5rem;
  text-align: center;
}
.social-link
{
  color: white;
}
.social-link:hover
{
  color: #ffffb3;
}
.close-txt
{
  color: orange;
}
.movelist-button-style
{
  border-bottom: 4px solid orange;
  color: white;
  font-size: 30px;
  font-family: Evogria;
}
.movelist-button-style:hover
{
  border-bottom: 4px solid orange;
  color: #ffffb3;
}
.wd-social:hover
{
  opacity: 50%;
}
.default-mouse
{
  cursor: default;
}
.img-shadow:hover
{
  filter: drop-shadow(8px 8px 10px #ffffb3);
  transition: 0.2s;
}
.hide-on-mobile
{
  display: block;
}
.show-on-mobile
{
  display: none;
}
@font-face {
  font-family: saiyan;
  src: url(../fonts/saiyan-sans-webfont.woff);
}
@media (max-width: 1024px) {
  .trailer-credit {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    color:aliceblue;
  }
}
@media (max-width: 425px) {
  .hyper-title
  {
    font-size: 1.6rem;
    padding-top: .25rem;
  }
  .download-button-style {
    padding: 4%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 2.5rem;
  }
  .comunity-media
  {
    text-align: left;
  }
  .navigation-bar
  {
    font-size: inherit;
  }
  .hdbz-trailer
  {
    overflow: hidden;
    border-bottom-left-radius: 20%;
    border-top-right-radius: 20%;
    height: 35vh;
    justify-content: center;
    position: relative;
  }
}
@media (max-width: 768px) {
.hide-on-mobile
{
  display: none;
}
.show-on-mobile
{
  display: flex;
}
}
@font-face {
  font-family: Evogria;
  src: url(../fonts/Evogria-Italic.woff);
}
