/* -----------------------------------------------
Greenpasis web site
2019
------------------------------------------------ */

/* TEMPLATE CONFIGURATION */
html,body{
  height: 100%;
  /* font-family: 'Lexend Deca', sans-serif !important; */
  /* font-family: 'Questrial', sans-serif !important; */
  font-family: 'DM Sans', sans-serif !important;
}

:root{
  --primary: #00d686;
  --secondary: #fff;
  --text: #515151;
}

.text-primary{
  color: var(--primary) !important;
}
.text-white{
  color: white !important;
}
.text-normal{
  color: var(--text) !important;
}
.text-bold{
  font-weight: 700;
}

.text-large{
  font-size: 22px;
}

.bg-primary{
  background-color: var(--primary) !important;
  color: white !important;
}

.bg-secondary{
  background-color: var(--secondary) !important;
  color: var(--text) !important;
}

.btn-white{
  background-color: white !important;
  color: var(--primary) !important;
  /* border-radius: 10px; */
}

/* overwritten uikit classes */

.uk-light .uk-navbar-nav>li>a{
  color: white ;
}
.uk-subnav-pill>*>:first-child {
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  padding: 10px 20px;
  background: 0 0;
  color: #999;
  font-weight: 700;
}
.uk-subnav-pill>.uk-active>a{
  border-bottom: 2px solid var(--primary);
  background-color: var(--secondary);
  color: #999;
  font-weight: 700;
}

/* SIZING */
.h-100{
  height: 100%;
}

.h-75{
  height: 75%;
}

.h-50{
  height: 50%;
}

.h-25{
  height: 25%;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif !important;
  /* font-family: 'Questrial', sans-serif !important; */
}
