
@font-face {
  font-family: 'MinecraftFive';
  font-style: normal;
  font-weight: normal;
  src: local('minecraft'), url('../assets/fonts/minecraft.woff') format('woff');
  
}
  
@font-face {
    font-family: 'MinecraftFive';
    font-style: normal;
    font-weight: normal;
    src: local('minecraft_five'), url('../assets/fonts/minecraft_five.woff') format('woff');
    
}

@font-face {
  font-family: 'MinecraftTen';
  font-style: normal;
  font-weight: normal;
  src: local('minecraft_ten'), url('../assets/fonts/minecraft_ten.woff') format('woff');
  }

body {

  scroll-behavior: smooth;
  background-image: linear-gradient(to bottom, #4FB2FF, #4478FF);
  margin: 0px;

}

#bannerDiv {

position: relative;
background-size: cover;
background-position-y: 60%;
width: 100%;
height: 75%;
margin-bottom: 75px;

}

#bannerDivContentCenter {

align-content: center;
position: absolute;
display: block;
top: 50%;
left: 50%;
transform: translate(-50%, -25%);

}

#logo {

  cursor: pointer;
  display: block;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;

}

#bedrock {

display: flex;
margin-left: auto;
margin-right: auto;
height: 50px;

}

.column {
padding-right: 15px;
height: 100%;
width: 100%;

}

#discordCard {

  transition: transform .2s;
  border-radius: 10px;
  border: 2px solid #ffffff75;
  background-color: #ffffff50;
  width: fit-content;
  
  }
  
#discordCard:hover {
  
  transform: scale(1.06)
  
  }

#youtubeCard {

transition: transform .2s;
border-radius: 10px;
border: 2px solid #ffffff75;
background-color: #ffffff50;
width: fit-content;

}

#youtubeCard:hover {

transform: scale(1.06)

}

#social {

  transition: transform .2s;
  cursor: pointer;
  display: inline;
  margin: 10px;
  
  }
  
#social:hover {
  
  transform: scale(1.1)
  
  }

.row {
display: flex;
width: fit-content;
}

.loader {
margin-left: auto;
margin-right: auto;
width: 15px;
aspect-ratio: 1;
border-radius: 3px;
animation-name: l5;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-direction: alternate;
}

@keyframes l5 {
  0%  {box-shadow: 20px 0 #fff, -20px 0 #fff2;background: #fff }
  33% {box-shadow: 20px 0 #fff, -20px 0 #fff2;background: #fff2}
  66% {box-shadow: 20px 0 #fff2,-20px 0 #fff; background: #fff2}
  100%{box-shadow: 20px 0 #fff2,-20px 0 #fff; background: #fff }
}

@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 } 
to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
from{ bottom:-100px; opacity:0 } 
to{ bottom:0; opacity:1 }
}

.vl {
  border-left: 2px solid #ffffff60;
  height: 35px;
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
}

h1 {

  box-sizing: border-box;
  font-family: 'MinecraftTen';
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  font-weight: 100;
  margin: 0;

}

h2 {

box-sizing: border-box;
font-family: 'MinecraftTen';
color: #ffffff;
text-align: center;
font-size: 30px;
font-weight: 100;
margin: 0;

}

p {

  font-family: 'MinecraftFive';
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-weight: 100;
  margin: 0;

}

button {

  margin: 10px;
  cursor: pointer;
  font-family: 'MinecraftFive';
  text-align: center;
  font-size: 15;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(to right, #ac06a775, #E202DC75, #ac06a775);
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 35px;
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

button:hover {
  border: 3px solid #D301C9;
  background-image: linear-gradient(to right, #ac06a790, #E202DC90, #ac06a790);
}

button:active {
  background-color: transparent;
  transform: translateY(2px);
}

video {

  overlay: linear-gradient(to bottom, #00000000, #00000050);
  width: 100%;
  position: absolute;
  z-index: 0;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  position: fixed;
  z-index: 1;
  margin: 10px;
  
}

hr {

  border: none;
  background-color: #ffffff;
  height: 2px;
  
}

li {
  float: left;
  cursor: pointer;
  font-family: 'MinecraftFive';
  text-align: center;
  font-size: 15;
  color: #ffffff;
  background-color: transparent;

}

li:first-child {
  
  margin-right: 10px;

}

li:last-child {

  float: right;

}

li a {
  display: block;
  color: white;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

li a:hover:not(.active) {
  font-weight: 900;
}

.active {
  font-size: 18;
  font-family: 'MinecraftTen';

}