html {
	font-size: 10px;
}

@font-face {
    font-family: assistant-R;
    src: url(Assistant/Assistant-Regular.ttf);	
}

@font-face {
    font-family: assistant-L;
    src: url(Assistant/Assistant-Light.ttf);	
}

@font-face {
    font-family: assistant-B;
    src: url(Assistant/Assistant-Bold.ttf);	
}

#language-screen {
    width: 100vw;
    height: 100vh;
    top: 0px;
    
    background-color: #8FC1C1;
    position: fixed;
    z-index: 9000;
    opacity: 0.9;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    text-align: center;
    color: rgba(0,0,0,0.6);

}

#language-screen p {
    font-size: 3.5rem;
    font-family: assistant-L;
    margin-bottom: 1rem;

}

#language-screen a {
    font-size: 3rem;
    font-family: assistant-B;
}

#language-screen a:hover {
	color: crimson;
}

.contain-lang-ind {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
	width: 80%;
    height: auto;
    margin-top: 15px;
}

#language-nav a, #index-nav a {
    font-family: assistant-R;
	font-size: 2rem;
    text-align: left;
    color: rgba(0,0,0,0.9);
    text-decoration: none;

}

#language-nav a:hover, #index-nav a:hover {
    color: #ffcc00;
}

#language-nav {
    width: 45%;
    height: auto;
	margin-top: 20px;
    
    display: block;
	font-family: assistant-R;
	font-size: 2rem;
    
    text-align: right;
    color: rgba(0,0,0,0.9);

}

#index-nav {
    width: 45%;
    height: auto;
	margin-top: 20px;    
    display: block;
	font-family: assistant-R;

	font-size: 2rem;
    
    text-align: left;
    color: rgba(0,0,0,0.9);

}

.navbuttonlos {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vw;

}

.navbuttonlos img {
    width: 100%;

}