/** Color scheme 

Primary Blue: #0171B9
Secondary Orange: #E0996B
Background White: #FFFFFF
Muted Gray: #F3F3F3

**/

/* Basic helper styles */
.site-logo { height: 40px; width: auto; }
.hero { background-image: linear-gradient(135deg, #ffc6a1, #e0996b59), url(/images/hero.jpg); background-size: cover; background-position: center; }
.footer, .footer a { background-color: #0171B9; color: #fff;}


.uk-subnav>*>:first-child {
    color: #FFF;
}

.uk-subnav>*>a:hover {
    color: #FFF;
    text-decoration: underline;
}

.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-primary:not(.uk-preserve-color), .uk-section-primary:not(.uk-preserve-color) a{
    color: #0171B9;
}