#intro {
	background-image: url('../../assets/images/background-image-1.jpg');
}

#personality {
	background-image: url('../../assets/images/background-image-2.jpg');
}

.primary.button {
	background-color: #4cb44c;
	border-color: #4cb44c;
}

.primary.button:focus,
.primary.button:hover {
	background-color: #3a8b3a;
	border-color: #3a8b3a;
}

.button-fixed-width {
	width: 235px;
	margin-top: 20px;
	text-align: left;
}

.icon-right {
	margin-right: 15px;
	text-align: right;
	font-size: 1.6em;
}