.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-500);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-500);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-500);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

@media (max-width: 991px) {
  #navcol-1 {
    width: 100vw;
    height: 100vh;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .nav-item {
    font-size: 1.4rem;
    font-weight: 300;
  }
}

p {
  font-family: 'Source Sans 3', sans-serif;
}

.btn {
  font-family: 'Source Sans 3', sans-serif;
  padding: 8px 16px;
}

.btn-secondary {
  color: #F8F7F5;
}

