@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oswald:wght@200..700&display=swap');

* {
    font-family: DM Sans, sans-serif !important;
    color: #050b20;

}

a {
    color: #FFA52B;
}

a:hover {
    text-decoration: none;
    color: #e6941f;
}

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


.uk-logo img {
    max-height: 50px;
}

.uk-navbar-container {
    background-color: #16191A !important;
}

.uk-navbar-container a {
    color: #fff !important;
}

.round-top {
    border-radius: 50px 50px 0 0;
    height: 50px;
    background-color: #fff;
    z-index: 200;
    position: relative;
    top: -50px;
}


h2 {
    font-size: 40px;
    font-weight: 700;
    color: #050b20;
    line-height: 45px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    color: #050b20;
    line-height: 45px;
}

.data {
    line-height: 12px;
}

.data h3 {
    font-size: 25px;
    margin: 0;
    line-height: 1em;
}

.data small {
}

.uk-subnav-pill>.uk-active>a {
    background-color: #FFA52B !important;
    color: #fff;
}

.uk-card {
    border-radius: 25px;
}

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

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

.uk-badge {
    background-color: #FFA52B !important;
    color: #fff !important;
}

footer {
    background-color: #16191A !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .round-top {
        border-radius: 25px 25px 0 0;
    height: 15px;
    z-index: 200;
    position: relative;
    top: -15px;
    }
	
	.uk-logo img {
    max-height: 40px;
}
}
