body{
  font-family: montserrat;
}

#title{
  background-color: indigo;
  color: #fff;
}

.container{
  padding: 3% 15% 7%;
}

h1{
  font-family: montserrat;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: bold;
}

h2{
  font-family: montserrat;
  font-size: 3rem;
  line-height: 1.5;
}

h3{
  font-family: montserrat;
  font-size: 1.5rem;
}

p{
  color: #8f8f8f;
}

.alinks{
  color: indigo;
}
.alinks:hover{
  color: indigo;
  font-weight: bold;
  text-decoration: none;
}

/* Navigation Bar */
.navbar{
  padding: 0 0 4.5rem;
}

.navbar-brand{
  font-family: ubuntu;
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item{
  padding: 0 18px;
}

.nav-link{
  font-family: montserrat;
  font-size: 1.2rem;
}

/* Download Buttons */
.download-button{
  margin: 5% 3% 5% 0;
}

/* Title Image */
.title-image{
  width: 100%;
  margin: -20%;
  /* transform: rotate(25deg); */
  position: absolute;
  right: 30%;
}

/* Features Box */
#socials{
  padding: 7% 15%;
  background-color: #fff;
  position: relative;

}
.feature-box{
  padding: 5%;
  text-align: center;
}
.icon{
  color: indigo;
  margin-bottom: 1rem;
}
.icon:hover{
  color: indigo;
}

/* Testimonials Section */
#testimonials{
  background-color: indigo;
  text-align: center;
  color: #fff;
}
.testimonial-image{
  width: 25%;
  border-radius: 25%;
  margin: 20px;
}
.carousel-item{
  padding: 7% 15%;
}

#press{
  background-color: indigo;
  padding-bottom: 3%;
  text-align: center;
}
.press-logo{
  width: 15%;
  margin: 20px 20px 50px;
}

/* CTA Section */
#CTA{
  padding: 7% 15%;
  background-color: indigo;
  color: #fff;
  text-align: center;
}
.cta-heading{
  font-family: montserrat;
  font-size: 3.5rem;
}

/* Footer Section */
#footer{
  padding: 7% 15%;
  text-align: center;
}
.social-icon{
  margin: 20px 10px;
  color: indigo;
}
.social-icon:hover{
  color: indigo;
  font-weight: bold;
  text-decoration: none;
 }
 /* .fa-brands{
  margin: 20px 10px;
  color: indigo;
} */
.fa-brands:hover{
  color: indigo;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width:1028px){
  #title{
    text-align: center;
  }

  .title-image{
    position: static;
    margin: 0;
    transform: rotate(0);
  }

  #testimonials{
    background-color: indigo;
    text-align: center;
    color: #fff;
  }
  .testimonial-image{
    width: 50%;
    border-radius: 25%;
    margin: 20px;
  }
}
