/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

body{
    background: rgba(242, 242, 242, 0.2);
}
.uk-container {
    max-width: 1349px;
}
.uk-container p{
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
}
.tm-toolbar{
    background: #fef5bc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.tm-toolbar .regiuser{
    padding-right: 10px;
}
.tm-toolbar .regiuser{
    color: #777777;
    font-size: 15px;
    font-weight: 600;
}
.tm-toolbar .regiuser:hover{
    text-decoration: none;
}
.tm-toolbar .regiuser .uk-icon-user{
    color: #518e02;
    font-size: 22px;
}
.tm-headerbar{
    margin-top: 10px;
    margin-bottom: 0px; 
}
.tm-headerbar .tm-logo {
    float: none; 
}
.tm-headerbar a:hover,
.tm-headerbar .uk-link:hover{
    text-decoration: none;
}
.tm-navbar{
    background: #777777;
    margin-top: 5px;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.uk-navbar-nav > li > a{
    color: #fff;
    height: 55px;
    padding: 0 25px;
    line-height: 55px;
    font-size: 24px;
}
.uk-navbar-nav > li.uk-active > a{
    background-color: #fff;
    color: #518e02;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a{
    background-color: #fff;
    color: #518e02;
}
#tm-top-a h1{
    color: #518e20;
}
#tm-top-b h3{
    color: #518e02;
}
#tm-content{
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
    padding: 10px 10px;
}
.uk-article .uk-text-center h1{
    font-size: 36px;
    color: #518e02;
}
.uk-panel-box{
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.download-pdf{
    background: #f8f9fb;
    padding: 20px 10px;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.download-pdf .uk-button{
    background: #518e02;
    color: #fff;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.adheading{
    padding: 10px 10px 0px;
    background: #f2f2f2;
    border: 1px solid silver;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.adheading h2{
    color: #518e02;
    margin-bottom: 10px;
}
.tm-footer{
    background: #777777;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}
.tm-footer .tm-totop-scroller,
.tm-footer .footertext{
    color: #fff;
    
}
.tm-footer .footer2,
.tm-footer .footer2 a{
    color: #fff;
}
@media(max-width : 768px){
    .uk-visible-small p{
        display: inline !important;
    }
}