body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Montserrat', sans-serif;
  margin: 2px;
}



.colored-section {
  background-color: #ff4c68;
  color: white;
}

.white-section {
  background-color: white;
}

/*  ----------------------------- TITLE Section ------------------------- */
#title {
  padding: 1% 15%;
}


/* -------------- Navigation Bar ------------------ */
.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.nav-item {
  padding: 0 10px;
}

.nav-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}

/* ---------------- Title ---------------- */
.title {
  margin: 4% auto 8%;
  padding: 3% auto 5%;
  text-align: left;
}

.title-heading {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
  margin: 3% auto 10%;
}

/* ----------- Download Buttons ------------------ */
.download-btn {
  margin: 5% 3%;
}

/* ---------- Title Image of Dog ---------------- */
.title-image {
  width: 21rem;
  transform: rotate(25deg);
  position: absolute;
  margin: 2% auto 0 6.5%;
}

/*  ----------------------------- FEATURES Section ------------------------- */
#features {
  font-family: inherit;
  padding: 10% 15%;
  position: relative;
}

.features-icon {
  color: #ef8172;
  margin: 1rem auto;
  line-height: 2;
}

.features-icon:hover {
  color: #ff4c68;
}

.features-heading {
  font-weight: 900;
  font-size: 1.75rem;
}

.features-text {
  color: #8f8f8f;
  font-size: 1.1rem;
  padding: 0 7%;
}

/*  -------------------------- TESTIMONIALS Section ----------------------- */
#testimonials.colored-section {
  background-color: #ef8172;
}

.carousel-item {
  padding: 7% 15%;
}

.testimonial-text {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.5;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}

/*  ----------------------------- PRESS Section ------------------------- */
#press.colored-section {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 12.5%;
  margin: 20px 20px 50px;
}

/*  ----------------------------- PRICING Section ------------------------- */
#pricing {
  padding: 7.5% 15%;
}

.pricing-top-heading {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.5;
}

.pricing-top-subheading {
  font-size: 1.25rem;
}

.pricing-row {
  align-items: flex-start;
}

.pricing-card {
  padding: 5% 3%;
}

.pricing-heading {
  font-weight: 900;
  font-size: 1.75rem;
}

.pricing-price {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 2;
}

.pricing-text {
  line-height: 2;
}

.pricing-button {
  margin: 2rem;
}

/*  ------------------------- CALL TO ACTION Section ---------------------- */
#cta {
  padding: 5% 15%;
}

.cta-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  max-width: 980px;
  font-size: 3.5rem;
  line-height: 1.5;
  margin: 5% auto;
}

/* .download-btn styles are written in the Title Section */
/*  ----------------------------- FOOTER Section ------------------------- */
#footer {
  margin: 1rem auto;
}

.social-icon {
  margin: 1rem 0.75rem;
  color: #000;
}

#footer a {
  text-decoration: none;
  font-size: 1.05rem;
  color: #555;
}

#footer a:hover {
  color: #000;
}
