@font-face {
    font-family: 'adobe_garamond_probold';
    src: url('../../assets/fonts/agaramondpro-bold-webfont.woff') format('woff2'), url('../../assets/fonts/agaramondpro-bold-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adobe_garamond_proregular';
    src: url('../../assets/fonts/agaramondpro-regular-webfont.woff') format('woff2'), url('../../assets/fonts/agaramondpro-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenirbook';
    src: url('../../assets/fonts/avenir-book-webfont.woff') format('woff2'), url('../../assets/fonts/avenir-book-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trajan_probold';
    src: url('../../assets/fonts/trajanpro-bold-webfont.woff') format('woff2'), url('../../assets/fonts/trajanpro-bold-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    background: #fff;
}
body {
    font-family: 'avenirbook';
    color: #333;
}
.uk-background-primary {
    background: url('../../assets/content/bg-marmol.jpg');
}
.uk-container-xlarge, .categories {
    max-width: 500px;
    margin: auto;
}
h1{ 
	font-size: 2rem;
}
h1, h2, h3, h6 {
    font-family: 'trajan_probold';
    color: #b5a065;
}
h5 {
    font-family: 'adobe_garamond_proregular';
    font-size: 16px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
h5 b {
    font-family: 'adobe_garamond_probold';
    text-transform: uppercase;
}
p {
    margin: 0 0 10px 0;
    font-size: 12px;
    text-transform: uppercase;
}
hr {
    border-top-color: #b5a065;
}
.uk-light a {
    color: rgba(255,255,255,.7);
}
.uk-label {
    padding: 0px 5px;
    font-size: 0.7rem;
    text-transform: none;
    background-color: #b5a065;
    vertical-align: text-top;
}
li.category.selected a {
    font-weight: bold;
    color: #fff;
}
li.category.selected circle {
    fill: #5b5b5b;
}
ul.small li{
	font-size: 11px;
}

li.category.selected a img{
	border:2px solid #fff;
	border-radius: 50%;
}
