@font-face {
    font-family: 'Dax';
    src: url('../font/Dax_Bold.woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#nav {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2); 
}

.eclipse {
    background-image: url(../images/pozadina.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.uk-section-primary {
    background-color: #002d74;
}

.uk-background-primary {
    background-color: #002d74;
}

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

.uk-button-primary {
    background-color: #002d74;
    color: #fff;
    border: 1px solid transparent;
}

.uk-button-primary:hover {
    background-color: #fff;
    color: #002d74;
    border: 1px solid #002d74;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #fff;
    color: #002d74;
    border: 1px solid #002d74;
}

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

.product {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

hr, .uk-hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 5px solid #ed6d14;
}

.fe-product img{
    height: 450px;
    object-fit: contain;
}

@media only screen and (max-width: 600px) {
    .fe-product img{
        height: 100%;
        object-fit: contain;
    }
}


.flex-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

u {
    text-decoration: underline #002d74;
}

.uk-section-gold {
    background: radial-gradient(at top,#f9dc00 40%,#ffcd00 100%);
}

.uk-text-xsmall {
    font-size: 0.675rem;
    line-height: 1.5;
}

.post img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.card-footer {
    border-bottom: 2px solid #fbd700;
}

.icons img {
    height:125px;
    width:100%;
    object-fit:contain;
}

.icons p {
    font-size:20px;
}