\body {
  font-family: "Montserrat" !important;
}

#title {
  background-color: #ff4c68;
  color: #fff;
}

h1 {
  font-family: "Montserrat-Black";
  font-size: 3.5rem !important;
  line-height: 1.5;
}

h2 {
  font-family: "Montserrat-bold";
  font-size: 3rem !important;
  line-height: 1.5 !important;
}

h3 {
  font-family: "Montserrat-Bold";
  font-size: 1.4rem !important;
}

p {
  color: #8f8f8f;
}

.container-fluid {
  padding: 3% 15% 9% !important;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem !important
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem !important;
  font-weight: bold;
}

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

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat-light";
}

/* DOWNLOAD-BUTTON */
.download-button {
  margin: 5% 3% 5% 0%
}

/* TITLE IMAGE */
.title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
}

/* FEATURE-BOX */

#features {
  padding: 7% 15%;
  background-color: #fff;
  position: relative;
}

.feature-box {
  text-align: center;
  padding: 5% !important
}

.icon {
  color: #ef8172;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonial section */
#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;
  padding-bottom: 3%;
  text-align: center;
}

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

/* Pricing Section */
#pricing {
  padding: 100px;
  text-align: center;
}

.pricing-column {
  padding: 3% 2%;
}

#cta{
  text-align: center;
  background-color:  #ff4c68;
  color: #fff;
  padding: 7% 15%;
}

#footer{
  padding: 7% 15%;
  text-align: center;
}

.cta-heading{
  font-family: "Montserrat-Black";
  font-size: 3.5rem!important;

  line-height: 1.5;
}

.cta-icon{
  padding:20px 10px;
}

.cta-icon:hover{
  color: #ff4c68;
}

.copyright-link{
  color: #11999E;
}

.copyright-link:hover{
  color: #ff4c68;
}

@media (max-width:1028px) {
  .title-image {
    position: static;
    transform: rotate(0);
  }
#title{
  text-align: center;
}
}
