
@font-face {
    font-family: 'Minecraft';
    src:  url('../fonts/Minecraft.woff2') format('woff2'),
         url('../fonts/Minecraft.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  overflow-x: hidden;
  font-family: 'Minecraft',Arial,sans-serif;
  text-transform: uppercase;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

#clientsSlider{
  background: url(../images/bgggg.png) repeat 0 center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 0;
}

.logo {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100px;
  width: 400px;
  z-index: 99999;
}

.logo img {
  height: 100px;
  width: 400px;
}

.grid-item img {
    width: 100%;
    height: auto;
    border: 5px solid #f9d449;
    filter: grayscale(100%);
    filter: gray;
    cursor: pointer;
}

.grid-item img:hover {
    width: 100%;
    height: auto;
    border: 5px solid #f9d449;
    filter: none;
}

.split {
    width: 100%;
}

.main {
    width: 48%;
    float: left;
}


.grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-items: stretch;
    align-items: inital;
}

.inner {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1400px;
  margin: 0 auto;
  padding: 250px 0 0 0;
}

.selected img {
    height: 450px;
    width: 450px;
    border: 5px solid #fff;
    float: right;
}

#character-box {
    height: 450px;
    width: 450px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
      border: 5px solid #fff;
      background-image:  url('../mes/me.gif');
      position: relative;
}


#splashscreen {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    background-color:black;
    z-index: 9999999;
    margin: 0px auto;
    text-align: center;
}

#splashscreen img {
  display: none;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.loaded,
.sega {
  display: none;
}

.loaded img {
    width: 400px;
    height: auto;
    margin: 0 auto 0px auto!important;
    display: block !important;

}

.go {
  display: block!important;
    animation: fadeIn 1s;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;

}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}

}

#character-box a {
  display: block;
  color: #f9d449;
  margin: 10px 0 0 0;
}

#character-box a:hover {
  color: #fff;
}


#character-box-me,
#character-box-whisk,
#character-box-judo,    
#character-box-octo,  
#character-box-axe,
#character-box-non {
display: none;
    position: absolute;
    bottom: -75px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    left: 0;
right:0;
}

.show {
  display: block!important;
}



@media screen and (max-width: 1000px) {

.main {
    width: 85%;
    float: none;
    margin: 0 auto;
    display: block;
}

#character-box {
    height: 450px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    border:0;
    float: none;
}


.inner {
  padding: 200px 0;
  display: block;
}

#splashscreen img {
    max-width: 300px;
}
}