/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 0.0em;
  font-size: 1.4rem;
  color: #0D1C2A;

  background-color: #FFFFFF;
}

b {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.0em;
  font-size: 1.4rem;
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.01em;
/*  font-size: 4.4rem;*/
}

a {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: -0.01em;
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .container, .navbar.container {
    width: 80%;
  }
  .navbar.container {
    max-width: 80%;
  }
}

.btn-info {
  background-color: #4EC69D;
}

.btn-learn-more {
  background-color: #0f508D;
  color: white;
  width: 100px;
}
