/*
MERSCH MANAGEMENT
*/
@font-face {
	font-family: 'ilr';
	src: url('ilr.eot');
	src: url('ilr.eot?#iefix') format('embedded-opentype'),  url('ilr.woff2') format('woff2'),  url('ilr.woff') format('woff'),  url('ilr.ttf') format('truetype'),  url('ilr.svg#ilr') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
*::-webkit-scrollbar {
	display: none;
}
html, body {
	position: relative;
	height: 100%;
}
html {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	padding: 0;
	background: #ccc;
}
strong {
	font-size: 6.5vmin;
	line-height: 5.5vmin;
	font-weight: normal;
}
a {
	color: red;
	text-decoration: none;
	cursor: pointer;
}
.no-touch a.hover .six {
	background: #376d4b;
}
a:focus {
	color: #fff;
	outline: none;
}
i {
	color: red;
	font-style: normal;
}
u {
	color: red;
	text-decoration: none;
}
img {
	border: none;
}
.wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
}
.info {
	/*background: yellow;*/
}
.label {
	height: 6vmin;
	margin-bottom: .5vmin;
	padding-top: .6vmin;
	background: #193777;
	font-family: 'ilr';
	color: #fff;
	font-size: 5vmin;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.one, .six {
	margin-left: .5vmin;
	margin-right: .5vmin;
}
.two, .four {
	margin-left: .15vmin;
	margin-right: .85vmin;
}
.three, .five {
	margin-left: .85vmin;
	margin-right: .15vmin;
}
.six {
	margin-bottom: 0;
}
/*
MOBILE
*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.info {
		/*padding-top: 4px;
		-webkit-text-stroke: .7px;*/
	}
}
/*
MERSCH MANAGEMENT
*/
