/* Example CSS file */ 
.uk-gallery img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.uk-text-white {
    color: #fff!important;
}

.uk-text-white  a {
    color: #fff!important;
}

.uk-card-border {
    border: 2px solid #222; 
}

.uk-section-secondary {
    background-color:#323336!important;
}


.uk-background-secondary {
    background-color:#323336!important;
}

.uk-text-secondary {
    color:#2380b9!important;
}

.uk-button-secondary {
    background-color: #2380b9!important;
}


@font-face {
    font-family: 'DECHORROTHEN';
    src: url('/site/templates/fonts/DECHORROTHEN.woff2') format('woff2'),
         url('/site/templates/fonts/DECHORROTHEN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.google img {
    height: 32px;
} 