@import url("https://fonts.googleapis.com/css?family=Signika+Negative:300,400&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.04em;
}
body {
  font-family: "Signika Negative", sans-serif;
  font-weight: 300;
}
.section {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg1 {
  background-color: #ccc;
}
.bg2 {
  background-color: #333;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}
.revealUp {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  font-size: 30px;
  text-align: center;
}

.revealUp.visible {
  opacity: 1;
  font-size: 100px;
}

.spacer {
  height: 50vh;
  background-color: #000;
}
.centertext {
  text-align: center;
  align-items: center;
  align-self: center;
  align-content: center;
}

.revealUp-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
html, body, .main{
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
}
.jarallax-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.revealUp-iframe.visible {
  transform: scale(1.5);
}

.jarallax{
  height: 100vh;
}

.footer{
  padding: 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.github svg{
  background-color: #333;
  fill: #fff;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.github svg:hover{
  fill: #333;
  background-color: white;
}

.rules, .banned-client-mods{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
ol li{
  font-size: 30px;
}

ol {
  margin-left: 20px;
  margin-right: 20px;
  
}
.centertext{
  text-align: center;
  align-items: center;
  align-content: center;
  -moz-box-align: center;
  box-shadow: #333;
  text-shadow: #333;
  
}
  
