body{
  font-family: "Montserrat";
  text-align: center;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 900;
}

p{
  color: #8f8f8f;
}

em{
  display: block;
}


/* Headings */
.big-heading{
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */
.container-fluid{
  padding: 7% 15%;
}

/* Sections */
.colored-section{
  background-color: #ff3f98;
  color: #f9f6f7;
}

.white-section{
  background: white;
}


/* Navigation Bar */
.navbar{
  padding:0 0 4rem;
}

.nav-item{
  padding: 0 10px;
}

.nav-link{
  font-size: 1.2rem;
}

.navbar-brand{
  font-family: "Great Vibes";
  font-size: 2rem;
  font-weight: bold;
}


/* Title section */
#title .container-fluid{        /*First selector is parent , Second selector is child*/
  padding: 3% 15% 7%;
  text-align: left;
}

.title-image{
  /* height: 80%; */
  transform: rotate(12.5deg);
  right:15%;      /*less % = content is more towards right */
  position: absolute;
}


/* Download Buttons */
.download-btn{
  margin: 5% 3% 0 0;
}


/* Features section */
#features{
  position: relative;  /*absolute affected the flow of elements below it also */
  /* z-index: 1; */
}
.feature-box{
  padding: 5%;
}

.feature-icon{
  color: #ff8ba7;
  margin-bottom: 1.5rem;
}

.feature-icon:hover{
  color: #ff3f98;
}


/* Testimonials section */
#testimonials{
  background-color: #ff8ba7;
}

.testimonial-image{
  width: 25%;
  border-radius: 100%;
  margin: 20px;
}

.press-logo{
  width: 15%;
  margin: 60px 20px 50px;
}

#press{
  background-color: #ff8ba7;
  padding-bottom: 3%;
}


/* Pricing Section */
#pricing{
  padding:100px;
}

.pricing-column{
  padding: 3% 2%;
}


/* CTA Section */
.social-icon{
  margin: 20px 10px;
}


/* Footer Section */
#footer .container-fluid{
  padding:0 15%;
}



/* Media Queries */
@media (max-width:1028px) {
  .title-image{
    position: static;
    transform: rotate(0deg);
    padding-top: 10%;
  }

  #title{
    text-align: center;
  }
}
