  /* Style the top banner */
  .top-banner {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #333; /* dark gray background behind header */
    overflow: hidden; /* clear floats */
    padding: 5px 30px;
  }
  /* Logo styling */
  .logo {
    float: left;
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
  }
  /* Navigation links styling */
  .top-banner a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    line-height: 40px;
  }
  /* Change link color on hover */
  .top-banner a:hover {
    background-color: #4d89ed;
    color: black;
  }
  #cyber-logo{
 height: 3.25em;

  }
  
 /* SEARCH BARxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
 form.w3-right {
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
  gap: 8px;
  margin: 0 auto;
}

form.w3-right input[type="text"] {
  flex: 1 1 150px;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
}

form.w3-right button {
  padding: 0 16px;
  background: #2196F3;
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
}

form.w3-right button i {
  font-size: 18px;
}

@media (max-width: 500px) {
  form.w3-right {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  form.w3-right input[type="text"],
  form.w3-right button {
    border-radius: 4px;
    width: 100%;
    margin: 4px 0;
  }
}

 /* END SEARCH BAR xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
  .cyber-heading-h1{
    font-size:2.45em;
font-family:"Orbitron",san-serif;
font-weight: 700;
 height: 20px;
}
  h4 {
  font-size: 60px;
}
  /* Center the table */
  .center-table {
  margin-left: auto;
  margin-right: auto;
}

h1.a {font-family: "Orbitron", sans-serif;}
h1.b {font-family: "Russo One", sans-serif;}
h1.c {font-family: "Montserrat", serif;}

  * {box-sizing: border-box;}
  
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
   background-image: url('\monitors_background2.jpg'); /* The image used for background*/
          background-repeat: no-repeat; /* Do not repeat the image */
          background-position: center; /* Center the image */
          background-size: cover; /* Resize the background image to cover the entire container */
      }

.topnav {
  overflow: hidden;

}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #9df70c;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: rgb(167, 227, 17);
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #5ac9f8;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button {
  background:#5ac9f8;
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
  border: none;
  cursor: pointer;
  
}
.topnav .search-container button:hover {
        background: #00d;
      }
      .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
      }

      .image-container {
        text-align: center;
        width: 100%;
      }

      .links-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }

      .link {
        min-width: 50% !important;
      }
 #cyber_link_text a{
    color:#ff0000 !important;
  }
      @media (min-width: 1200px) {
        .container {
          max-width: 1140px;
        }
      }
      @media (min-width: 992px) {
        .container {
          max-width: 960px;
        }
      }
      @media (min-width: 768px) {
      .container {
          max-width: 720px;
        }

      .link {
          width: 100%;
        }
      }
      @media (min-width: 576px) {
      .container {
          max-width: 540px;
        }
      }

      .w3-purple, .w3-hover-purple:hover {
        color: #fff!important;
        background-color: rgba(156, 39, 176, 0.6) !important;
      }
/* Mobile friendly media query */
  @media (max-width: 600px) {
        .top-banner, .topnav {
          padding: 5px;
        }
        .top-banner a, .topnav a {
          float: none;
          display: block;
          width: 100%;
          text-align: left;
          padding: 10px 0;
        }
        .container {
          padding: 0 5px;
        }
        .image-container img {
          height: 60px !important;
          max-width: 100%;
        }
        
        table, thead, tbody, th, td, tr {
          display: block;
          width: 40px;
        }
        th, td {
          border: none;
          padding: 10px 0;
          text-align: left;
          width: 10px;
        }
        .link {
          min-width: 90% !important;
          width: 100% !important;
          margin-bottom: 10px;
        }
        h4 { font-size: 2em; }
      }
  
@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
 
  }
}
