@font-face {
  font-family: 'Orbit';
  src: url('./Fonts/Font.ttf') format('truetype');
}
  body {
    font-family: Orbit !important;
      background-color: rgb(19, 19, 19);
    }
    h1.Tiltle {
      font-family: Orbit;;
      color: rgb(0, 0, 0);
      text-align: center;
    }
    h2.Sub {
      font-family: Orbit;; 
      color: rgb(0, 0, 0);
      text-align: center;
    }
    h3.UnderClass {
      font-family: Orbit; 
      color: rgb(0, 0, 0);
      text-align: center;
    }
    div.outline {
      background-color: rgb(2, 133, 204);
      width: auto;
      border: 15px solid rgb(77, 3, 216);
      padding: 20px;
    }
  div.table {
    background-color: rgb(82, 82, 82);
    width: auto;
    border: 15px solid rgba(255,128,49);
    padding: 20px;
  }
  table, th, td {
    border:5px solid rgb(255, 255, 255);
  }
  
    ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #b4b4b4;
      position: -webkit-sticky; /* Safari */
      position: sticky;
      top: 0;
    }
    
    li {
      float: left;
      font-family: Orbit; 
    }
    
    li a {
      display: block;
      color: rgb(0, 0, 0);
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    }
    
    li a:hover {
      background-color: #bb00ff;
     color: #00e5ff;
    }
    .active {
      background-color: #bb00ff !important;
      color: #00e5ff !important;
    }
    .activeComp {
      background-color: #bb00ff;

    }
    footer {
      text-align: center;
      padding: 5px;
      background-color: #000000;
      color: #ffffff;}
      
      table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
      }
      
      th, td {
        border: 5px solid rgb(255, 255, 255);
        font: 15px Arial, sans-serif;
        color: rgb(255, 255, 255);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      
      td {
        width: auto;
      }
    
    
    .popup {
      position: relative;
      display: inline-block;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    /* The actual popup */
    .popup .popuptext {
      visibility: hidden;
      width: 160px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 8px 0;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -80px;
    }
    
    /* Popup arrow */
    .popup .popuptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent;
    }
    
    /* Toggle this class - hide and show the popup */
    .popup .show {
      visibility: visible;
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s;
    }
    
    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
      from {opacity: 0;} 
      to {opacity: 1;}
    }
    
    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity:1 ;}
    }
    .textButton {
      background: none;
      border: none;
      padding: 0;
      margin: 0;
      font: inherit;
      color: #ffbf00;
      cursor: pointer;
      text-decoration: underline; /* Optional, to make it look like a link */
  }
  .textButton:focus {
      outline: none; /* Remove focus outline */
  }


  .navbar {
    overflow: hidden;
    background-color: #333;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-family: Orbit !important;
    font-size: 16px;  
    border: none;
    outline: none;
    color: #00e5ff;
    padding: 14px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #bb00ff;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: #00e5ff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
     

  .dropdown-content a:hover {
    background-color: #333;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  #button1, #button2 {
    padding: 10px 20px;
    font-size: 16px;
    margin: 5px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}