.bounce {
	animation:bounce 2s infinite; -webkit-animation: bounce 2s infinite; -moz-animation: bounce 2s infinite;
}
.arrow {
	left: 50%; width: 60px; height: 60px; bottom: 0px; margin-left: -24px; position: absolute;
}
a.down-arrow {
	color: rgb(255, 255, 255); display: block;
}
.down-arrow svg.svg-inline--fa {
	font-size: 5rem; opacity: 0.5;
}
.down-arrow svg.svg-inline--fa:hover {
	opacity: 0.5;
}
