
/* CSS Document */

.menu {
	margin: 0px;
	width: inherit;
	background: #512DA8;
	background-image: -webkit-linear-gradient(top, #512DA8, #673AB7);
	background-image: -moz-linear-gradient(top, #512DA8, #673AB7);
	background-image: -ms-linear-gradient(top, #512DA8, #673AB7);
	background-image: -o-linear-gradient(top, #512DA8, #673AB7);
	background-image: linear-gradient(to bottom, #512DA8, #673AB7);
	border: none;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
		}

.button:link {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.button:active {
	text-decoration: none;
	color: #FFFFFF;
}
.button:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.button:hover {
	background: #673AB7;
	text-decoration: none;
	background-color: transparent;
	color: #FFFFFF;
}
.sticky {
	position: fixed;
	top: 0;	
		}