.bg-1{
	background: #3f3f3f url(../img/bg-head-blur.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	min-height:400px;
}
.bg-0{
	background: #F5F5eC;
}
.t-b{
	font-size:0.5em;
}
a{
	text-decoration:none;
	color: rgb(33, 37, 41);
}
a:hover{
	text-decoration:none;
	color: rgb(83, 87, 81);
	text-shadow: 2px 2px 5px #7CDEFF;
}
