body, html {
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    color: #3c3c3c;
}
h1, h2, h3, h4, h5, h6 {
    color: #e86c0e;
}
#banner h1 {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
a {
    color: #e86c0e;
    transition: all 0.3s ease-in-out;
}
a span {
    color: #3c3c3c;
}
a:hover {
    color: #3c3c3c;
    text-decoration: none;
}
p {
    color: #3c3c3c;
}
.uk-button-default {
    color: #e86c0e;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-default:hover {
    color: #fff;
    background: #3c3c3c;
}
.uk-button-primary {
    color: #fff;
    background: #e86c0e;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-primary:hover {
    color: #e86c0e;
    background: #fff;
    border: 1px solid #e86c0e;
}
.uk-button-secondary {
    color: #e86c0e;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-secondary:hover {
    color: #fff;
    background: #e86c0e;
}
.uk-button-primary-nb {
    color: #fff;
    background: #e86c0e;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-primary-nb:hover {
    color: #e86c0e;
    background: #fff;
    border: none;
}
footer {
    background: #e86c0e;
}
footer a {
    color: #fff;
}
