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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #5ba524;
    display: block;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 100px;
    letter-spacing: 2px;
    line-height: 100px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.12s ease-in-out 0s;
}

h1, h2, h3, h4, h5, h6 {
    color: #5ba524;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin: 0 0 25px;
    text-transform: none;
}

.uk-panel-title {
    color: #5ba524;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none;
}

.uk-panel-box .uk-panel-title {
    color: #5ba524;
}


.uk-panel-box > a:not([class]), .uk-panel-box > *:not([class*="uk-nav"]) a:not([class]) {
    color: #5ba524;
}

.uk-link {
    color: #5ba524;
    cursor: pointer;
    text-decoration: none;
}

a, .uk-link {
    color: #5ba524;
    cursor: pointer;
    text-decoration: none;
}
