body {
	background-image: url('../images/blue-gradient.jpg');
	background-size: cover;
}

p, h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 3.0rem;
	font-weight: 700;
}

p.coming {
	font-family: 'Montserrat', sans-serif;
	font-size: 10rem;
	color: #fff;
	font-weight: 700;
	margin: 0px;
}

p.soon {
	font-family: 'Montserrat', sans-serif;
	font-size: 15rem;
	color: #fff;
	font-weight: 200;
	margin: 0px;
}

.center {
	text-align: center;
}

p.tagline {
	font-size: 1.8rem;
	color: #ffffff;
}

p.member-body-subheader {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
}

p.blurb {
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
}

img.member-body-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

a.text {
	background-color: #b8d8eb;
	color: #002169;
	font-weight: 700;
}

a.text:hover {
	text-decoration: underline dashed;
	transition: 0.4s;
	background: none;
	color: #b8d8eb;
}

img.header-image {
	width: 1000px;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}