html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

main{
    background-color: rgba(0, 0, 0, 0.35);
}

.site-wrapper{
  background: url(../res/back.jpg) no-repeat center center fixed;
}

.language-header{
	height:50px;
}

.text{
	-webkit-text-stroke: 1px black;
}