.col-sm-16 {
	width: 100%;
    text-align: center;
}

.centered-text {
	width: 80%;
}

.subtitle {
	font-size: 1.4em;
}

.normalign {
	text-align: left;
}

.page-header {
	font-size: 3.6em;
	margin-top: 10px;
	font-weight: 400;
}

#gear {
	height: 50vh;
}

.centered-text {
	background: none;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 6vw;
	padding-right: 6vw;

	border-left: 10px pink solid;
	border-right: 10px pink solid;
	border-radius: 40px;
	background: rgba(255, 255, 255, .8);
}

.col {
	color: hsl(330, 100%, 40%);
}

#bg {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	background: repeating-linear-gradient(
		45deg,
		#f5f5f5,
		#f5f5f5 15px,
		#fafafa 15px,
		#fafafa 50px
		);
}