@font-face {
  font-family: 'Minecraftia';
  src: url('../media/Minecraft.ttf');
}

@font-face {
  font-family: 'Minecrafter';
  src: url('../media/Minecrafter.Reg.ttf');
}

@font-face {
  font-family: 'Blackthorns';
  src: url('../media/Blackthorns.ttf');
}

@keyframes fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body, html {
  width: 100%;
  height: 100%;
  background-color: black;
  margin: 0px;
  padding: 0px;
}

.start {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.title {
  animation-name: fadein;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 1.3s;
  animation-direction: normal;
  animation-fill-mode: both;

  height: 50%;
  width: auto;

  padding-top: 1%;
  text-align: center;
}

.backgroundvideo {
  animation-name: fadein;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;

  float: left;

  width: 100%;
  height: auto;
}

.backgroundvideo video {
  position: absolute;
  margin-top: -3%;
  width: 100%;
  height: auto;
}

.main {
  animation-name: fadein;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-direction: normal;
  animation-fill-mode: both;

  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 70%;
}

.mainlauncher {
  animation-name: fadein;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-direction: normal;
  animation-fill-mode: both;

  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 82%;
}

.changelog {
  margin: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
  background-color: #181818;
}

h1 {
  font-family: 'Minecrafter';
  text-align: center;
  color: white;
  font-size: 100px;
  line-height: 110%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: grey;
}

h2 {
  font-family: 'Minecraftia';
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 30px;
  color: white;
}

h3 {
  font-family: 'Minecraftia';
  text-align: left;
  padding-left: 25%;
  padding-right: 25%;
  color: white;
}

p {
  font-family: 'Minecraftia';
  text-align: left;
  padding-left: 25%;
  padding-right: 25%;
  color: white;
}

.full {
  width: 80%;
  margin: auto;
  display: flex;
}

.fullserver {
  width: 40%;
  margin: auto;
  display: flex;
}

.half {
  float: left;
  width: 100%;
}

.center {
  text-align: center;
}

.host {
  transition: .1s;
  transform: scale(1);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  margin-bottom: 30px;
}

.host:hover, .host:focus {
  transition: .2s;
  transform: scale(1.15);
}

.flag {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 5%;
  margin-top: -20px;
}

.footer {
  width: 100%;
  height: 15%;
  background: black;
  padding-top: 1%;
  text-align: center;
}

.about {
  transition: .1s;
  transform: scale(1);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  padding: 70px 0;
}

.about:hover {
  transition: .2s;
  transform: scale(1.15);
}

.download {
  font-family: 'Blackthorns';
  color: #ffffff;
  background-color: #696969;
  font-size: 30px;
  border: 1px solid #ffffff;

  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 15px;
  cursor: pointer;
}

.download:hover {
  color: #ffffff;
  background-color: #348f00;
}
