/* =========================================================
   discover.css (pre-migration look + correct Calendly sizing)
   ========================================================= */
body {
  background-color: #f8f5ea;
}

#baseBody {
  height: 94vh;
  margin: 0 0.5%;
  background-color: white;
  border-bottom-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

#baseHeader {
  height: 100%;
  background-image: none;
  border-bottom-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

#headerContainer {
  height: 100%;
  justify-content: start;
  align-items: start;
}

#aaktaLogoContainer {
  height: calc(12 * 1vh);
}

#headerLogoText {
  color: black;
}

#calenderContainer {
  height: 96%;
  width: 70%;
  margin: 3% auto 0 auto;
  position: relative;
  top: calc(-4 * 1vh);
  overflow: hidden;
}

.calendly-inline-widget {
  height: 100% !important;
  min-height: 560px !important;
}

@media screen and (max-width: 1280px) {
  #calenderContainer { top: calc(-3 * 1vh); }
}

@media screen and (max-width: 10230px) {
  #calenderContainer { top: calc(-2 * 1vh); }
}
