.uk-breadcrumb a, .uk-breadcrumb>:last-child>span {
    text-shadow: none;
    color: #003450;
}

.special {
    margin-left: 5px;
    line-height: 1.9em;
}

.title-bar {
    padding-top: 150px;
}

.header-section {
    padding-bottom: 0;
}

@media (max-width: 560px) {
    .uk-navbar-item .site-name {
        font-size: 0.7em;
    }
    
    .content-wrapper .uk-container .uk-text-center {
        text-align: left !important;
    }
}

@media (min-width: 560px) {
    .header-section {
        padding-left: 0;
    }
}