@font-face {
    font-family: 'lausanneregular';
    src: url('fonts/lausanne-regular-webfont.woff2') format('woff2'),
         url('fonts/lausanne-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, *, *:hover{
	cursor: none !important;
}
body, html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'lausanneregular';
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#background{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #6BB2E2;
}
h1{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 80px;
	margin: 0px;
	font-weight: normal;
}
.block{
	position: fixed;
	opacity: 0;
	width: 150px;
	height: 150px;
	z-index: 9;
}
.block img{
	width: 100%;
	height: 100%;
}
.block.active{
	opacity: 1;
}
#cursor {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #6BB2E2;
  position: absolute;
  z-index: 99999;
  cursor: none;
}
.project{
	position: fixed;
	top: 30px;
	left: 10%;
	opacity: 0;
}
.project.active{
	opacity: 1;
}
#contact{
	right: 10%;
	top: 30px;
	position: absolute;
	z-index: 9;
	text-align: right;
}

#instagram{
	right: 10%;
	bottom: 30px;
	position: absolute;
	z-index: 9;
	text-align: right;
}

@media(max-width: 767px){
	#instagram, #contact{
		top: 30px;
		right: 30px;
		bottom: inherit;
	}
	#contact{
		left: 30px;
		right: inherit;
	}
	h1{
		font-size: 47px;
	    line-height: 48px;
	    padding: 0 10px;
	    box-sizing: border-box;
	    width: 100%;
	}
	.project{
		top: inherit;
		bottom: 30px;
		left: 30px;
	}
}
