@charset "utf-8";
/* CSS Document */

body { 
	font-family: adelle-1, adelle-2, serif;
	margin: 0;
	padding: 0;
	background: url(img/sage.png);
}

.wrapper {
	width: 100%;
	height: 100%;
}

.logo {
	position: absolute;
	bottom: 640px;
	-webkit-font-smoothing: antialiased;
	font-family: Arial;
	width: 100%;
	color: white;
	font-size: 90px;
	font-weight: 300;
	line-height: 42px;
	text-align: center;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.logo div {
	color: #3E5B5B;
	font-size: 30px;
	margin-top: 50px;
	text-shadow: white 0px 1px 0px;
}

.footer img{
	position: absolute;
	z-index: 0;
	width: 1107px;
	height: auto;
	left: 50%;
	margin-left: -550px;
	bottom: 0;
}

.bulinuta {
	width: 150px;
	height: 150px;
	background: black;
	border-radius: 75px;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 50%;
	border: 3px solid black;
}

.bulinuta img {
	width: 150px;
	height: 150px;
	border-radius: 75px;
}

.bulinuta a > div {
	display: none;
	font-family: arial;
	font-size: 25px;
	margin-top: -150px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 20px;
	width: 100%;
	height: 100%;
	border-radius: 75px;
	position: relative;
}

.bulinuta a {
	text-decoration: none;
}

.bulinuta a > div > div {
	padding-top: 50px;
}

.bulinuta:hover a > div {
	display: block;
}

#bulinuta-1 {
	margin-left: 370px;
	bottom: 300px;
	
}

#bulinuta-2 {
	margin-left: 155px;
	bottom: 303px;
}

#bulinuta-3 {
	margin-left: -16px;
	bottom: 310px;
}

#bulinuta-4 {
	margin-left: -184px;
	bottom: 278px;
}

#bulinuta-5 {
	margin-left: -384px;
	bottom: 366px;
}

#bulinuta-6 {
	margin-left: -520px;
	bottom: 230px;
}