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

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

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

.tm-navbar-transparent .tm-logo img:not(.tm-logo-sticky) {
    display: block!important;


}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 25px;
  padding: 0 15px;
  line-height: 25px;
  /* 2 */
  color: #ddd;
  font-size: 18px;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}