#intro .inner {
	text-align: center;
}

#intro h1 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 3rem !important;
}

.subtext {
	font-size: 1rem !important;
	font-weight: 300 !important;
	color: #ffffff !important;
	opacity: .7 !important;
	margin-top: -1rem !important;
	letter-spacing: 0.1em;
}

#intro .actions {
	justify-content: center;
}

#sidebar {
	background: #1a2b4a;
}

#intro {
	background-color: #5a9fd8;
}

#one {
	background-color: #4a8bb5;
}

#two {
	background-color: #3a6d8f;
}

#three {
	background-color: #2a5470;
}

#footer {
	background-color: #1a3d55;
}

#two .icon.major:before {
	color: #5a9fd8;
}

#sidebar nav a:before {
	background: #1a3d55;
}

#sidebar nav a:after {
	background-image: -moz-linear-gradient(to right, #4a8bb5, #5a9fd8);
	background-image: -webkit-linear-gradient(to right, #4a8bb5, #5a9fd8);
	background-image: -ms-linear-gradient(to right, #4a8bb5, #5a9fd8);
	background-image: linear-gradient(to right, #4a8bb5, #5a9fd8);
}