p {
  color: #8f8f8f;
}

h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}

h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}

h3 {
  font-family: "Work Sans", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
}

.big-heading {
  font-family: "Work Sans", sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}

#title {
  background-color: #ff4c68;
  color: white;
}

#Tindog-navbar {
  margin-left: 5px;
}

.container-fluid {
  padding: 3% 15% 7%;
}

/* Navigation Bar */

.navbar {
  padding-bottom: 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

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

.nav-link {
  font-size: 1.2rem;
  font-family: Monserrat-light, sans-serif;
}

/* Download Buttons */

.download-button {
  margin: 5% 3% 5% 0%;
}

/* Title Image  */
.title-image {
  width: 30%;
  transform: rotate(25deg);
  position: absolute;
}

/* features section */
#features {
  padding: 7% 15%;
  background-color: white;
  position: relative;
}

.feature-box {
  text-align: center;
  padding: 5%;
}

.fa-features {
  color: #ef8172;
  margin-bottom: 1rem;
}

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

#testimonials {
  padding: 7% 15%;
  text-align: center;
  background-color: #ef8172;
  color: white;
}

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

#press {
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%;
}

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

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

#pricing {
  padding: 100px;
  text-align: center;
}

.pricing-column {
  padding: 3% 2%;
}

@media (max-width: 990px) {
  .title-image {
    transform: rotate(0);
    position: static;
  }
  #title {
    text-align: center;
  }
}

#cta {
  background-color: #ff4c68;
  text-align: center;
  color: white;
  padding: 10%;
  font-family: "Work Sans", sans-serif;
}

.cta-font {
  font-size: 50px;
  padding-bottom: 10%;
}

#footer {
  background-color: white;
  text-align: center;
  padding: 7% 15%;
}

.footer-icons {
  margin: 20px 10px;
}
