/* Custom Styles */

/* Center align headings */
h1, h2 {
	text-transform: uppercase;
}

/* Subscription form center */
.subscription-form-center {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.subscription-form-center .fields {
	margin-bottom: 1.5em;
}

.subscription-form-center .field input {
	width: 100%;
	padding: 1em;
	font-size: 1em;
	text-align: center;
}

.subscription-form-center .actions {
	justify-content: center;
}

@media screen and (max-width: 736px) {
	.subscription-form-center {
		max-width: 100%;
		padding: 0 1em;
	}

	.subscription-form-center .field input {
		font-size: 0.9em;
	}
}

/* Center align all sections */
.wrapper .inner {
	text-align: center;
}

/* Section One - Who we are */
#one .content {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
}

#one .inner {
	text-align: center;
}

#one .actions {
	justify-content: center;
}

/* Section Two - What we do */
#two .inner {
	text-align: center;
}

#two .actions {
	justify-content: center;
}

/* Center align features section content */
.features {
	text-align: center;
}

.features section {
	text-align: center !important;
}

.features section h3 {
	text-align: center;

}

.features section .icon {
	margin: 0 auto;
}

/* Section Three - Get in touch */
#three {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100vh;
}

#three .inner {
	text-align: center;
	width: 100%;
}

/* Split section styling with gold separator */
#three .split {
	text-align: left;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}



#three .split section:first-child {
	text-align: left;
}

#three .split section:last-child {
	text-align: center;
}

#three .contact h3 {
	text-transform: uppercase;
}

#three .actions {
	justify-content: center;
}

/* Responsive */
@media screen and (max-width: 980px) {
	#three .split > :nth-child(2n - 1) {
		border-right: none;

		padding-bottom: 2em;
		margin-bottom: 2em;
	}
}


