.portfolio {
	height: 99%;
}
	.portfolio .foo {
		position: relative;
		top: 22%;
		bottom: 22%
	}

	.portfolio .title {
		text-align: center;
		color: #ffffff;
		font-size: 60px;
		font-weight: 900;
		line-height: 1.3em;
	}

	.portfolio h3 {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		line-height: 160%;
	}

		.portfolio .title span, .portfolio h3 span, .email-form .title a, .email-form .title a:visited {
			color: #fcb426 !important;
		}

.domains {
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px 0;
}

.newsletter {
	text-align: center;
}

	.newsletter a.submit {
		display: inline-block;
		background: #fcb426;
		color: #ffffff;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		width: 200px;
		height: 60px;
		border: none;
		padding: 18px 0 0 0;
		margin-left: -5px;
		font-weight: 900;
		font-size: 20px;
		font-family: inherit;
	}

@media only screen and (max-width: 414px) {
	.portfolio {
		height: inherit;
	}

	.portfolio .foo {
		margin-top: 20px;
	}

		.portfolio .title {
			font-size: 30px;
		}

		.portfolio h3 {
			font-size: 14px;
		}

}