nav.navbar {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

footer {
	margin: 30px 0px;
	background: rgba(0, 54, 93, 1);
	background: -moz-linear-gradient(top, rgba(31, 31, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 31, 31, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(31, 31, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(31, 31, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(31, 31, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(31, 31, 31, 1) 0%, rgba(255, 255, 255, 0) 100%);
}