/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 *
 *= require vendor/tom-select
 *= require_self
*/



body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}

.hero {
  background: url("/assets/hero-image-926df601.jpg") no-repeat center center/cover;
  background-position: center 60%;
  height: 80vh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero .hero-copy {
  font-size: 1.25rem;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.feature-icon {
  height: 40px;
  margin-bottom: 1rem;
}

.testimonial-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.app-store-badge {
  height: 50px;
}

.landing-page {
  color: #312a20;
}

.works-item h5 {
  font-weight: 500;
}

.icon-box {
  background-color: #fbeadb;
  /* soft pink */
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

.testimonial blockquote {
  font-family: 'Playfair Display', serif;
}

.btn-pink {
  background-color: #FA526F;
  border: none;
}

.btn-pink:hover {
  background-color: #e14660;
}

.footer {
  background-color: #604D32;
  /* dark brown */
  color: white;
  padding: 1rem;
  text-align: center;
}
