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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /* KLEUREN:
groen: #8a9a8d;
roze: #c68889;
beige: #d1e8c4;
*/
 
/* WEBFONT */ 
 
@font-face{ 
	font-family: 'PoorRichard';
	src: url('../../../poorich-webfont.eot');
	src: url('../../../poorich-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../../../poorich-webfont.woff') format('woff'),
	     url('../../../poorich-webfont.ttf') format('truetype'),
	     url('../../../poorich-webfont.svg') format('svg');
} 

.uk-heading-large, h1,h2,h3, p, body, a{
	font-family: 'PoorRichard' !important;
}

p{
font-size:20px;
line-height:32px;
}
 
/*headerbar*/ 
a.tm-logo-small {  margin-left: auto; margin-right: auto; display: block;   }

.tm-fullscreen {
background: url("../images/fullscreen_sugarspice.jpg") 50% 50% no-repeat;
background-size:cover;
}


a.tm-totop-scroller{
color: #CB7C82 !important;
}



.tm-navbar{
background: #8a9a8d !important;
border-bottom: none;
}

.uk-navbar-nav > li > a {
color: #d7eccb;
}

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

.home_item {
display: none;
}

.tm-block-dark {
background: #FAF2E5  !important;
}
.tm-block-dark h1 , .tm-block-dark a  {
color: #E1CBC0;
}


.tm-block-footer {
background: #E1CBC0 !important;
}

