@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://cdn.jsdelivr.net/npm/uikit@3.16.10/dist/css/uikit.min.css');
@import url('flag-icon.min.css');

html, body, h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: 'EB Garamond', serif!important;
}
html, body, span, a {
    font-size: 16px;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: 'EB Garamond', serif!important;
    font-size: 1rem!important;
    color: #010334;
}
a {
    color: #000!important;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #010334!important;
}

header {
    background-color: #FFFFFF;
}

.search-button {
    border: none;
    background-color: #FFFFFF;
    color: #000;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.search-button:hover {
    color: #010334;
}

.expertise {
    background-color: #010334;
}
.expertiseW {
    background-color: #FFFFFF;
}
.uk-text-white {
    color: #FFFFFF;
}

.uk-card-border {    
    border-bottom: 10px solid #FFFFFF;
    transition: all .3s ease-in-out;
}

.uk-card-border span {
    font-size: 1.2rem;
}
.uk-card-border:hover {
    border-bottom: 10px solid #64ccdb;
}
.expertise a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.news .uk-card-body a {
    color: #010334!important;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.news .uk-card-body a:hover {
    color: #000000!important;
    text-decoration: none;
}

footer {
    background-color: #010334;
    color: #64ccdb;
    font-size: 1.2rem!important;
    background: url('../images/footer-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

footer h3 {
    color: #64ccdb;
}

footer a {
    color: #64ccdb!important;
    text-decoration: none;
    font-size: 1.2rem!important;
}
footer a:hover {
    color: #FFFFFF!important;
    text-decoration: none;
}

.uk-slidenav {
    background-color: #ffffff;
    opacity: .5;
    color: #010334!important;
    transition: all .3s ease-in-out;
}
.uk-slidenav:hover {
    opacity: .8;
}

.content-header {
    background-size: contain!important;
}
@media all and (max-width:1060px) {
    .content-header {
        background-size: cover!important;
    }
}

footer .uk-list li {
    background-color: transparent;
    padding: 0 10px;
}
footer .uk-list li a {
    color: #64ccdb!important;
}
footer .uk-list li:hover {
    background-color: #64ccdb;
}
footer .uk-list li:hover a {
    color: #010334!important;
}