/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-navbar-nav {  
    float: right;  
} 


body {
    background: #000000;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 22px;
    color: #E0E2EC;
}

.uk-navbar {
    background: #242528;
    color: #88898e;
    padding-top: 10px;
}

a, .uk-link {
    color: #8CC63F;
    text-decoration: none;
    cursor: pointer;
}

.uk-button-primary {
    background-color: #8CC63F;
    color: #ffffff;
    box-shadow: inset 0 0 8px #92a75a;
    text-shadow: 0 1px 1px #97aa61;
}

.uk-article-lead {
    color: #929292;
    font-size: 19px;
    line-height: 25px;
    font-weight: normal;
}

.uk-article-meta {
    font-size: 14px;
    line-height: 21px;
    color: #929292;
}

.uk-subnav > li > a {
    color: #8CC63F;
}

.tm-secondary-color {
    color: #8CC63F;
}

  body {  
    word-wrap: break-word;  
    -webkit-hyphens: none;  
    -ms-hyphens: none;  
    -moz-hyphens: none;  
    hyphens: none;  
  }  
  

  