body {
    font-family: 'Montserrat', sans-serif !important;
    background: url('/wp-content/themes/flatsome-child/img/homepage-bg.jpg') !important;
    background-repeat: no-repeat !important;
    height: 100vh !important;
    background-size:cover !important
}



table {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.header {
    padding: 1.25em 1.75em;
}

.logo {
    max-width: 175px;
}

.notice {
    font-size: 19px;
    margin-top: 30px;
    font-weight: 700;
}


.header {background:#f8f9fa; margin-bottom: 1rem;}
.logo, .notice {float:left; width:100%; color:#000}

.header-holder, .lang-pick-holder {display:flex; justify-content: center;}
.header, .lang-picker {width:100%; max-width:550px}

.lang-picker div {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    padding: 1.25em 1.75em;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    transition: all .3s;
}

.lang-picker a {
    width:100%;
    float:left;
    background:#f8f9fa;
    text-decoration: none;
}

.lang-picker div:hover {
    background-color: #f50002;
    color: white;
}

.lang-picker a:not(:last-of-type) div{
    border-bottom: 1px solid #c9c9c9;
}

.fi {
    font-size: 1.75em !important;
}

@media (max-width: 1199.98px) {
    body {
        background-size: auto 100%;
    }
}