/***************
  HTML Styles
***************/

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.montserrat-black {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

nav.navbar.solid.dark, nav.navbar.solid {
    color: #283593;
}

nav.navbar.solid.dark, nav.navbar.solid {
    background-color: #1a237e;
}

.pricing-table {
  border-color: #3f51b5;
}

i {
  color: #3f51b5;
}

.pricing-table .pricing-features .pricing-feature.disabled, .pricing-table .pricing-features .pricing-feature.disabled i {
  color: #283593;
}

.header .header-wrapper h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
}

.horizontal-half-wrapper .header-background.white+.header-wrapper .tagline {
    font-size: 2rem;
}

.header .header-wrapper .tagline {
  font-weight: 400;
}

.page-footer {
  background-color: #7986cb;
  color: #3f51b5;
}

.pricing-table .pricing-features .pricing-feature:hover {
  background-color: rgba(159, 168, 218, 0.2);
}