
@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: 'MinecraftTenLowercased';
    font-style: normal;
    font-weight: normal;
    src: local('minecraft_ten_lowercased'), url('../assets/fonts/minecraft_ten_lowercased.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;
  width: 100%;
  height: 75%;
  margin-bottom: 75px;

}

#bannerDivContentCenter {

  align-content: center;
  position: relative;
  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 {
  margin: 5px;
  height: 100%;
  width: max-content;
  
}

#darken {

  display: none;
  background-color: #00000085;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;

}

#staffCard {

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

}

#staffCardFocused {

  margin-top: 5%;
  border-radius: 10px;
  border: 2px solid #ffffff40;
  background-color: #ffffff30;
  width: 75%;
  height: 75%;
  padding-top: 10%;
  padding-bottom: 10%;
  margin-left: auto;
  margin-right: auto;

}

#staffCard:hover {

  transform: scale(1.06)

}

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

.rows {
  display: flex;
  width: fit-content;
  height: fit-content;
}

#pOffline {

  font-family: 'MinecraftFive';
  color: #ffffff;
  background-color: #ff5555;
  border: 2px solid #d03737;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 5px;
  
}

#pOnline {
  
  font-family: 'MinecraftFive';
  color: #ffffff;
  background-color: #55FF55;
  border: 2px solid #3fdb3f;
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  border-radius: 10px;
  padding: 5px;
}

#errorAlert {

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

}

.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 }
}

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;

}

hr {

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

p {

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

}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 25%;
  border: 2px solid #ffffff;
  appearance: none;
  background-color: #E202DC75;
  transform: translateY(25%);
}

input[type="checkbox"]:hover {
  
  border: 2px solid #D301C9;
  background-color: #E202DC90;
  
  
}

input[type="checkbox"]:not(:disabled):checked {
  background-image: url('../assets/images/check_mark.png');
  background-size: 85%;
  background-position: center;
}

input[type="checkbox"]:active {
  transform: translateY(35%);
}

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);
}

.redButton {

  cursor: pointer;
  font-family: 'MinecraftFive';
  text-align: center;
  font-size: 15;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(to right, #ac060675, #e2020275, #ac060675);
  border: 3px solid #ffffff;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  position: fixed;
  top: 5%;
  transform: translate(25%, 125%);
  
}

.redButton:hover {
  border: 3px solid #d30101;
  background-image: linear-gradient(to right, #ac060690, #e2020290, #ac060690);
}

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;
    
  }
  
  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';

  }