:root{
    --color01: #434343;
    --color02: #E5EFF0;
    --color03: #4F90C7;
}

html,
body{
    font-family: Arial, Helvetica Neue;
    width:100%;
    height: auto;
    min-height:100vh;
    margin:0;
    padding:0;
    background-color:#E8EEF0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width:1px) and (max-width:750px){
    html, body{ font-size: 12px; }
}

@media screen and (min-width:751px) and (max-width:1100px){
     html, body{ font-size: 15px; }
}

@media screen and (min-width:1101px) and (max-width:16000px){
     html, body{ font-size: 18px; }
}

html{ 
    overflow-x: hidden;
    overflow-y: auto;
}

#wrap {
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-height: 100lvh;
    margin: 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#wrap .subwrap h1{
    font-size:min(200px, 12vw);
    line-height: min(190px, 9.5vw);
    margin: 0px;
    padding: 0px 5%;
    box-sizing: border-box;
    text-align: center;
    background-clip: text;
    word-break: break-word;
    color:rgba(246,246,246,0.0);
    background-image: linear-gradient(172deg, rgba(23,43,180,1.00) 2%, rgba(107,249,255,1.00) 99%);
    font-family: Switzer;
    font-style: italic;
    letter-spacing: -2%;
    text-transform: uppercase;
    font-weight: 900;
}

#wrap .subwrap p{
    font-size:min(20px, 3vw);
    line-height: min(25px, 3.25vw);
    margin: 0px;
    color:rgba(255,255,255,1.00);
    font-family: Switzer;
    letter-spacing: 10%;
    font-style: italic;
    font-weight: 300;
}

#wrap .subwrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap:10px 0px;
    height: auto;
    padding: 5vh 5%;
    box-sizing: border-box; 
}

#wrap .subwrap a{
    display: flex;
    width: auto;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    padding: 0px 20px;
    box-sizing: border-box;
    background-color:rgba(227,227,227,1.00);
    color:black;
    text-decoration: none;
    font-family: Arial;
    letter-spacing: -0.5px;
    font-weight: 800;
    margin: 5px 5px;   
}

@media screen and (max-width:800px){

    #wrap .subwrap:first-of-type{
        transform: scale(1.2);
    }

}


#topbar{
    position:fixed;
    display: flex;
    top:0px;
    left:0px;
    width:100%;
    height:80px;
    background-color:white;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

#topbar:after{
    position:absolute;
    top: 100%;
    width:100%;
    height:3px;
    content:"";
    filter: blur(3px);
    background-color:rgba(50,51,52,0.75);
}

#topbar img{
    width:auto;
    height:80%;
}

#kieliwrap{
    position:fixed;
    top: 0px;
    right:10px;
    width: auto;
    height:auto;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    background-color: white;
    gap:15px;
    padding: 0px 15px;
    z-index: 205;
}

#kieliwrap label {
    display: flex;
    width:26px; 
    height: 26px;
    margin: 0px;
}

#kieliwrap label img { 
    width: 100%;
    height: 100%; 
}

#kieliwrap select {
    display: none;
}

#kieliwrap #lang_lab:checked + select {
    display: flex; 
}
