header {
	background:
		url('/resources/images/papers-falling.png'),
		linear-gradient(0deg, #0a567a 0%, #19303b 100%);
	color: #fff;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
}

header h1,
header .subtitle {
	font-size: 80px;
}

header h1 {
	font-size: 80px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

header .subtitle {
	font-size: 30px;
	font-weight: 300;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}

/* TODO: This is temporary, during our beta period. */
.waitlist {
	background: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
	border-radius: 10px;
	color: #333;
	max-width: 450px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
	text-align: center;
}

.waitlist.white {
	box-shadow: none;
	margin-top: 2em;
}

.waitlist input[type=email] {
	font-size: 18px;
	border: none;
	border-bottom: 2px solid #0a567a;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	outline: none;
	display: block;
	width: 100%;
	padding: 8px 2px 4px;
	margin: 20px auto;
	text-align: center;
}

.waitlist input[type=email]:focus {
	background-color: #edf6ff;
    border-bottom-color: #056dce;
}

.waitlist input[type=submit] {
	color: #fff;
	background-color: #bb2c2c;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2em;
	padding: 14px 30px;
	transition: all 0.2s ease;
	display: inline-block;
	cursor: pointer;
}

.waitlist input[type=submit]:hover {
	background: #dd1f1f;
	box-shadow: 0 7px 14px rgba(0, 0, 0, .15);
	transform: translateY(-1px);
}

.waitlist input[type=submit]:active {
	transform: translateY(1px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.waitlist .questions {
	margin-top: 2em;
	font-weight: normal;
	font-size: 14px;
	color: #444;
}

#soon {
	font-weight: 800;
	color: #4bdf46;
	margin-left: 35px;
}

.joined-waitlist {
	display: none;
	color: rgb(21, 138, 56);
	padding: 20px 0;
}


/* TODO: End temporary, during beta */

.card {
	display: block;
	color: #666;
	border-radius: 10px;
	background: #fff;
	max-width: 250px;
	margin: 0 auto;
	overflow: hidden;
	transition: all .2s;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
}

.card:hover {
	text-decoration: none;
	color: #666;
	transform: scale(1.02);
	box-shadow: 0 7px 14px rgba(0, 0, 0, .2);
}

.card:hover .download {
	background: #c2e2fb;
}

.card:active {
	transform: scale(0.99);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.card .pad,
.card .download {
	padding: 25px;
}

.card .price {
	font-size: 50px;
	font-weight: 600;
	color: #000;
	margin: 20px 0;
}

.card .period {
	font-size: 35px;
	font-weight: normal;
	color: #777;
}

.card .cycle {
	color: #666;
}

.card .trial {
	color: #333;
	font-weight: 600;
}

.card .payment {
	font-size: 12px;
}

.card .download {
	color: #004e99;
	background: #e3f3ff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	transition: background 0.4s;
}

.card .download img {
	height: 1em;
	margin-left: .5em;
	position: relative;
	top: 2px;
}

#family-computer {
	width: 90%;
	max-width: 500px;
	position: relative;
	top: 200px;
	margin-top: -100px;
}

header + section {
	margin-top: 150px;
}

h1 {
	text-align: center;
	margin: 0 auto;
	max-width: 650px;
}

.sub-h1 {
	font-size: 26px;
	font-weight: 300;
	margin: 50px auto;
	text-align: center;
}

#destination-flow {
	width: 60%;
	max-width: 550px;
	margin: 0 auto;
	display: block;
}

.flex-3col, .flex-4col {
	display: flex;
	flex-wrap: wrap;
}

.flex-3col.imgs {
	align-items: center;
}

.flex-3col > div {
	width: 33.33333%;
	padding: 0 50px;
}

.flex-4col > div {
	width: 25%;
	padding: 0 20px;
}

.flex-3col img {
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#hard-drives {
	max-width: 200px;
}

h2 {
	text-align: center;
	margin: 50px auto 25px;
	line-height: 1.35em;
}

p {
	color: #444;
	line-height: 1.5em;
	margin: 1.5em 0;
}

.screenshots {
	background: #EAF2F6;
}

.screenshots h2 {
	font-size: 38px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 40px;
	margin-top: 0;
}

.screenshots p {
	line-height: 1.75em;
}

.screenshots b {
	font-weight: 800;
}

.alternating {
	display: grid;
	grid: auto-flow dense / repeat(2, 50%);
	align-items: center;
}

.alternating .screenshot-text {
	padding: 100px 50px;
	font-size: 18px;
	color: #222;
}

.alternating .screenshot {
	max-width: 100%;
	margin: 100px auto;
	grid-column: 2;
}

.alternating .screenshot-orient1 {
	transform: perspective(800px) rotateY(-15deg);
}

.alternating .screenshot-orient2 {
	transform: perspective(800px) rotateY(10deg);
}

.alternating .screenshot-full-left {
	left: -50%;
    position: relative;
	max-width: 155%;
	margin: 0;
}

.feature-list h2 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 0;
}

.feature-list p {
	margin-top: 10px;
}


@media (max-width: 1100px) {
	.flex-3col > div {
		padding: 0 25px;
	}
}

@media (max-width: 850px) {
	#destination-flow + section {
		padding-top: 25px;
	}

	.sub-h1 {
		margin-bottom: 0;
	}

	.alternating {
		display: block;
	}

	.alternating .screenshot {
		transform: none;
		margin: 0 auto;
		display: block;
		max-width: auto;
		max-height: 500px;
	}

	.alternating .screenshot-full-left {
		left: 0;
		max-width: 100%;
	}
}

@media (max-width: 750px) {
	#destination-flow {
		display: none;
	}

	.flex-3col > div {
		width: 100%;
	}

	.flex-4col > div {
		width: 50%;
	}
}