body {
  font-family: 'Montserrat';
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p{
  color: #8f8f8f;
}

/* Headings */
.main-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    line-height: 1.5;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */
.container-fluid {
  padding: 7% 15%;
}

#title {
  background-color: #ff4c68;
  color: #fff;
  padding-bottom: 4%;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 4%;
}

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu';
  font-size: 2.5rem;
  font-weight: 450;
}

.nav-item {
  padding: 0px 18px;
}

.nav-link {
  font-family: 'Montserrat';
}

.download-button {
  margin: 5% 3% 5% 0;
}

.iphone {
  width: 60%;
  margin-left: 29%;
  /* transform: rotate(-15deg);  */
  position: absolute;
}

#features {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.feature-title {
  font-size: 1.45rem;
}

.feature-box {
  padding: 5%;
}

.feature-icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.feature-icon:hover {
  color: #ff4c68;
}

#testimonials {
  background-color: #ef8172;
  color: #fff;
}

.testimonial-text {
  font-size: 3rem;
  line-height: 1.5;
}

.testimonial-img {
  width: 15%;
  border-radius: 50%;
  margin: 20px;
}

#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

.pricing-card {
  padding: 2% 3%;
}

.price-plan {
  font-size: 1.45rem;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

#cta {
  background-color: #ff4c68;
  padding-bottom: 5%;
  color: #fff;
}

#footer {
  padding-bottom: 0;
  line-height: 3.5;
  }

.social-handles {
  margin: 1.5rem;
}

.copyright {
  font-size: 1.5rem;
}

@media (max-width: 1046px) {
  #title {
    text-align: center;
  }

  .nav-item {
    text-align: left;
  }

  .iphone{
    position: static;
    margin-left: 0;
  }
}
