html {
  border: 0;
  /*margin-top: 1em;*/
  /*padding: 1em;*/
}

body {
  background-image: url(../../assets/img/bg_space.jpg);
}

#logo {
  margin: 0 auto;
}

#discord iframe {
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  bottom: 0;
}

iframe {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.orange {
  color: #f30;
  text-shadow: 0px 0px 20px #fb0909;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

#navi {
  background: linear-gradient(to bottom, rgba(91, 91, 91, 0.03) 0, #222 100%);
}

.navi {
  background: linear-gradient(to bottom, rgba(91, 91, 91, 0.03) 0, #222 100%);
}

#informationx img {
  height: 499px;
  width: 400px;
}

.navbar {
  margin-bottom: 0px;
}

.jayzoneBox {
  position: relative;
  height: 2000px;
  background: linear-gradient(-180deg, #050505, #151515);
}

.jayzoneBox h1 {
  background: #111;
  border: 1px #222 solid;
  line-height: 5.5;
}

.jayzoneBox div {
  margin: 0 auto;
}

.box {
  box-shadow: 0px 5px 10px #111;
}

.text-glow {
  text-shadow: 0 0 10px #fff;
  color: #f00;
  display: none;
}

.simple-slider .swiper-slide {
  height: 40vh;
}

.simple-slider .swiper-slide {
  background-repeat: no-repeat;
  /*background-size: 100% 100%;*/
  background-size: 100% 160%;
  background-position: center;
}

h1 {
  font-size: 200%;
  color: #fff;
  text-shadow: 0 0 20px #fff;
}

