body {
  font-family: 'Montserrat';
}

h1 {
  font-family: 'Montserrat';
  font-weight: 900;
  line-height: 1.5;
  font-size: 3rem;
}

h2 {
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 1.5;
  font-size: 2.5rem;
}

h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

p {
  font-weight: 200;
  color: #8f8f8f;
}

.container-fluid {
  padding: 3% 15% 7%;
}

/* Navigation */

.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-size: 1.2rem;
  font-weight: 100;
}

/* Title */

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

.title-image {
  transform: rotate(18deg);
  width: 60%;
  position: absolute;
  right: 25%;
}

@media (max-width: 900px) {
  .title-image {
    position: static;
    transform: rotate(0);
  }
}

/* Donwload buttons */

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

/* Features */

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

.icon {
  color: #00909e;
  line-height: 2;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ef8172;
}

/* Testimonials */

#testimonials {
  padding: 7% 15%;
  text-align: center;  
  background-color: #27496d;
  color: #fff;
}

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

/* Pricing */

#pricing {
  padding: 100px;
  text-align: center;
}

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

/* cta */

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

#cta h3 {
  font-size: 3rem;
}

#cta input {
  padding: 12px 20px;
  margin: 9px 0;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  width: 40%;
}

.subscribe {
  margin-left: 10px;
  color: #fff;
  background-color: #00909e;
}




/* footer */

#footer {
  background-color: #fff;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
  line-height: 2;
}