.navbar .btn-outline-light:hover {
  color: var(--bs-dark);
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  opacity: 0.85;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.header {
  background: url(../images/junebugbackground.jpg) center center no-repeat;
  background-size: cover;
}

.socials {
  opacity: 0.85;
}

.about-bottom {
  background: url(../images/junebugbackgroundbottom.jpg) center center no-repeat;
  background-size: cover;
}
