img#splash
{
	margin: 90px 0 40px 0;
	width: 100%;
	height: auto;
}

a.mediumButton {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #20ace8;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 30px;
  cursor: pointer;
}

section#headline
{
	margin-bottom: 20px;
}

section#headline h1, section#headline h2
{
	color: #f3351e;
	text-align: center;
	font-weight: 300;
	margin: 0;
}

section#headline h1
{
	font-size: 65px;
}

section#headline h2
{
	font-size: 37px;
}

.green
{
	color: #4dd865;
}

.blue
{
	color: #20ace8;
}

section.threeColumnsWide div.column
{
	width: 32.42%;
	padding: 0 0.83%;
}

section.threeColumnsWide div.column:nth-of-type(1)
{
	padding-left: 0;
}

section.threeColumnsWide div.column:nth-of-type(2)
{
	width: 33.49%;
	padding: 0;
}

section.threeColumnsWide div.column:nth-of-type(3)
{
	padding-right: 0;
}

section.threeColumnsWide div.column img
{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	cursor: pointer;
}

section.threeColumnsWide div.column div.innerColumn
{
	width: 77%;
	margin: 0 auto;
	text-align: left;
}

a.largeButton
{
	margin-top: 20px;
}