body {
	margin:0;
	padding:0;
}
img {
    pointer-events: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
a {
	text-decoration:none !important;
	outline:0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
a:hover {
	text-decoration:none !important;
	outline:0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
a:active {
	text-decoration:none !important;
	outline:0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
a:focus {
	text-decoration:none !important;
	outline:0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
.wrapper {
	position:relative;	
	width:100%;
	height:auto;
	min-height:85vh;
	background:url(../img/background.png) no-repeat;
	background-size:cover;
	background-position:center center;
	padding-top:10vh;
	padding-bottom:5vh;
}
.wrapper ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	width:80%;
	left:50%;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.wrapper ul li {
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
}
.logo {
	position:relative;
	display:block;
	max-width:200px;
	margin-bottom: 40px;
}
.wrapper ul li a {
	position:relative;
	display:inline-flex;
	align-items: center;
	border:2px solid black;
	border-radius:10px;
	margin-top:4px;
	margin-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	width:150px;
	height:40px;
	background: rgba(255,255,255, .6);
}
.wrapper ul li a img {
	position:relative;
	display:block;
	max-width:calc(100% - 10px);
	max-height:calc(100% - 10px);
}