body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#main-footer {
  margin-top: auto;
  position: relative;
  width: 100%;
  max-height: auto;
}

#main-frame {
  background: url("../../assets/img/sarah_main_web2.svg") top center no-repeat;
  background-size: cover;
  margin: 0px;
  padding: 0px;
  height: 100vh;
  width: 100%;
  font-family: 'NewYork';
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

@media (min-width: 576px) {
  #main-frame {
    background: url("../../assets/img/sarah_main_web2.svg") top no-repeat;
    background-size: contain;
  }
}

.link-dark {
  color: #ffffff!important;
}

.text-white {
  /*--bs-text-opacity: 1;*/
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

