/* + Framework overrides */

html, body {
  font-family: 'Hind', sans-serif;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-text-bold, strong {
  font-weight: 700;
}

/* - Framework overrides */


/* + Template overrides */

/* - Template overrides */


/* + Custom overrides */

.km-blue {
  color: #2e3192!important;
}

.km-grey {
  color: #a7a9ac!important;
}

.km-white {
  color: #ffffff!important;
}

.km-form-sign-up .leform-inline .leform-form-2 {
  background: #e7e7e7;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.km-button-primary {
  background: #2e3192;
  color: #ffffff;
}

.km-button-primary:hover {
  background: #1d1f6e;
  color: #ffffff;
}

/* - Custom overrides */


/* + Responsive / Media Queries */

@media (max-width: 639px) {
  .km-graphic-container {
    min-height: 250px;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  .km-graphic-container {
    min-height: 350px;
  }
}

@media (max-width: 959px) {

}

@media (min-width: 960px) {
  
}

@media (min-width: 960px) and (max-width: 1219px) {
  .km-graphic-container {
    min-height: 450px;
  }
}

@media (min-width: 1200px) {
  .km-graphic-container {
    min-height: 650px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {

}

/* - Responsive / Media Queries */