#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 5rem; /* Footer height + top-footer space */
}

footer {
  color: white;
  padding: 10px;
  background: rgb(2, 0, 36);
  background: radial-gradient(circle, #020024, #090979, #095f79, #00d4ff);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem; /* Footer height */
  text-align: center;
}

@media (max-width: 992px) {
  .img-gallery {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .img-gallery {
    width: 70vw;
  }
}
.header1 {
  background: radial-gradient(circle, #020024, #090979, #095f79, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  padding-left: 0;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}

.header2 {
  background: radial-gradient(circle, #020024, #090979, #095f79, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  padding-left: 0;
  font-weight: bold;
  font-size: 28px;
}

.header3 {
  background: radial-gradient(circle, #020024, #090979, #095f79, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  padding-left: 0;
  font-weight: bold;
  font-size: 20px;
}

.header4 {
  background: radial-gradient(circle, #020024, #090979, #095f79, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  padding-left: 0;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
}

#toc ul {
  list-style-type: none;
  padding: 0;
}

#toc li {
  margin-top: 10px;
}

#toc a:hover {
  color: #0098b7;
}

#toc a {
  text-decoration: none;
  color: black;
}

#toc {
  box-shadow: rgba(11, 134, 191, 0.4) 0px 7px 29px 0px;
  border-radius: 10px;
  padding: 20px;
  background-color: white;
}

.img-background {
  position: absolute;
  position: fixed;
  opacity: 0.055;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

#nav-ul {
  position: fixed;
  background-color: #0098b7;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

#nav-ul li {
  float: left;
}

#nav-ul a:hover {
  background-color: #012d36;
}

#nav-ul a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

#btn-links {
  position: sticky;
}/*# sourceMappingURL=index.css.map */