* {
  font-family: Helvetica;
  word-wrap: break-word;
}

body {
  /* padding-top: 56px; */
  background-color: #fdfaed;
}
.left-aligned {
  margin-left: auto;
}
.bg-dark {
  background-color: #65886a !important;
}
.bg-hero {
  /* background-color: ; */
  background-color: #d9f0df;
}
header {
  overflow: hidden;
}

.nbud-txt {
  word-wrap: normal;
}

.forwardboii {
  z-index: 1;
  margin-top: -10rem;
  background-color: #d9f0df;
  position: relative;
}

#index-title {
  display: none;
}

.summarytext {
  background-color: #65886a;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  padding-top: 1rem;
  margin: 1rem;
}

.quotetext {
  background-color: #d9f0df;
  color: #343a40;
  border-radius: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bald {
  font-weight: bold;
}

figcaption {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}

h1 {
  letter-spacing: +0.8px;
}

h3,
h2 {
  margin-bottom: 1.5rem;
}

/* Accordion add-on for accessibility */
.accordionTitle {
  border: 1px solid #ccc;
  margin: 5px 0 0 0;
  font-weight: 200 !important;
  font-size: 1.15em;
  background-color: #f8f8f8;
  padding: 1em 0.5em;
  text-decoration: none;
  color: #000;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}

.accordionTitle:before {
  content: "";
  font-size: 1.5em;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  float: left;
  margin: 0.475em;
  margin-right: 0.55em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordionTitle[aria-selected="true"]:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordionTitle:focus,
.accordionTitle:hover {
  background-color: #dadada;
}

.ui-accordion-content {
  height: auto !important;
  overflow: hidden;
  padding: 1.5em 1.5em;
  border: 1px solid #ccc;
}

[aria-pressed="true"],
[aria-expanded="true"] {
  background-color: #fdfaed;
  border-radius: 10px;
}

/* CALLOUT */
s .bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}

/* title */

/* menu bar */

.navbar {
  font-weight: bolder;
  font-size: 1.4rem;
}

.nbdicon {
  width: 10%;
  height: 10%;
}

/* footer */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}

.icon-span {
  display: inline-block;
  width: 100%;
}

.icon-object {
  position: relative;
  z-index: -1;
}

a .flo-a {
  display: inline-block;
  position: relative;
  z-index: 3;
}

a .flo-a {
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}

a .flo-a:hover {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.icon-a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.icon-a {
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}

.icon-a:hover {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.flex-container-span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.flex-items-span {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.shrink-img {
  max-width: 100%;
}

.badlottie {
  margin-top: -275px;
  margin-bottom: -460px;
  align-content: center;
}

/* index */

.nbdhome {
  display: block;
  height: 529px;
  background-size: 20%;
}

.nbud-txt {
  margin-top: 232px;
  font-size: 600%;
  max-width: 100%;
}

.herorow {
  height: 562px;
  margin-bottom: -16px;
  margin-top: -64px;
}

.container-igemvid {
  display: flex;
}

iframe {
  border-radius: 20px;
  align-self: center;
  width: 100%;
}

.icon-tw {
  display: inline-block;
  position: relative;
  z-index: 1;
  fill: #343a40;
  margin-left: 16px;
  margin-right: 16px;
}
.icon-tw {
  -webkit-transition: filter 0.5s ease-out;
  -moz-transition: filter 0.5s ease-out;
  -o-transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
}
.icon-tw:hover {
  filter: drop-shadow(2px 3px 1px rgb(0 0 0 / 0.4));
}

/* animation stuff */

.intro {
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background-color: #00b652; */
  transition: 4s;
}

.icon-header {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon {
  position: relative;
  display: inline-block;
  bottom: -20px;
  opacity: 0;
  background-color: #343a40;
}

.icon.active {
  bottom: 0;
  opacity: 1;
  transition: 3s cubic-bezier(0, 1.44, 1, -0.43);
  background-color: aqua;
}

.icon.fade {
  bottom: 150px;
  opacity: 0;
  transition: 3s ease-in-out;
  background-color: #d9534f;
}

.fill-ava {
  width: max-content;
  width: fill-available;
  width: -webkit-fill-available;
  width: -moz-available;
}
/* menu bar design */

/* @media (min-width: 992px) {
   .nav-item {
    margin-left: 7.5%;
  }
  .navbar-collapse {
    justify-content: space-between;
    min-width: 900px;
  }
  .dropdown-toggle:focus {
    display: none;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .caret-off::before {
    display: none;
  }
  .caret-off::after {
    display: none;
  }
} */

.navbar div {
  align-items: flex-start;
}

/* team.html css */
.container-team {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 16px;
  margin-bottom: 64px;
}

.flex-items {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

/* .crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
*/
.image-team {
  width: 100%;
}

.image-aca {
  width: 100%;
  overflow: hidden;
}

.crop {
  position: relative;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: -30%;
  position: absolute;
}

.crop:hover .image-team {
  opacity: 0.3;
}

.crop:hover .middle {
  opacity: 1;
}

.text-team {
  color: rgb(5, 29, 4);
  /* padding: 16px 32px; */
  position: absolute;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80%;
}

.container-aca {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: normal;
  align-content: space-between;
  flex-wrap: wrap-reverse;
}

/* text formatting */
.heading-center {
  text-align: center;
}

.fix-aca {
  position: inherit;
}

.flex-itemsaca {
  display: block;
  width: 400px;
  order: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.nav-item,
.nbud-txt {
  font-family: "IBM Plex Serif";
}

/* notebook.html css */
.notebookaccordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active,
.notebookaccordion:hover {
  background-color: #ccc;
}

.notebookaccordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: rgb(234, 255, 235);
  border: 0px;
  border-radius: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  font-family: "IBM Plex Serif", sans-serif;
  font-size: 20px;
}

.text-notebok {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* protocol.html css */
.protocolaccordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active,
.protocolaccordion:hover {
  background-color: #ccc;
}

.protocolaccordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
}

.active:after {
  content: "\2212";
}

.protocols {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.protocols-basic h5 {
  /* font-weight: bold; */
  text-align: center;
  margin-top: 1rem;
}

.panel ol li {
  margin-bottom: 1.5rem;
}

h5 i,
.icon-a .heading-center {
  font-family: "IBM Plex Serif";
}

.projectprotocols table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 72%; /* 72% 900px*/
  margin-left: auto;
  margin-right: auto;
}

.projectprotocols td,
th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

.exemtable table {
  width: 65%; /* 65% 800px*/
}

/* communication.html css */
.educommaccordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active,
.educommaccordion:hover {
  background-color: #ccc;
}

.educommaccordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
}

.active:after {
  content: "\2212";
}

.education table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 90%; /* 800px 90% */
  margin-left: auto;
  margin-right: auto;
}

.education td,
th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: left;
  padding: 10px 20px;
}

.tahgara img {
  max-width: 100%;
  margin: 0px auto;
  border-radius: 5%;
}

.scienceweek img {
  max-width: 100%;
  margin: 0px auto;
  border-radius: 5%;
}

.eduimgbr {
  border-radius: 12px;
}

/* .scienceweek img {
  max-width: 95%;
} */

.landncuhntree p {
  text-align: center;
}

.flag1 {
  order: 1;
}

.acknowledgementtext {
  order: 2;
}

.flag2 {
  order: 3;
}

@media all and (max-width: 1400px) {
  #wrapper {
    flex-wrap: wrap;
  }
  .acknowledgementtext {
    order: 3;
  }

  .flag2 {
    order: 2;
  }
}

@media all and (max-width: 992px) {
  #wrapper {
    flex-wrap: wrap;
  }
  .acknowledgementtext {
    order: 2;
  }

  .flag2 {
    order: 3;
  }
}

.fluorescentproteintext p {
  text-align: center;
}

/* awards.html css */
.awardbronze {
  background-color: rgb(156, 82, 33);
}

.awardsilver {
  background-color: rgb(181, 181, 189);
}

.awardgold {
  background-color: rgb(217, 165, 32);
}

.awards table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 90%; /* 90% 1200px */
  margin-left: auto;
  margin-right: auto;
}

