@media only screen and (max-width: 576px) {
  .software-banner {
    height: 23vh;
  }

  .software-banner .software-title {
    font-size: 18px;
  }

  .software-banner .ocean {
    height: 30px;
  }
}

@media only screen and (min-width: 576px) {
  .software-banner {
    height: 40vh;
  }

  .software-banner .software-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .software-banner {
    height: 47vh;
  }

  .software-banner .software-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .software-banner {
    height: 55vh;
  }

  .software-banner .software-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .software-banner {
    height: 66vh;
  }
}

@media only screen and (min-width: 1400px) {
  .software-banner {
    height: 70vh;
  }
}

.upper-divider-banner {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.upper-divider-banner svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 46px;
}

.upper-divider-banner .shape-fill {
  fill: rgb(10, 10, 17);
}

.software-banner {
  background: url('https://static.igem.wiki/teams/4810/wiki/background-banner-software.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
}

.software-title {
  margin: auto;
  font-size: 50px;
  width: 40%;
  color: white;
  text-align: center;
  background-color: rgba(21, 21, 30, 0.7);
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 50px;
  border-bottom: 5px solid #37aac7 !important;
  border-top: 5px solid #37aac7;
  border-left: 5px solid #37aac7;
  border-right: 5px solid #37aac7;
}

/*------------------ Wave Animation */
.ocean {
  height: 100px;
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url('https://static.igem.wiki/teams/4810/wiki/waves.svg') !important;
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}
/* ------------Software Section ------------------------ */
/* ------------Sidebar menu ---------------------------  */
#introduction,
#pansimpy,
#pepdb,
#scentipd-notebooks,
#contributing,
#acknowledgment{
  padding-top: 100px;
  margin-top: -100px;
}
.software-sidebar-menu {
  position: sticky;
  top: 30%;
  padding-left: 5%;
  margin-bottom: 10%;
  color: white;
  padding-bottom: 10px;
}
.software-sidebar-menu a {
  color: white;
  text-decoration: none;
  letter-spacing: .1rem;
}
.software-sidebar-menu li {
  margin-bottom: 30px;
}
.software-sidebar-menu-title {
  margin-bottom: 30px;
}
.list-of-sidebar-menu-software>li.active a {
  color: #37aac7;
}
.list-item-menu-software{
  width: fit-content;
}
.software-sidebar-menu-icon {
  display: inline-block;
}
.software-sidebar-menu-loader {
  display: inline-block;
}
.software-sidebar-menu-item-loader {
  z-index: 25;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.circle-load {
  margin: 4px 4px 4px 4px;
  border-radius: 100%;
  border: 2px solid #37aac7;
}
.circle-load:nth-child(1) {
  animation: loaderKeyframe .6s ease-in-out alternate infinite;
}
.circle-load:nth-child(2) {
  animation: loaderKeyframe .6s ease-in-out alternate .2s infinite;
}
.circle-load:nth-child(3) {
  animation: loaderKeyframe .6s ease-in-out alternate .4s infinite;
}
@keyframes loaderKeyframe {
  100% { 
    transform: scale(2.5); 
  }
}
/* -----------Software Context----------------- */
.software-intro-title{
  text-align: center;
  background-image: linear-gradient(to bottom right, #5b66bb, #25cfb2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-bottom: 50px;
}
.software-subtitle{
  background-image: linear-gradient(to bottom right, #5b66bb, #25cfb2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.software-subtitle-categories{
  background-image: linear-gradient(to bottom right, #e0c113, #16239b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.software-filename-span{
  color: #C82950;
  background-color: #F9F2F4;
}
.software-chapter{
  box-shadow: 2px 2px 10px 10px rgba(163, 177, 198, 0.6); 
  padding: 5% 5% 5% 5%; 
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
  color: white;
}
.software-chapter p{
  text-align: justify;
  text-justify: inter-word;
}
.software-chapter-title{
  background-image: linear-gradient(to bottom right, #f07f4f, #f3af5d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
}
.software-container-component-subtitle {
  background-image: linear-gradient(to bottom right, #38A2D7, #561139);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.software-img-wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.software-caption-img{
  color: white;
  font-style: italic;
}
.list-of-methods li{
  list-style: none;
  position: relative;
} 
.list-of-methods li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: 2em;
}
.steps-installation-title{
  background-image: linear-gradient(to bottom right, #e0c113, #16239b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.list-styling-software{
  font-weight: 700;
  background-image: linear-gradient(to bottom right, #e0c113, #16239b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}