.uk-logo img {
    width: 100%;
    height: 45px;
}

.uk-background-primary {
    background-color: #192B41;
}

.uk-button-primary {
    background-color: #F98202!important;
    color: #fff!important;
}

.uk-text-white {
    color: #fff!important;
}

.uk-text-primary {
    color: #F98202!important;
}

.uk-card-primary-background {
    background-color: #59657D;
}

.uk-card-secondary-background {
    background-color: #8591A9;
}

.uk-section-hero-background {
    background-color: #192b41c8;
}

.uk-accordion-title {
    display: block;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    background: aliceblue;
    padding: 20px;
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 20px;
    padding: 30px;
    background: aliceblue;
}

.uk-text-secondary {
    color: #192B41!important;
}

.uk-border-top {
    border-top:1px solid #F98202!important;
}

.uk-section-custom-home {
    height: 500px;
}

.uk-about {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.uk-background-grey {
    background-color:#808286;
}