@font-face{
    font-family: "CalviarDreams";
    src:
    url("../fonts/CaviarDreams.woff") format("woff"),
    url("../fonts/CaviarDreams.woff2") format("woff2");
}
*{
    padding: 0;
    margin: 0;
    font-family: CalviarDreams, serif;
    
}

.languageBox{
    position: fixed;
    top: 2.5vw;
    right: 2.5vw;
    background-color: #9ea3b0;
    font-weight: 600;
    font-family: sans-serif;
    padding: 0.5vw;
    font-size: 2.5vw;
}
.languageText{
    color: white;
    text-decoration: none;   
}
.sectionTop{
    /*background-color: #9ea3b0;*/
    height: 70vh;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.sectionBottom{
    background-color: #005950;
    height: 30vh;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*Fonts*/

.logo{
    font-size: 15vw;
    color: #600000;
    font-weight: 700;
}
.sublogo{
    font-size: 3vw;
    color: #005950;
}
.text{
    font-size: 2vw;
    color: #9ea3b0;
    line-height: 180%;
}
.link{
    font-size: 2vw;
    font-weight: 700;
    color: #600000;
}