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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  font-family: 'Roboto';  <-- 'Playfair Display', serif;
  font-weight: 300;
  color: #37374f;  <-- color: #000000;
  text-transform: none;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 20px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 32px;
  line-height: 38px;
}
h2,
.uk-h2 {
  font-size: 28px;
  line-height: 34px;
}
h3,
.uk-h3 {
  font-size: 24px;
  line-height: 30px;
}
h4,
.uk-h4 {
  font-size: 20px;
  line-height: 26px;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}
h6,
.uk-h6 {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
  border: 2px solid #d0d0d0;
  font-family: 'Roboto';
}

/* Only large screens */
@media (min-width: 1220px) {
  .tm-navbar {
    padding-top: 20px;
  }
}

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 100px;
  padding: 0 20px;
  line-height: 100px;
  /* 2 */
  color: #000000;
  font-size: 20px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  /* 3 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 4 */
  width: 300px;
  margin-top: 5px;
  padding: 30px;
  background: #1a1a1a;
  color: #ffffff;
  /* 5 */
  font-size: 17px;
  vertical-align: top;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.uk-panel-box {
  padding: 30px;
  border: 2px solid #d0d0d0;
}
