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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-width-1-4 {
 width: 100%;
 }
 
 ul, ol {
 list-style: none;
 padding-left: 0px;
 }
 
.uk-panel-box-primary a, .tm-block-primary a {
 font-size: 2em;
 line-height: 1.2em;
 }

.tm-article-blog .tm-content {
padding-top: 0px;
}

/*.uk-panel-header {
margin-top: 40px;
}*/

body {
background: url("../images/background.jpg") no-repeat fixed 50% 0 / cover  rgba(0, 0, 0, 0);
}

.tm-page > .uk-container {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.uk-navbar {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)) repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}

.tm-footer {
background: none;
margin-top: 0px;
}

.uk-panel-box-secondary, .tm-block-secondary {
background-color: #942923;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
height: auto;
}

.uk-navbar-toggle {
color: #333333;
line-height: 100px;
}

.uk-navbar-nav > li.uk-active > a {
background-color: #942923;
}

.uk-panel-box-primary, .tm-block-primary {
background-color: #942923;
}

.uk-panel-box-primary a, .tm-block-primary a {
color: #ffffff;
}

.tm-header {
background-image: none;
}

em {
color: #656565;
}