body.building {
	background: #f2f2f2;
	font: 400 1em/1.667em 'Source Sans Pro', sans-serif;
	color: #0071b9;
	text-align:center;
}

.building #wrapper {
	min-height: 100%;
}

.building .cont-link {
	color: #0071b9;
	font-weight:300;
	font-size: 16px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	margin-top: 10px;
}

.building .holder {
    max-width: 750px;
    margin: 0 auto;
    padding: 16px 10px;
    position: relative;
}

.logo-block {
	display:block;
	margin: 0 auto;
	max-width: 280px;
}

.content-block {
	font-size:14px;
	margin: 20px auto 0;
}

.video-block {
	margin: 20px 0;
}

.blurb-block,
.hash {
	font-weight: 600;
	font-size: 20px;
}

.red {
	color: #ff0000;
}

.signup-block {
	margin: 20px 0 40px;
}

.signup-block input[type="email"] {
	border: 1px solid #0071b9;
	border-radius: 10px;
	background: #f2f2f2;
	color: #0071b9;
	font: 300 1.2em/1.667em 'Source Sans Pro', sans-serif;
	padding: 6px 10px;
	min-width: 280px;
}

.signup-block input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0071b9;
}
.signup-block input::-moz-placeholder { /* Firefox 19+ */
  color: #0071b9;
}
.signup-block input:-ms-input-placeholder { /* IE 10+ */
  color: #0071b9;
}
.signup-block input:-moz-placeholder { /* Firefox 18- */
  color: #0071b9;
}

.signup-block input[type="submit"] {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000;
    display:block;
    margin: 15px auto 0;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 40px;
    border: none;

}

@media only screen and (max-width: 750px) { 
	.building .cont-link {
		position:absolute;
	}

	.hash {
		margin-bottom: 30px;
	}

	.video-block {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.video-block iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}