body {
font-family: 'Montserrat' , sans-serif ;
color: #c7d6c5;
}
#menu-toggle {
  display: none;
}

 
.sidebar {
  position: fixed;
  left: -250px;  
  width: 250px;
  height: 100%;
  background: #333;
  transition: all 0.3s ease;  
  padding-top: 60px;
}


#menu-toggle:checked ~ .sidebar {
  left: 0;
}


.sidebar ul li a {
  color: white;
  display: block;
  padding: 15px;
  text-decoration: none;
}
* {box-sizing:border-box}


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


.mySlides {
  display: none;
  position: relative;
}


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


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #c7d6c5;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  position: static; 
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.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}
}
.mySlides img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  background-color: black; 
}
.group {
  position: relative;
  margin: 20px auto;
  width: 350px; 
  padding-left: 40px;
  text-align: left;
}

.group ol {
  display: block; 
  margin: 0;
}

.group::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 15px;  
  border-left: 4px solid black;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}

.label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

body {
  background-image: url(images/coolbackground.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logo {
  width: 300px; 
  height: auto;  
  display: block;
  margin: 10px auto; 
  border-radius: 50%;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.menu-icon {
  color: white;
  font-size: 30px;      
  cursor: pointer;     /
  padding: 10px;       
  display: inline-block; 
}


h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

table {
  margin: auto;
}

footer {
  text-align: center;
}

h3 {
  text-align: center;
}
form {
  text-align: center;
}
table {
  margin: auto;
  border-collapse: collapse; 
  width: 80%; 
  background-color: rgba(0, 0, 0, 0.6); 
}

th, td {
  border: 1px solid white; 
  padding: 12px;           
  text-align: left;        
}

th {
  background-color: rgba(255, 255, 255, 0.2); 
}

tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

h1, h2, h3, .logo-text, .label {
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 2px; 
  text-transform: uppercase; 
  color:#ECEBF3
}


.sidebar ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

