html {
  /*	font-size: 18px;*/
}

a, .uk-link {
  color: #678138;
}

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #a28400;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #fff;
}

@media (min-width: 640px) {
  .uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    min-height: 100px;
  }
}

.uk-navbar-nav > li a {
  color: #678138;
}
.uk-navbar-nav > li a:hover {
  /*color: #678138;*/
  color: #5c5b3d;
}
.uk-navbar-nav > li > a.uk-open {
  color: #5c5b3d;
}
.uk-navbar-nav > li.uk-active > a {
  color: #5c5b3d;
}
.uk-navbar-nav > li:hover > a {
  color: #5c5b3d;
}

body {
  background: #dee9e5;
  background: linear-gradient(180deg, rgba(167, 194, 187, 0.65) 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 15%;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .uk-navbar-item, .header .uk-navbar-nav > li > a, .header .uk-navbar-toggle {
  transition: min-height 0.3s ease;
}
.header .uk-navbar-container.uk-active {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}
.header .uk-navbar-container.uk-active .uk-logo {
  width: 42px;
  top: 5px;
}
.header .uk-navbar-container.uk-active .uk-navbar-item, .header .uk-navbar-container.uk-active .uk-navbar-nav > li > a, .header .uk-navbar-container.uk-active .uk-navbar-toggle {
  min-height: 56px;
}
@media (min-width: 758px) {
  .header .uk-navbar-container.uk-active .uk-logo {
    width: 126px;
  }
}

.uk-nav-left {
  position: relative;
}

.uk-logo {
  position: absolute;
  width: 90px;
  transition: width 0.3s ease, top 0.3s ease;
  top: 20px;
}
.uk-logo img {
  width: 100%;
  height: auto;
  max-width: 62px;
}
@media (min-width: 768px) {
  .uk-logo {
    width: 180px;
  }
  .uk-logo img {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .uk-logo {
    width: 200px;
  }
}

.hero-section {
  padding-top: 120px;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.hero-section > * {
  position: relative;
  z-index: 1;
}
.hero-section:before {
  content: "";
  background: linear-gradient(180deg, rgba(208, 224, 220, 0.8) 0%, white 89%, white 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uk-button-text::before {
  border-bottom-color: #678138;
}

.nav-inline {
  padding-left: 0;
  list-style: none;
}
.nav-inline li {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-inline li a {
  min-height: 35px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  color: #678138;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 639px) {
  .nav-inline li {
    width: 100%;
  }
  .nav-inline li a {
    min-height: 35px;
  }
}

.uk-heading-bullet {
  margin-bottom: 30px;
}

.uk-padding-small-bottom {
  padding-bottom: 50px !important;
}

.footer {
  background: #dee9e5;
  background: linear-gradient(0deg, rgba(167, 194, 187, 0.65) 0%, white 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bottom-line {
  padding-bottom: 20px;
}
.bottom-line small {
  vertical-align: middle;
}
.bottom-line .nb img {
  margin-right: 3px;
}

.uk-background-white {
  background: #fff !important;
}

@media (max-width: 767px) {
  figure.uk-float-left,
figure.uk-float-right {
    float: none !important;
  }
}
@media (min-width: 768px) {
  figure.uk-float-left,
figure.uk-float-right {
    width: 50%;
    max-width: 300px;
  }
}
.fb-container {
  margin: 40px 0;
  height: 800px;
}

.fb-page {
  background: #eee;
}

i.fas {
  margin-right: 3px;
  margin-left: 1px;
}

li i.fas {
  margin-right: 6px;
}

.widget {
  color: #5c5b3d;
}
.widget ul {
  padding-left: 15px;
}

/*# sourceMappingURL=main.css.map */
