/* header */

#header h1 {
	font-size: 120px;
	font-size: 8vw; /* responsive font-size */
}
#header h1 .fa {
	font-size: 0.8em;
}
#header p {
	font-size: 25px;
}

/* preview */

#showcase img {
	padding: 15px;
}

/* perspectives */

#perspectives h3 {
	margin-bottom: 2em;
}
#perspectives .perspective {
	padding-top: 1em;
	padding-bottom: 1em;
}
#perspectives .actor {
	float: left;
	margin-right: 1.5em;
}
#perspectives .even .actor {
	float: right;
	margin-right: 0;
	margin-left: 1.5em;
}
#perspectives .actor .fa {
	font-size: 100px;
	width: 110px;
	height: 110px;
	background-color: lightgrey;
	border-radius: 50%;
}
#perspectives .quote {
	margin: 0;
	margin-bottom: 0.5em;
}
#perspectives h4 {
	font-weight: normal;
}

/* sign up */

#pricing ul {
	list-style-position: inside;
}
#pricing li {
	list-style-type: disc;
	line-height: 2em;
}

#pricing,
#signup {
	margin-bottom: 3em;
}

/* faq */

@media (max-width: 992px) {
	#faq > div:not(:first-child) {
		margin-top: 2.5em;
	}
}
