@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Unna|Arapey:400italic,400);

body, html { position: relative; margin: 0; padding: 0; height: 100%; }
body { font: 300 12px 'Arapey'; line-height: 14px; color: #000; }

h1, h2, h3 { font-family: 'Didot', 'Arapey'; }
p, a { font-family: 'Lato'; }
h1.payoff { font-size: 80px; line-height: 76px; }

a {
  font: 500 14px 'Lato';
  color: #333;
}

.cl { clear: both; }

.content { padding-top: 100px; }
.table { display: table; width: 100%; height: 100%; }
.cell { display: table-cell; padding: 0 10%; margin: 0 auto; vertical-align: middle; }

@media only screen and (max-device-width: 480px) {

	h1.payoff { font-size: 40px; line-height: 38px; }
	
}