/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-article-title {
  font-size: 22px;
  line-height: 32px;

}
h1,
.uk-h1 {
  font-size: 24px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 30px;
  text-transform:uppercase;
}
h2,
.uk-h2 {
  font-size: 22px;
  line-height: 32px;
}
h3,
.uk-h3 {
  font-size: 20px;
  line-height: 28px;
}
h4,
.uk-h4 {
  font-size: 18px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 22px;
}
h6,
.uk-h6 {
  font-size: 13px;
  line-height: 14px;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 20px;
}
h4,
.uk-h4,
h5,
.uk-h5 {
  letter-spacing: 1px;
}
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  text-transform: uppercase;
  color: #7cab1f;
}