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

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

 

h1,
.uk-h1 {
  font-size: 50px;
  line-height: 65px;
    text-align: center;
}
@media (max-width: 768px) {
  h1,
  .uk-h1 {
    font-size: 31px;
    line-height: 40px;
      text-align: center;
  }
}

.uk-nav > li > a {
    padding: 5px 30px;
}

.uk-dropdown .uk-nav {
    margin: 0 -30px;
    min-height: 280px;
}

.uk-dropdown:not(.uk-dropdown-small) .uk-nav-dropdown > li:first-child, .uk-nav-navbar > li:first-child {
    margin-top: -40px;
}