.header{
  background: linear-gradient(to top, #3b709f97, #3b709f97), url("https://static.igem.wiki/teams/5311/header-videos/design.webp") no-repeat center/cover;
}

.collapsible {
    font-family: 'Epilogue', sans-serif;
    background-color: #3b719f;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
  }
  
.collapsible:hover {
    background-color: #5a8dc1;
  }
  
.collapsible:after {
    content: '\002B';
    color: #efebdf;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
.collapsible.active:after {
    content: "\2212";
  }
  
.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #efebdf;
  }

.active + .content {
    padding: 18px 18px; 
    border-radius: 5px;
}
.arrow ul {
  list-style-type: "\2192";
  padding: 20px;
  justify-content: center;
  margin: 0;
}

.arrow li {
  margin-bottom: 15px;
  padding-left: 10px;
}

/* Style for the image container inside the collapsible content */
.image-center-big {
  text-align: center;
  margin: 20px auto;
  max-width: 100%; /* Ensures responsiveness */
}

/* Style for the image itself */
.image-center-big img {
  width: 80%;
  max-width: 600px; /* Set a max-width for the image */
  height: auto; /* Maintain aspect ratio */
  border-radius: 5px; /* Optional rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  border-radius: 5px;
}
.image-center {
  text-align: center;
  margin: 20px auto;
  max-width: 100%; /* Ensures responsiveness */
}

/* Style for the image itself */
.image-center img {
  width: 50%;
  max-width: 600px; /* Set a max-width for the image */
  height: auto; /* Maintain aspect ratio */
  border-radius: 5px; /* Optional rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .image-center img {
    width: 70%; /* Increase the size for tablets */
    max-width: 800px;
  }
}

/* For mobile phones (screen width less than 600px) */
@media screen and (max-width: 600px) {
  .image-center img {
    width: 90%; /* Make the image almost full width for mobile */
    max-width: none;
  }
}



/* Footer text under the image */
.image-center-big-footer {
  text-align: center;
  font-size: 0.9em; /* Smaller font for footer */
  color: #555; /* Grey color for footer */
  margin-top: 8px;
  font-style:italic;
}

#nice-table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ddd;
}

#nice-table td, #nice-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#nice-table tr:nth-child(even){background-color: #5e7de211;}

#nice-table tr:hover {background-color:#efebdf80;}

#nice-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:  #5E7CE2;
  opacity:0.8;
  color: white;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  #nice-table td, #nice-table th {
      padding: 6px; /* Reduce padding for tablets */
      font-size: 14px; /* Smaller font size */
  }

  #nice-table th {
      padding-top: 10px;
      padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  #nice-table td, #nice-table th {
      padding: 4px; /* Reduce padding for mobile devices */
      font-size: 12px; /* Even smaller font size for mobile */
  }

  #nice-table th {
      padding-top: 8px;
      padding-bottom: 8px;
  }
}
ref{
  font-style: italic;
  font-size: small;

  vertical-align: super;
}

ref a{
  color: #3b719f;
  /* text-decoration: none; */
}
