@import 'https://fonts.googleapis.com/css?family=Handlee';
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.uk-article-title {
  font-weight: 600;
}
/* Tablet and bigger */
footer .uk-align-center {
  text-align: center;
}
@media (min-width: 768px) {
  footer .uk-align-medium-left {
    text-align: left;
  }
  footer .uk-align-medium-right {
    text-align: right;
  }
}
.categories-list .item-title {
  margin-top: 30px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #fdf7df;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #fdfae8;
}
.uk-slidenav-contrast.uk-slidenav-previous,
.uk-slidenav-contrast.uk-slidenav-next {
  background-color: rgba(0, 0, 0, 0.6);
}
.uk-table-striped tbody tr:nth-of-type(odd) {
  background-color: #fdfae8;
}

legend {
	color: #3d5834;
}