@import "animations.css";
body {
	margin: 0; padding: 10px;
	font-family: 'Marmelad', sans-serif;
	background: url(../img/2.jpg) no-repeat #000;
	background-size: cover;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #555555;
	font-weight: 100;
	color: #eee;
	text-align: center;
}

article {
	width: 100%; 
	height: 100%; 
	display: table-cell; 
	vertical-align: middle;

}

.center {
	background:#000;
	opacity: 0.8;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	padding: 26px;
	-moz-border-radius: 15px;
	border-radius: 15px;
} 

.tel {color: #ddd; transition: color 1.3s;}
.tel:hover { 
        color:#F10E52; 
		transition:all 1.5s 0s; 
}

a , a:hover  {text-decoration: none; color: inherit;}