body, html {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #796e2d;
}
#banner h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
#symbol {
    color: #796e2d;
}
#symbol .uk-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #796e2d;
    color: #fff;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
}
#symbol .uk-icon-button:hover {
    background: #333;
    color: #fff;
}


a {
    color: #796e2d;
    transition: all 0.3s ease-in-out;
}
a span {
    color: #333;
}
a:hover {
    color: #333;
    text-decoration: none;
}

a.uk-accordion-title {
    color: #796e2d;
}

a.uk-accordion-title:hover {
    color: #333;
}

p {
    color: #333;
}


.latest-scroll {
    width:auto;
    max-height: 350px;
    overflow-x: auto;
}
.uk-button-default {
    color: #796e2d;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-primary {
    color: #fff;
    background: #796e2d;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-default:hover {
    color: #fff;
    background: #6c6a6a;
}
.uk-button-primary:hover {
    color: #fff;
    background: #6c6a6a;
}
footer {
    background: #796e2d;
}
footer p {
    color: #fff;
}
footer a {
    color: #fff;
}

/*EMBED RESPONSIVELY STYLES*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }