body{
  font-family: "Montserrat",sans-serif;
  text-align: center;
}

h1, h2, h3 {
  font-family: "Monsterrat-Bold";
}

p{
  color: #8f8f8f;
}

/* Headings */

.big-heading{
  font-family: "Montserrat-Black";
  font-size: 3.2rem;
  line-height:1.5;
}

.section-heading{
  font-size: 3rem;
  line-height: 1.5;
  padding: 2% 0;
}

/* Containers */

.container-fluid{
  padding: 7% 15%;
}

/* Sections */

.colored-section{
  background-color: #EEB0B0;
  color: #ffff;
}

.white-section{
  background-color: #fff;
}

/* Navigation Bar */

.navbar{
  padding:0 0 4.5rem;
}

.navbar-brand{
  font-family: "Ubuntu";
  font-size: 2.2rem;
  font-weight: bold;
  padding-right:350px;
}

.nav-item{
  padding: 0 18px;
}

.nav-link{
  font-size: 1.2rem;
  font-weight: "Montserrat-light";
}

/* Download Buttons */

.download-button{
  margin:5% 3% 5% 0;
}



/* Title Section */

#title .container-fluid{
  background-color: #E4AEC5;
  padding: 3% 15% 7%;
  text-align: left;
}

.title-image{
  width: 21%;
  transform: rotate(25deg);
  position: absolute;
  right: 25%;
}

/* Features Section */

#features{
  background-color: white;
  position: relative;
}

.feature-title{
  font-size: 1.5rem;
}

.feature-box{
  padding: 5%;
}

.icon{
  margin-bottom: 1rem;
  color: #EEB0B0;
}

.icon:hover {
    color: #E4AEC5;
}

/* Testimonials section */

#testimonials{
  color: #fff;
}

.testimonial-text{
  font-size: 3rem;
  line-height: 1.5;
}

.testimonial-image{
  width:15%;
  margin: 3% 0 0;
  border-radius:100%;
}

/* Press Section */

#press{
  padding-bottom: 5%;
}

.press-logo{
  width:15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */

#pricing{
  padding: 100px;
}

.price-text{
  font-size: 2.5rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

/* Footer Section */

.id-icon {
  margin: 20px 10px;
}

@media (max-width:1040px){

  #title{
    text-align: center;
  }

  .title-image{
    position: static;
    transform: rotate(0deg);
    width:50%;
  }
}
