.btn-full-width {
  border: 0;
  border-radius: 0;
  background:transparent url("../img/img-background5-1920x1280.jpg")no-repeat center;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  
}
/*.btn-full-width:hover {
  color: #ae67ae;
}
.btn-full-width:focus {
  color: #ae67ae;
  text-shadow:2px 2px 2px #fff;
}*/
.btn-full-width h3{
	text-transform: uppercase;
	font-family: "Inconsolata",Helvetica,Arial,sans-serif;
}

.btn-full-width a{
	color:white;
	text-decoration:none;
}

.btn-full-width a:hover{
	color:#ae67ae;
	text-decoration:none;
}