[class^="hvr-"] {
	/** 
	font-family: 'Roboto', sans-serif;
	**/
}

[class^="hvr-"] {
  margin: .4em;
  padding: 1em 1.5em;
  cursor: pointer;
  background: #ff5307;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="hvr-sweep-to-right-red"] {
  margin: .4em;
  padding: 1em 1.5em;
  cursor: pointer;
  background: #ff3333;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}