h2,
.uk-h2 {
    font-family: "Fraunces", serif;
    font-weight: 900;
    font-size: 2rem;
    font-style: normal;
    font-optical-sizing: auto;
}

.uk-nav,
.uk-nav ul {

    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0px;
}


html {
    font-family: "Karla", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FAFAFA;
    background-color: #3C3C3B;
}

h1 {
    font-family: "Fraunces", serif;
    font-weight: 900;
}

.uk-h1 {
    font-family: "Fraunces", serif;
    font-weight: 900;
}

h3 {
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #FCBD18;
    margin: 2px 0px 2px 0px;
}

.uk-h3 {
    font-family: "Fraunces", serif;
    font-weight: 700;
}

h4 {
    font-family: "Fraunces", serif;
    font-weight: 700;
}

.uk-h4 {
    font-family: "Fraunces", serif;
    font-weight: 700;
}

h5 {
    font-family: "Fraunces", serif;
    font-weight: 700;
}

.uk-h5 {
    font-family: "Fraunces", serif;
    font-weight: 700;
}

h6 {
    font-family: "Fraunces", serif;
    font-weight: 700;
}

.uk-h6 {
    font-family: "Fraunces", serif;
    font-weight: 700;
}

.uk-navbar-container {
    padding: 10px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #000000;
    opacity: 0.9;
}

.uk-link {
    color: #FCBD18;
}

.uk-link:hover {
    color: #FCBD18;
}

a {
    color: #FCBD18;
}

a:hover {
    color: #FCBD18;
}

.uk-section-muted {
    background: #000000;
}

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

.uk-text-primary {
    color: #FCBD18 !important;
}

.uk-icon-button {
    background-color: #3c3c3b;
    color: #e8e8e8;
}

.uk-icon-button:focus {
    background-color: #FCBD18;
    color: #ebebeb;
}

.uk-icon-button:hover {
    background-color: #FCBD18;
    color: #000000;
}

.uk-button-text {
    color: #c6c6c5;
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.uk-button-text:focus {
    color: #FCBD18;
}

.uk-button-text:hover {
    color: #FCBD18;
}

.uk-button-text::before {
    border-bottom: 1px solid #FCBD18;
}

.ul-list {
    margin-top: 0px;
    padding-left: 0px;
    list-style: none;
    font-size: .9rem;
}

.ul-list li {
    margin-top: 6px
}

.adress_asap {
    color: #fafafa;
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.uk-text-footer {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #c6c6c5;
}


.uk-navbar-nav > li > a {
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #FAFAFA;
}

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

ul.uk-nav li a {
    font-size: 1.1rem;
}


span.uk-icon {
    color: #fff;
}

span.uk-icon:hover {
    color: #fff;
}

span.uk-badge {
    font-family: "Karla", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    background: #3c3c3b;
    min-width: 28px;
    height: 28px;
    letter-spacing: 1px
}

span.uk-badge a:link, span.uk-badge a:visited {
    color: #fff;
    text-decoration: none;
    transition: .1s ease-in-out;
}
span.uk-badge a:hover {
    color: #000000;
}

span.uk-badge:focus, span.uk-badge:hover {
    color: #000000;
    text-decoration: none;
    outline: 0;
    background: #FCBD18;
}


.l-yellow {
    color: #FCBD18;
    list-style-type: disclosure-closed;
}

.uk-navbar-item {
    justify-content: left;
}


/*# sourceMappingURL=custom_styles.css.map */