#content {
	padding: 0;
	text-align: center;
}
h2 {
	margin: 3rem 0 2rem;
	color: #05C4FA;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}
@media (min-width: 700px) {
	.multiCol.threeCol > * {
		margin-left: 3%;
		width: 31.3%;
	}
}



/* ======================================== hero ======================================== */

#hero {
	margin-bottom: 1rem;
	background: #343434 url(../images/page/home.jpg) center no-repeat;
	background-size: cover;
}
#hero h1 {
	position: relative;
	margin: 0;
	color: #FFF;
	font-weight: 600;
	letter-spacing: -0.03em;
}
#hero h1::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 20px;
	width: 100px;
	height: 85px;
	background: url(../images/page/aus-made.png) right 0 no-repeat;
	background-size: contain;
}

@media (min-width: 700px) {
	#hero {
		position: relative;
		margin-bottom: 4rem;
		padding-bottom: 30%;
	}
	#hero .container {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		text-align: right;
	}
	#hero h1 {
		font-size: 2.5rem;
	}
	#hero h1 span {
		display: block;
	}
	#hero + .container > *:nth-child(2) {
		text-align: left;
	}
}
@media (max-width: 699px) {
	#hero .container {
		padding-top: 1rem;
		padding-bottom: calc(1rem + 80px);
		background: rgba(0,0,0,0.2);
	}
	#hero h1::after {
		right: auto;
		left: calc(50% - 35px);
		margin-top: 10px;
		width: 70px;
		height: 70px;
	}
}



/* ======================================== 3 steps ======================================== */

#easySteps {
	margin: 0 0 3rem;
	padding: 0;
	list-style: none;
	counter-reset: my-badass-counter;
}
#easySteps li {
	position: relative;
	margin-bottom: 1rem;
	padding: 1em 1em 1em 5.5rem;
	background: #05C4FA;
	line-height: 1.2;
	text-align: left;
}
#easySteps li::before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	top: calc(50% - 0.7em);
	left: 0.7rem;
	width: 1.4em;
	border-radius: 100px;
	background: #FFF;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
}
#easySteps li h3 {
	margin: 0 0 0.3em;
	color: #FFF;
	font-size: 1rem;
	text-transform: uppercase;
}

@media (min-width: 700px) {
	#easySteps {
		font-size: 0;
	}
	#easySteps li {
		display: inline-block;
		vertical-align: top;
		font-size: 1rem;
	}
	#easySteps li::before {
		top: auto;
	}
}



/* ======================================== features section ======================================== */

#features {
	padding: 2rem 0;
	background: rgba(0,0,0,0.05);
}
#features h2 {
	margin: 0.5rem 0 0;
}
#features .tickList {
	margin: 2rem 0 1.5rem;
}




/* ======================================== odds + ends ======================================== */

.testimonial {
	margin: 0;
	padding: 7rem 2rem 3rem;
	background: #FFF;
}
.testimonial::before {
	top: 6rem;
	font-size: 8rem;
}
.testimonial p {
	margin-bottom: 1.5rem;
}


#otherProducts {
	padding: 1.5rem 0;
	background: rgba(0,0,0,0.05);
}
#otherProducts .multiCol a {
	display: inline-block;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	width: auto;
}


#explainer {
	background: #333;
	padding: 2rem 0;
	color: #FFF;
}
#explainer .container {
/*	width: 700px;*/
}
#explainer h3 {
	margin: 0.5rem 0 1rem;
	color: #05C4FA;
}


.container.buttons {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
