body {
	background-image: url('../images/pinpoint_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif; 
}

.landing {
	min-height: 100vh;
/*	display: flex;
	align-items: center;
	text-align: center;*/
	position: relative;
}

.slogan {
	position: absolute;
	top: 3em;
	right: 0;
	background-color: #000000;
	padding: 2em 4em;
}

.slogan h1 {
	color: #ffffff;
	margin-bottom: 0;
	font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif; 
	font-weight: 900;
	letter-spacing: 0.25px;
	margin-top: 0.1em;
	font-size: 4rem;
}

.pinpoint-info {
	background-color: #000000;
	/*width: 100%;*/
	/*padding: 3em 0;*/
	padding: 3em 9em 3em 3em;
	position: absolute;
	left: 0;
	bottom: 6em;
}

.pinpoint-info img {
	margin: 0 auto;
	width: 100%;
    max-width: 600px;
    margin-bottom: 2em;
}

.pinpoint-info p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1.375em;
	line-height: 1.25;
	font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif; 
}

.pinpoint-info a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.pinpoint-info a:hover {
	text-decoration: underline;
}

/* Centered */

.pinpoint-info-centered {
	background-color: #000000;
	width: 100%;
	padding: 3em 0;
	/*padding: 3em 9em 3em 3em;*/
	position: absolute;
	left: 0;
	bottom: 6em;
}

.pinpoint-info-centered img {
	margin: 0 auto;
	width: 100%;
    max-width: 600px;
    margin-bottom: 2em;
    display: block;
}

.pinpoint-info-centered p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1.375em;
	line-height: 1.25;
	font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif; 
	text-align: center;
}

.pinpoint-info-centered a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.pinpoint-info-centered a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 780px) {

	.slogan, .pinpoint-info {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}

}

@media only screen and (max-height: 630px) {

	.slogan, .pinpoint-info, .pinpoint-info-centered {
		position: static;
	}

	.slogan {
		width: auto;
		display: inline-block;
		margin-bottom: 3em;
	}

}