/* Home */
#intro {
	max-width: 62.5rem;
	margin: 1rem auto 0;
	padding: 0 20px;
	color: #333;
	background: url(../img/intro/intro-background.png) no-repeat #FFF center center;	
}
.side-nav li a,
.side-nav li a:not(.button),
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
	background: #a6c2d7;
	border-radius: 0.5rem;
	padding-left: 0;
	padding-right: 0;
}
.side-nav li:nth-child(even) a,
.side-nav li:nth-child(even) a:not(.button):hover,
.side-nav li:nth-child(even) a:not(.button):focus {
	background: #c0b7cc;
}
.side-nav a p {
	color: #fff;
	margin: 0;
	font-size: 0.8rem;
}
.info-box {
	border-left: 1px solid #fff;
}