body, html {
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    color: #02122b;
}
#banner {
    background-image: url(/img/banner.jpg); 
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
#banner .inner {
    max-height: 800px;
    min-height: 200px;
    height: 30vw;
    background-image: url(/img/banner-inner.png); 
    background-repeat: no-repeat;
    background-position: center; 
    background-size: contain;
}
#symbol {
    padding: 0.75rem;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
    color: #fff;
}
@media screen and (max-width: 600px) {
    #symbol {
        font-size: small;
    }
}
#banner h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
a {
    color: #b47132;
    transition: all 0.3s ease-in-out;
}
a span {
    color: #333;
}
a:hover {
    color: #333;
    text-decoration: none;
}
em {
    color: #b47132;
}
p {
    color: #333;
}
p.copyright {
    color: #f0f0f0;
}
.uk-button-default {
    color: #02122b;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-primary {
    color: #fff;
    background: #02122b;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-default:hover, .uk-button-primary:hover {
    color: #fff;
    background: #333;
}
footer {
    background: #02122b;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #a1a1a1;
}
