/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-article-title {
  color: rgba(102, 102, 102, 1);
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 50px;
  text-transform: uppercase;
}

.tm-navbar, .tm-navbar > div, .tm-navbar .uk-navbar-nav > li > a, .tm-navbar .uk-navbar-content, .tm-navbar .uk-navbar-brand, .tm-navbar .uk-navbar-toggle {
  transition: height 0.2s ease-in-out 0s, line-height 0.2s ease-in-out 0s;
  background-color: #514E4E;
}

.uk-navbar-nav > li > a {
  box-sizing: border-box;
  color: white;
  display: block;
  font-family: "Lato";
  font-size: 14px;
  font-weight: normal;
  height: 180px;
  line-height: 180px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: yellow;
}

.tm-block2 {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #333;
}

.tm-footer a {
  color: #0574bd;
  }
  
  .tm-footer {
  padding: 30px;
}

.uk-button-primary::before {
  background-color: #0574bd !important;
  }
  
  .uk-button::before {
  background-color: #0574bd !important;
}




