body {
	background: url('../bg.jpg');
	background-position:center;
	background-attachment:fixed;
	background-size: cover;
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0px;
}
p, a {color: #FFF; text-decoration: none;}
#hand {
	width: 100%;
	height: 100%;
	background-image: url(../img/hand1.png);
	background-repeat:no-repeat;
	background-size: auto 80%;
	background-position: 200px 400px;
	bottom:0px;
	left: 0px;
	position:absolute;
	z-index: 999;
	-webkit-transition: all 150ms;
	}
#hand2 {
	width: 100%;
	height: 100%;
	background-image: url(../img/hand2.png);
	background-repeat:no-repeat;
	background-size: auto 80%;
	background-position: 200px 450px;
	bottom:0px;
	left:30%;
	position:absolute;
	z-index: 999;
	-webkit-transition: all 150ms;
	}
#laptop {
	position:absolute;
	left: 30%;
	top: 20%;
	height: 70%; 
	z-index: 2;
}
#kartka1 {
   	 position: absolute;
    left: 35%;
    top: 88%;
    height: 50%;
	z-index: 1;
}
#kartka2 {
	position: absolute;
    left: 41%;
    top: 66%;
    height: 70%;
	z-index: 1;
}
#kawa {
	position: absolute;
    left: 84%;
    top: 15%;
    height: 22%;
    z-index: 1;
}
#olowek {
	position: absolute;
    left: 55%;
    top: 89%;
    height: 8%;
    z-index: 1;
}
#case {
	position: absolute;
    left: 67%;
    top: 0%;
    height: 34%;
    z-index: 1;
}
#book {
	position: absolute;
    left: 31%;
    top: -15%;
    height: 53%;
    z-index: 1;
}
#mysz {
	position: absolute;
    left: 82%;
    top: 62%;
    height: 37%;
    z-index: 2;
}
#cam {
	position: absolute;
    left: 6%;
    top: 3%;
    height: 42%;
    z-index: 1;
}
#calc {
	position: absolute;
    left: 20%;
    top: 45%;
    height: 25%;
    z-index: 1;
}
#phone {
    position: absolute;
    left: 6%;
    top: 60%;
    height: 37%;
    z-index: 2;
	transition: all 300ms;
}
#phone_f {
	width: 289px;
	height: 366px;
    position: absolute;
    left: 6%;
    top: 60%;
    z-index: 9999;
	cursor:pointer;
}
#menu {
	position: absolute;
	height: 50px;
	width: 100%;
	margin: 0 auto;
	background:rgba(0,0,0,0.7);
	z-index: 9999;
}
#menu ul {
	list-style: none;
	float: left;
	display: block;
}
#menu ul li {
	float: left;
	display: inline-block;
	margin: -2px 2px 2px 2px;
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: rgba(0,204,204,1);
}
#menu ul li a{
	padding: 0px 10px 0px 10px;
	transition: ease-out 200ms;
}
#menu ul li a:hover {
	background: rgba(0,204,204,1);	
	padding: 20px 10px 20px 10px;
	transition: ease-in 300ms;
}
.exit {
	width: 64px;
	height: 64px;
	background-image: url("../close.png");
	top: 0px;
	z-index: 99999;
	display: block;
	position: relative;
	float: right;
	margin: 0.5%;
	cursor:pointer;
}
.info {
    position: absolute;
	background:rgba(0,0,0,0.7);
    left: 0%;
    top: 0%;
	margin: 10%;
    height: 100%;
	width: auto;
    z-index: 9999;
	transition: all 1000ms;
}
.info p{
	font-family: 'Exo', sans-serif;
	font-weight: 200;
	line-height: 25px;
	font-size: 16px;
	color: #ffffff;
	margin: 5%;
	margin-top: 1%;
	padding: 10px;
	background:rgba(0,0,0,0.5);
}
.info h2{
	font-family: 'Poiret One';
	font-size: 40px;
	color: rgba(0,204,204,1);
	font-weight: 800;
	margin: 5%;
	margin-bottom: 0px;
	padding: 10px;
	background:rgba(0,0,0,0.5);
}
#footer {
	min-width: 800px;
	width: 100%;
	bottom: 0px;
	position: fixed;
	display:block;
	height: 16px;
	background-color: #000;
	z-index: 9999;	
	transition: all 300ms;
}
#footer p {
	float:left;
	font-family: 'Exo';
	font-size: 11px;
	color: rgba(243, 235, 202, 0.5);
	padding-left: 10%;	
	margin: 1px auto;
	transition: all 300ms;
	}
#footer:hover {height: 20px;transition: all 300ms;}
#footer:hover p {color: rgba(255, 255, 255, 1);transition: all 300ms;}
#footer .social {float: right; padding-right: 10%;}
#footer .social img {width: 25px;transition: all 300ms;}
#footer .social img:hover {width: 25px; margin-bottom:5px;transition: all 300ms;}
#footer .social a {margin: 0 auto; padding: 0px; -webkit-filter: grayscale(1);}
#footer .social a:hover {margin: 0 auto; padding: 0px; -webkit-filter: grayscale(0);}
#projekty_img {height: 500px; overflow-y:scroll; }
::-webkit-scrollbar { 
    display: none; 
}



@media only screen and (max-width: 1000px) {

body {
	background-image:none;
	background-color: #222;
	background-position:center;
	background-attachment:fixed;
	background-size: cover;
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0px;
}
p, a {color: #FFF; text-decoration: none;}
#hand, #hand2, #laptop, #kartka1, #kartka2, #kawa, #olowek, #case, #book, #mysz, #cam, #calc, #phone, #phone_f {display:none;}
#menu {
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background:rgba(0,0,0,0.7);
	z-index: 9999;
	bottom:0px;
}
#menu ul {
	list-style: none;
	display: block;
	width:100%;
	margin-left:-20px;
}
#menu ul li {
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	width:100%;
	font-weight: 400;
	margin-bottom: 10px;
	color: rgba(0,204,204,1);
}
#menu ul li a{
	transition: ease-out 200ms;
	font-size: 70px;
    width: 100%;
	margin: 10px 10px 10px 10px;
    background-color: black;
	padding:1px;
}
#menu ul li a:hover {
	background: rgba(0,204,204,1);	
    margin: 10px 10px 10px 10px;
	transition: ease-in 300ms;
	padding:1px;
}
.exit {
	width: 64px;
	height: 64px;
	background-image: url("../close.png");
	top: 0px;
	z-index: 99999;
	display: block;
	position: relative;
	float: right;
	margin: 0.5%;
	cursor:pointer;
}
.info {
    position: absolute;
	background:rgba(0,0,0,0.7);
    left: 0%;
    top: 0%;
	margin: 0%;
    height: 100%;
	width: 100%;
    z-index: 9999;
	transition: all 1000ms;
}
.info p{
	font-family: 'Exo', sans-serif;
	font-weight: 100;
	line-height: 14px;
	font-size: 12px;
	color: #ffffff;
	margin: 1%;
	margin-top: 1%;
	padding: 10px;
	background:rgba(0,0,0,0.5);
}
.info h2{
	font-family: 'Poiret One';
	font-size: 14px;
	color: rgba(0,204,204,1);
	font-weight: 800;
	margin: 1%;
	margin-bottom: 0px;
	padding: 10px;
	background:rgba(0,0,0,0.5);
}
#footer {display:none;}
#projekty_img {height: 500px; overflow-y:scroll; }
::-webkit-scrollbar { 
    display: none; }
#navimg{display:none;}
	
	
}