@font-face
{
	font-family: Arial Rounded MT Bold;
	src: url("ARLRDBD.TTF");
}
@font-face
{
	font-family: B Koodak;
	src: url("BKoodak.ttf");
}
body {
	background: #050C13;
	margin: 0px;
}
a {text-decoration:none;}
.front {
	color: white;
	text-align: center;
	margin: auto;
	margin-top: 18%;
	font-size: 50px;
	font-family: "Arial Rounded MT Bold", arial;
}
.r-lang {
	color: white;
	background-color:red;
	position: absolute;
	top: 0%;
	right: 0%;
	width: 120px;
	height: 50px;
	text-align:center;
	font-size:27px;
	
	font-family: "B Koodak", arial;
	border-bottom-left-radius:5px;
}
.l-lang {
	color: white;
	background-color:red;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100px;
	height: 30px;
	text-align:center;
	font-size:24px;
	font-family: "Arial Rounded MT Bold", arial;
	padding: 10px;
	border-bottom-right-radius:5px;
}
.l-lang:hover, .r-lang:hover {
	//background-color: red;
	//width: 150px;
}
.social {
	text-align:center;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0%;
	background-color: red;
}
.social img {
	width: 45px;
	height: 45px;
}
@media only screen and (max-device-width: 600px) {
	.social img {width: 175px; height: 175px;}	
	.front {font-size:120px;margin-top: 60%;}
	.r-lang {font-size:87px;width: 320px;height: 120px;line-height: 1.2;}
	.l-lang {font-size:84px;width: 300px;height: 100px;} 
}
