@import url(MaxsFromWorkLite.css);

body{
	height: 100vh;
	overflow: hidden;
}

#bg-wrap{
	top: 0;left: 0;
	position: fixed;
}
#bg-wrap svg{
	width: auto;
	min-height: 100vh;
}


#logo{
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 80px 2em 50px;
	text-align: center;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	backdrop-filter: brightness(1.5);
	background: rgba(255,255,255,.1);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	-moz-backdrop-filter: brightness(1.5);
	-webkit-backdrop-filter: brightness(1.5);
	-webkit-transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
}


#logo img{max-width: 480px !important}


.links{
	margin-top: 24px}

.links a{
	padding: 8px;
	margin: 0 8px;
	color: #f36d21;
	font-size: 24px;
	background: #fff;
	border-radius: 50px;
	outline: solid 5px #fff;
	-webkit-border-radius: 50px;
	font-family: maxs001 !important}

.links a:hover{
	background: #fafafa;
	border-radius: 12px;
	-webkit-border-radius: 12px}


.links a:after{content: 'whatsapp'}
.links a:nth-child(2):after{content: 'facebook'}
