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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-panel {
	/* background-color: #e9e5de;*/
	/* padding:20px;*/
 }
 
 .uk-article-meta {
	 text-transform:uppercase;
	 font-size: 10px;
 }
 
.uk-panel-header .uk-panel-title {
	color: #96231c;
}

/*.modulemargin {
	background-color: #e9e5de;
	padding:20px;
	margin-top: 0;
	margin-bottom:1px;
	border-top:1px solid #D8D5D2;
}

.uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel {
    margin-top: 0;
}*/

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

a:hover {text-decoration:none;
}