footer {
  position: relative;
  min-height: 40vh;
}
.footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.navbar-toggler{
  top: -60px;
  right: 0;
  position: absolute;
  background-color: #fff;
}