/* this is a test */
body {
  background-color: white;
  background-image: url(https://www.zingsoft.com/assets/svg/sine-bg-top.svg);
  background-position: 20% -6dvh;
  background-repeat: repeat-x;
}

aside#sidebar>h3 {
  background-color: white;
  border: 1px solid #e9e5e5;
  border-bottom-width: 0;
  margin-bottom: -2px;
  padding: 0 0 4px 8px;
}

aside#sidebar>ul.nav-list {
  background-color: white;
  border: 1px solid #e9e5e5;
  border-top-width: 0;
  padding: 0 0 0 8px;
}

section#contentArea {
  background-color: transparent;
  display: flex;
  justify-content: center;
  min-height: 100dvh;
  padding-top: 1em;
}

section#contentArea>* {
  max-width: 1080px;
}

section#contentArea>footer {
  background-color: #00394b;
  bottom: 0;
  padding: 3rem 0;
  position: absolute;
  max-width: 100dvw;
  width: 100dvw;
}

section#contentArea>footer * {
  color: white;
  font-size: 1rem;
  margin: 0;
  text-align: center;
}

section#contentArea>section.threeCol.row-fluid {
  margin-bottom: 8rem;
}

section#docsSearch {
  align-items: flex-end;
  background: transparent;
  border-bottom: none;
  color: white;
  display: grid;
  height: 15dvh;
  justify-items: center;
  margin-bottom: 0;
  padding-bottom: 19dvh;
}

section#docsSearch>form {
  align-self: flex-start;
}

@media (max-width: 768px) {
  section#contentArea>section.threeCol.row-fluid>section.collection:last-child {
    border-bottom: 0;
  }
}

li#solved-zingchart-issues,
li#solved-zinggrid-issues,
li#miscellaneous-fixes{
  display: none
}

@media (min-width: 769px) {
  .navbar .nav {
      left: 150px;
  }
}

.navbar .nav>li>a {
  padding: 11px 10px 11px;
}

.navbar .brand {
  padding: 11px 20px 11px;
}

#sidebar .nav-list {
  margin-bottom: 10rem;
}