/*
Theme Name:     Tempera-Child
Description:    
Author:         Jhenja
Template:       tempera

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#langsplash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: white;
	z-index: 99999;
}
	#langsplash #content {
		display: table;
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	
		#langsplash #content ul.menu {
			display: block;
			text-align: center;
		}
			#langsplash #content ul.menu li {
				display: inline;
			}
				#langsplash #content ul.menu li a {
					display: inline-block;
					min-width: 100%;
					padding: 1em 0.75em 0.25em;
					margin: 1em 0;
					background-color: rgba(0,0,0,0.0625);
				}