/*Basics*/
@font-face {
    font-family: "kenyancoffee"; src: url('../font/kenyancoffeerg.otf') format("opentype");
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.nav {
    height: 75px;
    //float:left;
}
.nav .teamspeak {color:#4b69b6;}
.nav .addons {color:#d1d1e0;}
.logo{
    font-family: "kenyancoffee";
}

h1 {
    font-family: kenyancoffee;
    text-shadow: 1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000,5px 5px rgba(0,0,0,0.2);
    line-height: 52px;
    font-size:52px;
    margin-top: 0px;
}

h2 {
    font-family: kenyancoffee;
    text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

h3 {
    font-family: kenyancoffee;
    text-shadow:
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

h4 {
    font-family: kenyancoffee;
    text-shadow:
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

h5 {
    font-family: kenyancoffee;
    text-shadow:
        -1px -1px 0 #000,  
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

.tsfont{
    font-family: kenyancoffee; 
}

.error{
    color: red;
    font-weight: 600;
  }
  
  .hidden{
    display: none;
  }
  
  
  .tooltip-container {
    position: relative;
    display: inline-block;
    z-index: 1000; /* Ensure the container has a high z-index */
  }
  
  .tooltip-container .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1001;
    bottom: 125%; /* Position above the button */
    left: 50%;
    /*margin-left: -60px;  Center the tooltip */
    transform: translateX(-50%); /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    white-space: pre-wrap; /* Allow wrapping of text */
  }
  
  .tooltip-container .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%; /* Bottom of the tooltip */
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -5px; */
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
  
  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  

  
  .card-img{
    max-width: 320px;
  }

  .card-height{
    min-height: 550px;
  }

  .card-date{
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 5px;
  }

  .card-user{
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 5px;
  }

  .card{
    border: solid 1px #131313;
    background-color: rgb(31, 80, 243, .3);
  }

  .card:hover{
    background-color: rgba(31, 81, 243, 0.171);
  }

  .downloads{
    position: relative;
    bottom: 4px;
    font-size: 10px;
    font-weight: 200;
    line-height: 1px;
  }

  .navbar{
    background-image: url('../img/hexes.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-footer{
    position: relative;
    background-image: url('../img/hexes.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px; /* Add padding to ensure footer content has space */
    overflow: hidden; /* Ensure any overflow content is hidden */
  }

  #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Make sure particles are below the content */
    background-color: transparent; /* Ensure the background is transparent */
  }

  #particles-js-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Make sure particles are below the content */
    background-color: transparent; /* Ensure the background is transparent */
  }

  .nav-content{
    position: relative;
    z-index: 2; /* Make sure content is above the particles */
  }

  .footer-content {
    position: relative;
    z-index: 2; /* Make sure content is above the particles */
    //color: rgb(43, 151, 240); /* Adjust text color for better visibility */
  }

  .mode-icon{
    font-size: 80px;
  }

  .opensoon{
    max-width: 600px;
  }