/* 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); 
    margin-top: 20px;
    margin-bottom: 20px;
}

.tm-block-footer .tm-footer a {
    color: #f1f2f3;
}

.tm-navbar-center .tm-nav {
    margin: 2px 0px 25px 0px;
}

.uk-navbar-nav > li > a::after {
    background: #0f1823 none repeat scroll 0 0;
    }
    
a, .uk-link {
    color: #0f1823;  
} 

a:hover, .uk-link:hover {
    color: #444;
}

.tm-block-footer .tm-footer a:hover {
    color: #444;
}

.uk-navbar-nav > li.uk-active > a {
    color: #0f1823;
}

.uk-contrast .uk-panel:not([class*="uk-panel-box"]) > .uk-panel-title {
    color: #444;
}

h1, .uk-h1 {
    color: #13202e;
    font-family: 'Courgette', Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.uk-article-title {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: none;
}

.uk-navbar-nav > li > a {
    font-family: Arial,sans-serif;
}

.uk-block-secondary em {
    color: rgba(199, 213, 227, 0.99);
}
