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%;
  margin: 0;
}


/* -------------- 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: 0;
  text-align: center;
  padding: 5% 0;
  max-width: 900px;
}

.title-heading {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.5;
  max-width: 744px;
  margin: 0 auto 10%;
  padding: 10% auto;
}

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

/* ---------- Title Image of Dog ---------------- */
.title-image {
  width: 60%;
  position: static;
  margin: 15% auto;
  transform: rotate(0);
}

/*  ----------------------------- FEATURES Section ------------------------- */
#features {
  font-family: inherit;
  padding: 10% auto;
  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-box {
  margin: 3% auto;
}

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

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

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

.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% 3%;;
}

.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 {
  max-width: 25rem;
  margin: 10% auto;
  padding: 0;
}

.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% auto;
  margin: 0;
}

.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;
}
