@import url('reset.css');

body{
	background:#fff;
	color:#666;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
}
a{
	color:#666;
	text-decoration:none;
}
h1{
	font-size: 32pt;
}
h2{
	font-size: 26pt;
}
h3{
	font-size: 22pt;
}
h4{
	font-size: 18pt;
}
h5{
	font-size: 14pt;
}
#body-mask {
	position: absolute;
	z-index: 20;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div#artist_sec {
	height: 100%;
	margin-top: 24px;
}
#artist_sec p {
	width: 90%;
	margin: 0 auto;
}
div#brilli_sec {
	height: 100%;
}
.section{
	position: absolute;
	display: inline-block;
	opacity: 0;
	text-align: justify;
	margin-left: 12px;
	margin-top: -1px;
	padding-right: 300px;
	width: 85%;
	height: 200vh;
	-webkit-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
.logo{
	position: absolute;
	z-index: 10;
	margin:18px;
	font-size:18px;
}
.logo img {
	margin-top: 13px;
	width: 130px;
}