#logo img{
	width:500px;
	height:210px;
	display:block;
	margin:0 auto;
}
#logo{
	padding-left:40px;
	padding-bottom:50px;
	float:none;
}
#logo::after{
	content:"";
	display:block;
	clear:both;
}
#introduction{
	color:white;
	font-size:20px;
}
.verticalAlignWrapper{
	display:table;
	position:relative;
	z-index:0;
	height:100%;
	width:100%;
}
.verticalAlign{
	display:table-cell;
	vertical-align:middle;
}
.content{
	text-align:center;
}
.mail_bar{
	position:absolute;
	background:rgba(255,255,255,0.5);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	float:right;
	text-align:center;
	height:50px;
	line-height:50px;
	bottom:10px;
	right:10px;
	margin-right:0;
	padding-left:5px;
	z-index:1;
}
.fb_bar{
	padding-left:5px;
	position:absolute;
	background:rgba(255,255,255,0.5);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	float:right;
	text-align:center;
	height:50px;
	line-height:50px;
	bottom:10px;
	right:280px;
	margin-right:0;
	z-index:1;
}


main{
	background:url("../images/white_dice_background.png");
	background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: left top;
    position:relative;
}
nav{
	font-size:15px;
	margin-left:auto;
	margin-right:auto;
	float:none;
}
nav ul{
	list-style:none;
}
nav ul li{
	display:inline-block;
	margin-left:25px;
 	margin-right:25px;
	color:black;
	-webkit-transition:transform 0.1s ease-in;
	transition:transform 0.1s ease-in;
	-webkit-transition:margin-left 0.2s ease-in;
	transition:margin-right 0.2s ease-in;

}
nav ul li:hover{
	 transform: scale(1.1); 
	 margin-left:40px;
	 margin-right:40px;
}
nav ul li img{
	display:block;
	width:100px;
	
}
.icon_background{
	width:100px;
	height:100px;
	background:white;
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom:20px;
	position:relative;
}
.icon_background:hover .maintainance{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:60px;
	background:rgba(0,0,0,0.9);
	color:white;
	text-align:center;
	padding:20px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size:14px;
	border-radius: 50%;

}
.maintainance{
	display:none;
}

nav ul::after{
	content:"";
	display:block;
	clear:both;
}
ul{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:black;
}
p::first-letter{
	padding-left:0px;
}
.maintainance::hover{
	text-align:center;
	color:white;
	width:100px;
	height:100px;
	background:rgba(0,0,0,0.8);
	display:block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom:20px;

}
@media all and (max-width:1024px){
	#logo img{
		width:300px;
		height:126px;
	}
	#logo{
		padding:0;
		margin:0;
	}
	.icon_background{
		width:70px;
		height:70px;
		margin:0 auto;
	}
	.icon_background:hover .maintainance{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:30px;
	background:rgba(0,0,0,0.9);
	color:white;
	text-align:center;
	padding:20px 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height:11px;

}
	nav ul li{
		margin-bottom:50px;
		margin-left:10px;
		margin-right:10px;
		font-size:13px;
		line-height:30px;
	}

	nav ul li img{
		width:70px;
	}
	nav ul li:hover{
		 transform: scale(1.1); 
		 margin-left:15px;
	 	margin-right:15px;
	}

}
@media all and (max-width:640px){
	#logo{
		margin-top:100px;
	}
	main{
		padding-bottom:100px;
	}
	.fb_bar{
		width:90%;
		right:5%;
	}
	.mail_bar{
		bottom:80px;
		right:5%;
		width:90%;
	}
}