@font-face {
    font-family: 'mabry-medium';
    src: url('mabry-medium.eot');
    src: url('mabry-medium.eot?#iefix') format('embedded-opentype'),
         url('mabry-medium.woff2') format('woff2'),
         url('mabry-medium.woff') format('woff'),
         url('mabry-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, p,
html, body {
	font-family: 'mabry-medium'!important;
}
html, body {
	font-size: 21px;
}
.uk-light {
	color: #fff;
}
.geel {
	color: #f0f35d;
}

a {
	color: #f0f35d!important;
}
a:hover {
	color: #f0f35d;
	text-decoration: underline;
}

.tm-value {
	float: right;
}


a.uk-button.uk-button-primary {
    background: #f0f35d;
    border-radius: 100px;
    color: black!important;
			text-transform: none;
}
a.uk-button.uk-button-primary:hover {
    background-color: FF90E7;
background-color: #ff90e7;
color: white!important;
}

.knop-desktop {
	position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 5px!important;
    width: 300px; 
    line-height: 43px;
   	background: #f0f35d;
    color: black!important;
    letter-spacing: 2px;
    font-size: 12px;
	text-transform: uppercase!important;
	text-transform: none;
    font-weight: normal;

}
			
.knop-mobiel {
    border-radius: 5px!important;
    width: 300px;
    line-height: 43px;
  	background: #f0f35d;
    color: black!important;
    letter-spacing: 2px;
    font-size: 12px;
	text-transform: uppercase!important;
	text-transform: none;
    font-weight: normal;

}
