body{
  overflow-x: unset;
  font-family: Roboto, sans-serif;
}
.fill{
  background-image: url("../assets/images/dcbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
  height: 70vh;
  position: relative;
}
.introSection{
  justify-content: center;
  height: fit-content;
  width: 100%;
  margin-bottom: 5%;
}
.title{
  position: absolute;
  bottom: 120px;
  right: 50px;
  color: black;
  text-shadow: 1px 1px 4px darkgray;
}
.subtitle{
  position: absolute;
  bottom: 80px;
  right: 50px;
  color: black;
  text-shadow: 1px 1px 4px darkgray;
}
.sidebar{
  top: 80px;
}
.nav-link{
  color: black;
  font-weight: bold;
}
.nav-link.active{
  color: black !important;
  text-decoration: underline;
  background-color: white !important;
}
.nav-link:hover{
  color:#6e64ff;
}
.sidecol{
  display: unset;
}
h4{
  font-weight: bold;
}
h5{
  margin-top: 1%;
  margin-bottom: 1%;
}
.slideimage{
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.figure{
  margin-bottom: 5px;
}
figcaption{
  margin-bottom: 10px;
}
.subgroup-ul{
  display: none;
}
.container-fluid{
  padding: 0;
}
.prototypebutton{
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #6e64ff;
  border: 2px solid #6e64ff !important;
}
.prototypebutton:hover{
  background-color: white;
  color: #6e64ff;
  border: 2px solid #6e64ff !important;
}
.button-link{
  text-decoration: none !important;
}
.btn-floating {
  z-index: 3;
  background-color: white;
  border: 2px solid #dddddd;
  border-radius: 0;
  position: fixed;
  font-weight: normal;
}
.btn-floating:hover{
  background-color: white;
  border: 2px solid #dddddd;
  border-radius: 0;
  text-decoration: underline;
  color: black !important;
}
#btn-back-to-top{
  display: none;
  bottom: 20px;
  right: 20px;
}
#btn-back{
  top: 20px;
  left: 20px;
}
/* hide sidebar */
@media only screen and (max-width:1179px){
  .sidebar{
    visibility: hidden;
  }
}