
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
} 

html,body,div,span{
	margin:0;
	padding:0;
	outline:0;
	border:0;
	vertical-align:baseline;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

html {
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}


body {
	background:#fff;
		font-weight:400;
	font-size:18px;
	line-height:1.5;

}

a {
	text-decoration:none;
	border-bottom: 1px solid transparent;
}

a:focus {
	outline:thin dotted;
}

a:hover,a:active {
	outline:0;
}

a:active,a:hover {
	color:#000;
}


h1,h2,h3,h4,h5,h6 {
	clear:both;
	margin:36px 0 12px;
	font-weight:400;
	font-size:1em;
	line-height:1.4em;
}

b,strong {
	font-weight:700;
}

em,i {
	font-style:italic;
}

p {
	margin-bottom:24px;
}

img {
	border:0;
	vertical-align:middle;
	-ms-interpolation-mode:bicubic;
}

::selection {
	color:#fff;
	text-shadow:none;
}

::-moz-selection {
	color:#fff;
	text-shadow:none;
}




/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
 
body{
	position:relative;
	width:100%;
	height:100%;
	font-family:"Apercu Pro Regular", 'Trebuchet MS', Arial, sans-serif; 
	font-weight:normal; 
	font-style:normal;;
}



.lisa {
	position: fixed;
	width: 200px;
	height: 21px;
	background:url(images/lisaborges.png) no-repeat center center;
	background:url(images/lisaborges.svg) no-repeat center center;
	z-index: 9999;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.site-title{
	font-size: 0px;
	text-indent: -9999px;
	color: #fff;
}

.center{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 380px;
	margin-top: -180px;
	margin-left: -350px;
	font-size: 70px;
	line-height: 67px;
	text-align: center;
	color: rgb(175,141,56);
}

.center:hover,
.center:hover > a,
.center a:hover{
	color: rgb(255,0,0);
	border-bottom-color: rgb(255,0,0);
}

.center a{
	border-bottom: 3px solid rgb(175,141,56);
	color: rgb(175,141,56);
}

.left, .right{
	text-indent: -9999px;
	position: fixed;
	top: 50%;
}

.left{
	left: 35px;
	width: 21px;
	height: 226px;
	background:url(images/mail.png) no-repeat center center;
	background:url(images/mail.svg) no-repeat center center;
	margin-top: -113px
}

.right{
	right: 35px;
	width: 21px;
	height: 180px;
	background:url(images/tel.png) no-repeat center center;
	background:url(images/tel.svg) no-repeat center center;
	margin-top: -90px
}
.footer-wrp{
	position: fixed;
	height: 21px;
	width: 318px;
	background:url(images/graphic_artdirection.png) no-repeat center center;
	background:url(images/graphic_artdirection.svg) no-repeat center center;
	z-index: 9999;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 30px;
	text-indent: -9999px;
	font-size: 0px;
	color: #fff;

}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


@media screen and (max-width: 884px) {
	.center{
		width: 500px;
		height: 280px;
		margin-top: -140px;
		margin-left: -250px;
		font-size: 50px;
		line-height: 49px;
	}	
}


@media screen and (max-width: 569px) {
	.center{
		width: 310px;
		height: 160px;
		margin-top: -80px;
		margin-left: -150px;
		font-size: 30px;
		line-height: 30px;
	}	
	
	.center a{
		border-bottom: 2px solid rgb(175,141,56);
	}
}	

@media screen and (max-width: 400px) {
	.center{
		width: 310px;
		height: 200px;
		margin-top: -100px;
		margin-left: -150px;
		font-size: 20px;
		line-height: 22px;
	}	
	
		.center a{
		border-bottom: 1px solid rgb(175,141,56);
	}
	

}
