body {
	background-color: #353849;
	color: white;
}

h1 {
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
}

input, textarea, select {
	 color: black;
}

p.tag-line {
	text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.1em;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

p.tag-line-bottom {
	text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.1em;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	font-size: 0.8em;
	margin: 0;
}

.package p.tag-line, .interest p.tag-line {
	font-weight: bold;
}

.label {
	line-height: 3em;
	vertical-align: middle;
}

.row .column.package .row .column.one-half {
	width: 48%;
}

.package, .interest {
	margin-bottom: 6rem;
}

.header .column {
	margin-top: 15%;
}

body, div.page-container {
	 min-height: 100vh;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1rem;
	max-width: 960px;
	margin: 2em auto 0 auto;
	padding: 0;
}
