body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

h1, h2, h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

p {
  color: #8f8f8f;
}

/* headings */
.main-heading{
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 900;
}

/* container */
.container-fluid {
  padding: 5% 12%;
}

/* sections */
.colored-section{
  background-color: #ff4c68;
  color: white;
}

.white-section{
  background-color: #fff;
}

/* Navigation bar */
.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
}

.navbar {
  padding: 0 0 4.5rem 0;
}

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

.nav-link {
  font-size: 1.2rem;
  font-weight: 300;
}

/* title section */
#title {

  text-align: left;
}

#title .container-fluid{
  padding: 3% 12% 7%;
}

.iphone-img {
  transform: rotate(30deg);
  width: 55%;
  position: absolute;
  right: 30%;
}

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

/* features */
.fig {
  color: #ef8172;
  margin-bottom: 1rem;
}

.fig:hover {
  color: #ff4c38;
}

#features {
  position: relative;
  z-index: 1;
}

.feature-title{
  font-size: 1.5rem;
}

.feature-box {
  padding: 3%;
}


/* testimonials */
#testimonials{
  background-color: #ef8172;
}

.testimonial-desc{
  font-size: 3rem;
  line-height: 1.5;
}

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

/* press */
#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

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

/* pricing section */
#pricing {
  padding: 100px;
}

.pricingbox {
  padding: 3% 2%;
}

.pricing-title{
  font-size: 1.5rem;
}
.pricing-text{
  font-size: 3rem;
  line-height: 1.5;
}


/* footer */
.footer-icon {
  margin: 2% 0.5%;
}

@media (max-width:990px) {
  #title {
    text-align: center;
  }

  .iphone-img {
    transform: rotate(0);
    position: static;
  }
}
