*{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: rgb(201, 201, 201);
    overflow-x: hidden; /* Disable horizontal scroll */
}


/* The sidebar menu */
  .sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  }
  
  /* The sidebar links */
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    white-space: nowrap;
    color: rgb(201, 201, 201);
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidebar a:hover {
    color: #ff9100;
  }
  
  /* Position and style the close button (top right corner) */
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* links color in sidebar */
  .sidebar #five:hover {
    color: #f40552;
  }
  .sidebar #mine:hover {
    color: #00ff37;
  }
  .sidebar #beam:hover {
    color: #ffa600;
  }
  .sidebar #down:hover {
    color: #006eff;
  }
  .sidebar #baza:hover {
    color: #ffff00;
  }
  .sidebar #damian:hover {
    color: #FF00FF;
  }

  /* The button used to open the sidebar */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 15px 15px;
    border-radius: 1rem;
    border-style: none;
  }

    #discord {
        position: absolute;
        right: -10px;
        width: 0px;
    }
    #disContainer {
        position: absolute;
        right: 0px;
        width: 0px;
        transition: 0.5s;
        overflow: hidden;
    }
  #IframeBtn {
    position: inherit;
    left: -79px;
    top: 0%;
    width: 90px;
    height: 60px;
    border-radius: 1rem 0px 0px 1rem;
    background-color: #5865F2;
    transition: 0.5s;
  }
  #IframeLogo {
    position: inherit;
    top: -204px;
    left: -275px;
    scale: 0.08;
  }

  .themebtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 15px 15px;
    border-radius: 1rem;
    border-style: none;
  }
  
  /* .openbtn:hover {
    background-color: #808080;
  } */


  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
    font-size: 20px;
    display: flex;
  }

  /* left section with content */
  #main > #left{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

  #main > #left > #buttons{
    align-self: flex-start;
  }


  /* team members list */
    #team{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      column-gap: 50px;
      text-align: center;
    }

    .teamCard{
      width: 200px;
    }

    .teamCard img{
      height: 200px;
      clip-path: circle(50.0% at 50% 50%);
    }

    .teamName{
      /*color: red;*/
      font-size: larger;
      /* font-family: cursive;
      text-shadow: greenyellow 0.1em 0.1em 0.2em, greenyellow 0.1em 0.1em 0.2em, greenyellow 0.1em 0.1em 0.2em; */
    }

    .teamDesc{
      font-size: large;
      /*color: greenyellow;
      text-shadow: red 0.1em 0.1em 0.2em, red 0.1em 0.1em 0.2em;*/
    }

  *::selection {
    display:none;
  }

  #loginWindow {
    position: absolute;
    width: 20vw;
    height: 25vh;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eee;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    background: #eeeeee;
    padding: 2px 10px 2px 10px;
  }
  #input1 {
    position: absolute;
    color: #eee;
    width: 97%;
    height: 20%;
    background-color: rgb(21, 21, 21);;
    border-radius: 1rem 1rem;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    outline: none;
    top: 5vh;
    left: 1%;
    font-size: 40px;
  }
  #text1 {
    position: absolute;
    top: 0vh;
    color: #111;
    left: 2%;
    margin-top: 1%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
  }
  #input2 {
    position: absolute;
    color: #eee;
    width: 97%;
    height: 20%;
    background-color: rgb(21, 21, 21);;
    border-radius: 1rem 1rem;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    outline: none;
    top: 17vh;
    left: 1%;
    font-size: 40px;
  }
  #text2 {
    position: absolute;
    top: 12vh;
    color: #111;
    left: 2%;
    margin-top: 1%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
  }

  #submit {
    position: absolute;
    left: 50%;
    bottom: 30%;
    width: max-content;
    height: max-content;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    border-radius: 1rem 1rem 1rem 1rem;
    background-color: #eee;
    color: #111;
  }
  #back {
    position: absolute;
    left: 0%;
    bottom: 1%;
    width: max-content;
    height: max-content;
    text-align: center;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    border-radius: 0rem 1rem 1rem 0rem;
    background-color: #eee;
    color: #111;
}

/* On smaller screens, where width is less than 600px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-width: 600px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
    #discord { width: 0px; height: 0px; }
  }

  @keyframes b-w {
    from {
        background-color: rgb(21, 21, 21);
    }
    to {
        background-color: rgb(201, 201, 201);
    }
  }

  @keyframes w-b {
    from {
        background-color: rgb(201, 201, 201);
    }
    to {
        background-color: rgb(21, 21, 21);
    }
  }

  @keyframes txt-bright {
    from {
        color: black;
    }
    to {
        color: white;
    }
  }

  @keyframes txt-dark {
    from {
        color: white;
    }
    to {
        color: black;
    }
  }

  @keyframes btn-bright {
    from {
        background-color: #eee;
        color: black;
    }
    to {
        background-color: #111;
        color: white;
    }
  }

  @keyframes btn-dark {
    from {
        background-color: #111;
        color: white;
    }
    to {
        background-color: #eee;
        color: black;
    }
  }
