/* Remat landing page overrides */
@import url('platform_landing_page.css');

.remat-navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height:57px;
}

.remat-navbar .navbar-brand img {
  height: 40px;
  width: auto;
}

.remat-hero-card {
  border-radius: 20px;
}

.remat-hero-carousel .carousel-item {
  position: relative;
}

.remat-hero-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.remat-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0/ 40%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 1.5rem;
}

.remat-hero-overlay h3 {
  font-size: 1.6rem;
}

.remat-hero-overlay p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

