
@font-face {
    font-family: 'Minecraft';
    font-style: normal;
    font-weight: normal;
    src: local('minecraft'), url('../assets/fonts/minecraft.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;

}

#logo {

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

}

#bannerDiv {

    position: relative;
    width: 100%;
    height: 85%; 
    margin-bottom: 75px;

}

#bannerDivContentCenter {

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

}

h1 {

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

}

h2 {

    font-family: 'MinecraftTen';
    color: #ffffff;
    text-align: center;
    font-size: 35;
    font-weight: 100;
    margin: 0;

}

p {

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

}

#smallText {

  font-size: 13;
  opacity: 0.5;

}

button {

    margin: 10px;
    cursor: pointer;
    font-family: 'Minecraft';
    text-align: center;
    font-size: 14;
    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);
  }

  hr {

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

  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: 'Minecraft';
    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';

  }