*{
	font-family: 'Walkway';
    font-weight: 700;
    font-style: normal;
	color:#FFF;
}
body{
    background: #333;
}
div.background{
	background: url('background.jpg');
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
p.logo{
	text-align:center;
	margin-top:45px;
	margin-bottom: 0px;
}
p.logo a{
	font-size: 150px;
	text-decoration: none;
}
p.name{
	text-align:center;
	font-size: 40px;
	margin-top: 0px;
}
p.tel{
	text-align:center;
	font-size: 30px;
	margin-bottom:10px;
	margin-top:10px;
}