block.homepage{
		background: url(/media/ebemvitc/home.jpg) center center no-repeat;
		background-attachment: fixed;
		background-size: cover;
		padding-top:105px;
		padding-bottom: 75px;
		width: 100%;
		float:left;
		top: auto;
		left: auto;
		height: auto;
	}
	#endorsements{
		color: #FFF;
		font-size: 17px;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 30px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		float:left;
		width: 100%;
		font-style: italic;
	}
	#endorsements strong{
		font-style: normal;
		color: #d0aa76;
	}
	.light{
		color:#FFF!important;
		text-align: center;
		text-shadow: 1px 1px 1px #333;
	}
	.tools{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.tools .btn{
		text-transform: uppercase;
		letter-spacing: 0.04rem;
	}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  margin-top: 1em;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}