@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Regular.eot');
    src: url('fonts/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/Recoleta-Regular.woff2') format('woff2'),
url('fonts/Recoleta-Regular.woff') format('woff'),
url('fonts/Recoleta-Regular.ttf') format('truetype'),
url('fonts/Recoleta-Regular.svg#Recoleta-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Bold.eot');
    src: url('fonts/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Recoleta-Bold.woff2') format('woff2'),
url('fonts/Recoleta-Bold.woff') format('woff'),
url('fonts/Recoleta-Bold.ttf') format('truetype'),
url('fonts/Recoleta-Bold.svg#Recoleta-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('fonts/Recoleta-Medium.eot');
    src: url('fonts/Recoleta-Medium.eot?#iefix') format('embedded-opentype'),
url('fonts/Recoleta-Medium.woff2') format('woff2'),
url('fonts/Recoleta-Medium.woff') format('woff'),
url('fonts/Recoleta-Medium.ttf') format('truetype'),
url('fonts/Recoleta-Medium.svg#Recoleta-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body, html {
    margin: 0;
    width: 100%;
    padding: 0;
}
body {
    font-size: 24px !important;
    font-family: 'Recoleta';
    font-weight: 300;
    background-color: #FFF;
/*    color: #004a8f !important;*/
    color: rgb(50,100,75);
}
strong {
    font-weight: 700;
}
sup {
    font-size: 0.25em;
    line-height: 2;
    vertical-align: top;
}
#container {
    position: relative;
    width: 98%;
    margin: 2vh 1%;
    min-height: 96vh;
    background: url("../img/background.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
}
#filterback {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0,0,0,0.15);
    top: 0;
}
.logosvg {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 80px;
    height: 90px;
    display: block;
}
.logosvg img {
    height: 100%;
    width: auto;
}
#bigwrap {
    position: relative;
    max-width: 92%;
    padding: 2em;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#wrap-language {
    text-align: center;
    background: rgba(255,255,255,0.5);
    padding: 0.5em 1.5em;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    display: inline-block;
    max-width: 90%;
    width: 800px;
}
#wrap-title {
    padding: 1em 0;
}
h1 {
    font-weight: 700;
    font-size: 2.3em;
    line-height: 1.2em;
    margin: .25em auto;
    padding: 0.25em 0;
    color: rgb(50,100,75);
}
h2 {
    font-weight: 700;
    font-size: 2.15em;
    line-height: 1.1em;
    margin: 0;
    padding: 0.25em 0;
    color: #fff;
/*    color: rgb(50,100,75) !important;*/
/*    text-shadow: 2px 0 1px rgba(50,100,75), 0 2px 1px rgba(50,100,75), 2px 2px 1px rgba(50,100,75), -2px -2px 1px rgba(50,100,75);*/
}
#lang {
    width: 100%;
    display: flex;
    flex-direction: row;
    max-width: 320px;
    margin: .25em auto;
    justify-content: center;
}
.lang {
    width: auto;
    margin-right: 4%;
    text-align: center;
}
.lang:last-of-type {
    margin-right: 0;
}
img.flag {
    width: 65px;
}
.lang a {
    color: rgb(50,100,75) !important;
    text-decoration: none;
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 2.5em;
    width: 2.5em;
    text-align: center;
    font-weight: bold;
    border: 2px solid rgb(50,100,75);
}
.macaron {
    display: block;
    text-align: left;
    margin: 1em auto;
    max-width: 90%;
    width: 800px;
}
.macaron img {
    max-width: 380px;
}
@media screen and (max-width: 980px) {
    body {
        font-size: 18px !important;
    }
    .macaron img {
        max-width: 320px;
    }
}
@media screen and (max-width: 720px) {
    #container {
        background: url("../img/backgroundmob.jpg") center center no-repeat;
        background-size: cover;
        border-radius: 15px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 680px) {
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.85em;
        text-shadow: 0 0 10px rgba(0,0,0,0.75);
    }
    .macaron { 
        text-align: center;
    }
    .macaron img {
        max-width: 240px;
    }

}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 479px) {
}




