/* CSS
   
 ____________________________________________________________
|                                                            |
|    ENGINE + Complic  { http://complic.eu }                 |
|    DESIGN + Complic Studio   { http://complicstudio.com }  |
|      DATE + 2014 Settembre                                 |
|   CREDITS + Complic                                        |
| COPYRIGHT + Copyright Complic 2013                         |
|____________________________________________________________|

*/

/* inizio css */
body {
	height: 100vh;
	overflow: hidden;
}
.background {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-indent: -9999px;
	background-image: url(../assets/images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
}
.text {
	width: 100vw;
	position: fixed;
	top: 30vh;
	left: 0px;
	right: 0px;
	text-align: center;
	color: #FFF;
	z-index: 9999;
	font-size: 25px;
	line-height: 35px;
}
.logo {
	width: 100vw;
	height: 20vh;
	position: fixed;
	top: 5vh;
	left: 0px;
	right: 0px;
	text-indent: -9999px;
	background-image: url(../assets/images/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
}
.laptop {
	width: 60vw;
	height: 60vh;
	position: fixed;
	bottom: 5vh;
	right: 0px;
	text-indent: -9999px;
	background-image: url(../assets/images/laptop.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9999;
}
/* end of css */