* {
    padding: 0;
    margin: 0;
}

html {
    background-color: #000 !important;
    font-family: 'Play', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
}

.background {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    background-size: 100% 100% !important;
    background-position: 50% 50% !important;
    z-index: 1;
}

.background.bg { background: url("../img/bg.jpg") no-repeat;}

.effect {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../img/effect.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.logo {
    position: absolute;
    top: 6vh;
    z-index: 4;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25vw;
    height: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.logosnail {
	position: absolute;
	z-index: 4;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 10vw;
	height: auto;
	left: 50%;
	transform: translate(-50%, 0);
}

.nawigacja {
    text-shadow: 0 0.1vh 0.2vh #000;
    position: absolute;
    z-index: 4;
    top: 38vh;
    width: 100vw;
    height: auto;
    text-align: center;	
    left: 50%;
    transform: translate(-50%, 0);
}

.nawigacja .link {
    position: relative;
    width: 15vh;
    height: 15vh;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    border: 0.1vh solid rgba(255,255,255,0.2);
    box-sizing: border-box;
    border-radius: 1vh;
    text-align: center;
    margin: 0 1vh;
    cursor: pointer;
    transition: background 0.5s, box-shadow 0.5s;
    box-shadow: 0 0 0.2vh #000;
}

.nawigacja .link:hover {
    background: rgba(255,255,255,0.2);
    box-shadow: 0 0 0.2vh #000, inset 0 0 0.3vh #000;
}

.nawigacja .link i {
    font-size: 7vh;
    line-height: 12vh;

}

.nawigacja .link span {
    font-weight: bold;
    font-size: 2vh;
    position: absolute;
    bottom: 1vh;
    left: 0;
    right: 0;
}

.nawigacja a {
    color: #FFF;
    text-decoration: none;
}

.info {
    position: absolute;
    z-index: 4;
    width: 60%;
    height: 30vh;
    top: 60vh;
    overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0);
}

.footer {
    position: absolute;
    bottom: 1vh;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    text-shadow: 0 0.05vh 0.2vh #000;
    opacity: 0.3;
    font-size: 1.6vh;
}

.nazarmap {
	position: absolute;	
	z-index: 4;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 32vw;
	height: auto;
	right: -7.5%;
	bottom:-35px;
}

.stat4u {
	position: absolute;	
	z-index: 4;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	left: 0%;
	bottom:0px;
    opacity: 0.2;
}

@media only screen and (max-width: 600px) {
	.background {
		background-size: auto 100% !important;
	}
	.logo {
		margin: 0 auto;
		width: 80%;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.logosnail {
		position: absolute;
		z-index: 4;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 30vw;
		height: auto;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.nawigacja {
		top: 32vh;
		right: 0;
		width: 100%;
	}
	.nawigacja .link {
		width: 25vw;
		height: 25vw;
	}
	.nawigacja .link span {
		font-size: 4vw;
	}
	.nawigacja .link i {
		font-size: 11vw;
		line-height: 20vw;
	}
	.info {
		bottom: 1vh;
		height: 40vh;
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.nazarmap {
		position: absolute;	
		z-index: 4;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50vw;
		height: auto;
		right: -12%;
		bottom:25px;
	}
	.stat4u {
		position: absolute;	
		z-index: 4;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		height: auto;
		left: 0%;
		bottom:0px;
		opacity: 0.05;
	}	
}