/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

h2 {

font-weight: 400;
text-transform: none;
}

.uk-nav > li > a {
  line-height: 20px;
}

.uk-button {
  font-family: 'Lato';
}


.uk-button-primary {
  background-color: rgba(0, 0, 0, 0);
  color: #575756;
  border-color: #575756;
}
.uk-button-primary:before {
  background-color: #ffffff;
}

.uk-navbar-nav > li > a {
  color: #151515 ;
  font-weight: 500;
}

.uk-panel-title {
  font-weight: 500;
}

.uk-panel-box {
  background-color: #B2B2B2 ;

}

.uk-button:before {
    background-color: #575756;
}

.uk-navbar-nav-subtitle > div {
    font-size: 14px;
    line-height: 14px;
}

.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #151515;
}