/* new landing page stuff in 202209 */

.topbar-line .navbar {
  width: 100%;
}

@media (min-width: 1200px) {
  .topbar-line .navbar {
    width: inherit;
  }
}

.banner_badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  text-align: center;
  z-index: 100;
}

@media (min-width: 1279.98px) {
  .banner_badge {
    right: 120px;
  }
}

@media (max-width: 420px) {
  .banner_badge {
    right: 0px;
  }
}

.banner_badge img {
  width: 8vw;
  min-width: 80px;
}

@media (max-width: 720px) {
  .banner_badge p {
    display: none;
  }
}

.banner_star {
  position: absolute;
  top: 70px;
  width: 100%;
  min-width: 100px;
}

@media (max-width: 360px) {
  .banner_star {
    padding-right: calc(360px - 100vw);
  }
}

@media (max-width: 250px) {
  .banner_star {
    display: none;
  }
}

.banner_star img {
  width: 3vw;
  min-width: 20px;
}

.color-orange,
.nav-link.color-orange {
  color: #f18700 !important;
}

.banner_btns {
  z-index: 100;
  position: relative;
  font-weight: bold;
  text-shadow: none;
}

@media (min-width: 800px) {
  .banner_btns {
    margin-left: 300px;
  }
}

.banner_btns a {
  background-color: #e71;
  border-radius: 999px;
  color: white;
  padding: 8px;
  width: 150px;
  min-width: 100px;
  margin: 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.banner_btns a:hover {
  background-color: #f18700;
}

.banner_btns a:focus {
  box-shadow: 0 0 0 0.2rem #f1870080;
}

.bannar-4 {
  margin-left: 36% !important;
}

.bannar-2 {
  top: 40% !important;
  text-shadow: 1px 1px 1px white;
}

.bannar-3 {
  top: 30% !important;
}

@media (min-width: 576.98px) and (max-width: 900px) {
  .bannar-2,
  .bannar-3,
  .bannar-4 {
    top: 50% !important;
  }
}

@media (max-width: 576px) {
  .bannar-4 {
    margin-left: 0 !important;
  }

  .bannar-2,
  .bannar-3,
  .bannar-4 {
    top: 50% !important;
  }
}

.call-to-action::before {
  content: "";
  position: absolute;
  background-color: #036;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.footer-title {
  background-color: #fffb;
  padding: 6px;
  color: #036;
}

.border-round {
  border-radius: 999px;
}

.simpleBannerTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 250px;
}

.simpleBanner {
  display: flex;
  justify-content: center;
  position: relative;
  height: 500px;
}

.simpleBanner img,
.simpleBannerTitle img,
.simpleBanner picture,
.simpleBannerTitle picture {
  width: 100%;
  object-position: center top;
  object-fit: cover;
  position: absolute;
  height: inherit;
  opacity: 0.5;
}

.simpleBannerTitle h1 {
  position: absolute;
  text-shadow: 1px 0 0.3vw #fff, 1px 0 0.6vw #fff, 1px 0 0.9vw #fff;
}

.simpleBannerContent {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 1;
}

.simpleBannerContent1 {
  font-size: 30px;
  font-weight: bold;
}

.simpleBannerContent2 {
  font-size: 26px;
}

@media (min-width: 390.1px) {
  .simpleBannerContent1 {
    font-size: 46px;
  }

  .simpleBannerContent2 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .rec-itemheight {
    height: 900px;
  }
}

@media (max-width: 991.98px) {
  .rec-itemheight {
    height: 1050px;
  }
}

@media (max-width: 767.98px) {
  .rec-itemheight {
    height: 750px;
  }
}
