body, html {
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    color: #0d1526;
}
header img{
    width: 325px;
}
#banner h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
a {
    color: #0d1526;
    transition: all 0.3s ease-in-out;
}
a span {
    color: #333;
}
a:hover {
    color: #ca902b;
    text-decoration: none;
}
p {
    color: #333;
}
.uk-button-default {
    color: #0d1526;
    background: #ca902b;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-primary {
    color: #fff;
    background: #0d1526;
    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: #0d1526;
}
footer p {
    color: #ca902b;
}
footer a {
    color: #fff;
}
