body {
  background: url("../images/tonisteet-bg.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: menco, sans-serif;
  font-style: normal;
  font-weight: 500;
}

a {
	color: #52555f;
}

a:hover {
	font-weight: 700;
	text-decoration: none;
	color: #52555f;
}

.div-centered {
	text-align: center;
	position: center;
}

.logo {
	width: 700px;
}

.copyright {
	color: #52555f;
}

.btn {
	font-size: 14px;
	background-color: #52555f;
	border-radius: 0;
	font-weight: 400 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}