.awards td,
th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: left;
  padding: 10px 20px;
}

/* attributions.html css */
.attributionphoto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 710px;
}

/* parts.html css */
.parts table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 80%; /* 80% 1050px */
  margin-left: auto;
  margin-right: auto;
}

.parts td,
th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  padding: 10px 20px;
}

.partcollection table {
  width: 70%; /* 85% 1100px */
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.partcollection td {
  border: none;
  text-align: center;
}

.partcollection th {
  border: none;
  text-align: center;
}

/* results.html css */
/* .results ul {
  list-style: none;
} */
/* 
.left-column .side-bar {
  background-color: #f3e28c;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
  padding: 10px;
  width: 360px;
  top: calc(148px + 15rem + 0.5rem);
  font-size: 1.2rem;
  width: 260px;
  margin-left: -1.5rem;
  margin-top: -2.5rem;
  align-self: flex-start;
}

.left-column .side-bar h3 {
  color: rgb(138, 106, 188);
}

.left-column .side-bar > ul {
  padding-left: 10px;
  margin-left: 0px;
  width: calc(100% + 10px);
  font-size: 1.5rem !important;
}

.left-column .side-bar ul {
  list-style-type: none !important;
  list-style-image: none !important;
  padding: 3px !important;
  margin: 3px !important;
}

.left-column .side-bar ul li {
  line-height: 30px;
  margin-bottom: 0px;
}

.content-column {
  line-height: 1.8em;
  margin-left: 300px;
  margin-top: 0;
} */

/* results figure formatting oh boy here we go */

.result-fig1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 790px;
}

