* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Avenir Next", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.strong {
	font-weight: bold;
}

#hero {
	margin-top: 40px !important;
}

#index-page .hero-image {
	text-align: center;
}

#index-page .hero-image img {
	height:512px;
	width:512px;
}

#index-page .hero-title {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}

footer {
	margin-top: 50px;
	display: block;
	font-size: 12px;
}

footer .cols {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

footer .col {
	display:inline-block;
	width: 33%;
	vertical-align: top;
	text-align: center;
}

footer .links {
	margin-top: 20px;
	text-align: center;
}

#privacy .hero, #support .hero {
	margin-top: 50px;
	text-align: center;
}

#privacy .privacy-policy, #support .support-questions {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#support .support-questions, #privacy .privacy-policy {
	margin-top: 20px;
}

#privacy ul li {
	list-style: circle;
	margin-left: 30px;
}

#support .qa, #privacy .privacy-section  {
	margin-bottom: 10px;
}

#support .qa .question {
	font-weight: bold;
}