body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f5f5;
}

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

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 1000;
  font-size: 3rem;
  line-height: 1.5;
}

h3 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 1.5rem;
  color: black;
}

h2 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}

p {
  color: #8f8f8f;
}

a {
  text-decoration: none;
  color: #8f8f8f;
}

a:hover {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

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

/* Navigation Bar */

.navbar {
  padding: 0 0 4.5rem;
}

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

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat";
  font-weight: normal;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

h5.modal-title {
  color: black;
}

/* Download Buttons */

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

button {
  align-items: center;
}

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

#features {
  padding: 7% 15%;
  background-color: #f5f5f5;
  margin: auto;
  z-index: 1;
}

.feature-box {
  text-align: center;
  /* padding: 4.5%; */
  margin-bottom: 20px;
}

.icon {
  color: #726f6f;
  /* color: #ef8172;*/
  margin-bottom: 1rem;
}

/* .icon:hover {
  color: #ef8172;
} */

.slack {
  color: #56c6f0;
  /* color: #ef8172;*/
  margin-bottom: 1rem;
}

.slack:hover {
  color: #e2405a;
}

.mobile-link {
  visibility: hidden;
}

/* Testimonial Section */

#testimonials {
  text-align: center;
  background-color: #ef8172;
  color: white;
}

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

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

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

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

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





/* CTA  */
#cta {
  background-color: #ff4c68;
  color: white;
  padding: 7% 15%;
  text-align: center;
}

.cta-heading {
  font-family: "Montserrat";
  font-weight: 1000;
  font-size: 3.5rem;
}

/* Footer */

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

.social-icon {
  margin: 20px 10px;
}

@media only screen and (max-width: 1028px) {
  #title {
    text-align: center;
  }

  @media only screen and (max-width: 768px) {
    .mobile-link {
      visibility: visible;
    }

    .desktop-link {
      visibility: hidden;
    }
  }

  @media only screen and (max-width: 500px) {
    .mobile-link {
      visibility: visible;
    }

    .desktop-link {
      visibility: hidden;
    }
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}