.result-fig2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.result-fig3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 675px;
}

.result-fig4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 830px;
}

.result-fig5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
}

.result-fig6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.result-fig7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 790px;
}

.result-fig8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 790px;
}

.result-fig9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 830px;
}

.result-fig10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.result-fig11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.result-fig12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 675px;
}

.result-nb-fig1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.result-nb-fig2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 750px;
}

.result-nb-fig3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
}

.result-nb-fig4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.result-nb-fig5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 750px;
}

.result-nb-fig6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 780px;
}

/* .result-nb-fig6b {
  width: 500px;
} */

.result-nb-fig7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 790px;
}

.result-nb-fig8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 790px;
}

.result-nb-fig9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 790px;
}

.result-nb-fig10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
}

.result-nb-fig11 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
}

.result-nb-fig12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 650px;
}

/* .result-nb-fig12b {
  width: 550px;
} */

.result-nb-fig13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
}

.resultstable table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 80%; /* 80% 680px */
  margin-left: auto;
  margin-right: auto;
}

.resultstable td,
th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

/* nmenu.html */
.navbar-left {
  align-self: flex-start;
  top: 20%;
  background-color: #f3e28c;
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
  padding: 10px;
}

.navbar-left .side-bar ul {
  list-style-type: none;
  list-style-image: none;
  padding: 3px;
  margin: 3px;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.side-bar {
  flex-direction: column;
  flex-wrap: nowrap;
}

/* .navbar-left .side-bar ul li a {
  color: rgba(1, 11, 18, 0.7);
} */

/* safety.html css */
.safetyaccordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.active,
.safetyaccordion:hover {
  background-color: #ccc;
}

.safetyaccordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
}

.active:after {
  content: "\2212";
}

.risk-measure table {
  width: 85%; /* 85% 1100px */
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.risk-measure td {
  border: none;
  text-align: left;
  vertical-align: text-top;
}

.risk-measure th {
  border: none;
}

.safetyphoto {
  /* display: flexbox; */
  margin-left: 1%;
  margin-right: 1%;
  max-width: 45%;
}

/* experiments.html */

.exp-flow {
  padding: 15px;
  width: 100%;
  height: 575px;
  overflow: scroll;
  border: 1px solid #ccc;
}
.flowicon {
  width: 300%;
  height: auto;
  z-index: 1;
}

.flowcont {
  z-index: -1;
}

.exp-nb-fig1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 370px;
}

.exp-nb-fig2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
}

.exp-nb-fig3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 710px;
}

.exp-nb-fig4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 550px;
}

.exp-nb-fig5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.exp-nb-fig6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
}

.exp-nb-fig8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 620px;
}

.exp-nb-fig9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 820px;
}

.exp-cbd-fig1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
}

.exp-cbd-fig2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 700px;
}

.exp-cbd-fig3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
}

.exp-cbd-fig4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 520px;
}

.exp-var-fig1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 520px;
}

/* snippets.html */

.team-snip {
  position: relative;
}

.snip-image {
  display: block;
  width: 100%;
  height: auto;
}

.snippets img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.snip-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.7%;
  right: 0;
  width: 96.5%;
  height: auto;
  opacity: 0;
  transition: 0.5s ease;
}

.team-snip:hover .snip-overlay {
  opacity: 1;
}

/* .snippets-original {
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.snippets-hover {
  transition: 0.5s ease;
  opacity: 0;
  transform: translate(0, -50%);
  -ms-transform: translate(-50%, -50%);
}

.snippets-original .image-snippets {
  opacity: 0;
}

.snippets-original:hover .snippets-hover {
  opacity: 1;
}  */

/* human-practices.html */

.hp-innertext {
  padding: 20px 0;
}

* figcaption {
  padding: 10px 0 15px 0;
}

/* model.html */

.model-fig1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 750px;
}

.model-figgifs {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1000px;
}

.modellingpymol table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 55%; /* 700px 55% */
  margin-left: auto;
  margin-right: auto;
}

.modellingpymol td,
th {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

/* description.html */
@media (max-width: 992px) {
  .smol-hide {
    display: none;
  }
  .nbud-txt {
    word-wrap: break-word;
  }
}

.engine-fig2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 550px;
}

@media (max-width: 992px) {
  table {
    height: 100%;
    width: 100%;
    overflow: scroll;
    position: relative;
  }
}
