body {
  font-family: "Montserrat";
}
#title {
  background-color: #ff4c68;
  color: #fff;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  line-height: 1.5;
  font-weight: 1100;
}
h2 {
  font-family: "Montserrat";
  font-size: 4rem;
  line-height: 2;
  font-weight: 900;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}
p {
  color: #8f8f8f;
}
.container-fluid {
  padding: 3% 15% 7%;
}

/* Nav Bar */
.navbar {
  padding: 0 0 4.5rem;
}
.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}
.nav-item {
  padding: 0 18px;
}
.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: 300;
}
/* Download Buttons */
.download-button {
  margin: 5% 3% 5% 0;
}
/* Title Image */
.title-image {
  align-items: center;
  padding: 10px;
  max-width: 18rem;
}
/* About */
#about {
  padding: 7% 15%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.f-box {
  text-align: center;
  padding: 5%;
}
.icons {
  color: #ef8172;
  margin-bottom: 1rem;
}
.icons:hover {
  color: #ff4c68;
}
/* Resources section */
#resources {
  text-align: center;
  background-color: #ef8172;
  color: #fff;
}
.r-image {
  width: 50%;
  height: 50%;
  border-radius: 5%;
  margin: 50px;
}

/* #press {
  background-color: #ef8172;
  padding-bottom: 3%;
  text-align: center;
}
.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
} */
.carousel-item {
  padding: 5% 15%;
}
/* Pricing Section */
/* #pricing {
  padding: 100px;
  text-align: center;
}
.pricing-column {
  padding: 5% 3%;
} */

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }
  .title-image {
    position: static;
    transform: rotate(0);
  }
}
@media only screen and (max-width: 1028px) {
  .r-image {
    width: 80%; /* Adjust width for mobile devices */
    margin: 20px; /* Adjust margin for spacing */
  }
}
/* Call to action */
#cta {
  background-color: #ff4c68;
  color: #fff;
  text-align: center;
  padding: 7% 15%;
}
.cta {
  font-size: 2.5rem;
  font-weight: 700;
}
#footer {
  padding: 7% 15%;
  text-align: center;
}
.footer-icon {
  margin: 20px 10px;
}

/** custom max-width class names */

.mw-rem-50 {
  max-width: 50rem;
}

.mw-rem-55 {
  max-width: 55rem;
}

.mw-rem-60 {
  max-width: 60rem;
}

.mw-rem-65 {
  max-width: 65rem;
}

.mw-rem-70 {
  max-width: 70rem;
}

.mw-rem-75 {
  max-width: 75rem;
}

.mw-rem-80 {
  max-width: 80rem;
}

.mw-rem-85 {
  max-width: 85rem;
}

.mw-rem-90 {
  max-width: 90rem;
}

.mw-rem-95 {
  max-width: 95rem;
}

.mw-rem-100 {
  max-width: 100rem;
}
