body {
  font-family:"Montserrat-bold";
}

h1 {
  font-family: "Montserrat-Black";
  font-size: 3rem;
  line-height: 1.3;
  color: white;
  font-weight: bold;
}
h2 {
  font-family: "Montserrat-Bolder";
  font-size: 3rem;
  line-height: 4rem;
}
h3 {
  font-size: 1.5rem;
 font-weight: bold;

}
p {
  color:#8f8f8f;


}

.container-fluid {
  padding: 3% 15% 10%;
}

#title {
  background-color: #ff4678;
  }

.navbar {
    padding: 0 0 4.5rem 0;
}

.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
}

.nav-item {
    padding: 0 18px 0 18px;
}

.nav-link {
    font-size: 1.5rem;
    font-family: 'Montserrat-Light', sans-serif;
}

.download-button {
  margin: 5% 3% 5% 0;
}
.feature-box {
  text-align:center;
  padding: 5%;
}
.iphone {
    width: 60%;
    transform: rotate(25deg);
    position:absolute;
    right: 30%;
}
#features {
 background-color: #fff;
  position: relative;


}


.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}
.icon:hover {
  color: #ff4c68;
}
#testimonials {
    text-align: center;
    background-color: #ef8172;
    color: #fff;
}
.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}
.carousel-item {
  padding: 7% 15%;
}
#press {
  background-color: #ef8172;
  text-align: center;
  padding-bottom: 3%;
}
.press-logo {
  width: 15%;
  margin: 20px 20px 15px;
}
#pricing {
  padding:100px;
  text-align:center;
  font-weight: Bolder;
}
.pricing-column {
  padding: 3% 2%;
}
#cta {
  background-color: #ff4c68;
  color: #fff;
  padding: 7% 15%;
  text-align: center;
  font-family: "Montserrat-Black";
  font-size: 1.5rem;
  font-weight: bold;

}

.dlov {
  font-size: 3rem;
  line-height: 1.3;
  margin-left: 20%;
  margin-right: 20%;
}
#footer {
  padding: 7% 15%;
  text-align: center;
}
.signal {
  margin: 20px 10px;
}


@media(max-width: 1028px) {
    #title {
        text-align: center;
    }

.iphone {
    position: static;
    transform: rotate(0);
    }
}
