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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-block-secondary {
    background: #be271f;
	}
	
.uk-article-title {
    font-size: 35px;
}

h2, .uk-h2 {
    font-size: 28px;

}

.uk-list-striped > li:nth-of-type(2n+1) {
    background: #fdecb8;
}

.uk-offcanvas-bar {
    background: #be271f;
}

.uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #98150E;
}

.uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #98150E;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #98150E;
}

.uk-panel-box-secondary {
    background-color: #fdecb8;
 }