
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:none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
a:hover {
	text-decoration:none !important;
	outline:none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
a:active {
	text-decoration:none !important;
	outline:none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
a:focus {
	text-decoration:none !important;
	outline:none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
.wrapper {
	position:relative;	
	width: 100%;
	height: auto;
	min-height: 92vh;
	background:url(../img/backphone2.png) no-repeat;
	background-size:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-position:center center;
	background-attachment: fixed;
	padding-top: 3vh;
	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: 320px;
	height: 170px;
	margin-bottom: 20px;
}
.wrapper ul li a {
	position:relative;
	display:inline-flex;
	align-items: center;
	border: 1px 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, 0.794);
	
}
.wrapper ul li a img {
	position:relative;
	display:block;
	max-width:calc(100% - 10px);
	max-height:calc(100% - 10px);
}



@media screen and (max-width: 1068px) {

	.logo{
		height: 140px;
	}
}
