body{
}

#main-menu{
	z-index: 2;
}

.about-us{
	background: rgb(2,0,36);
	background: linear-gradient(144deg, rgba(2,0,36,1) 14%, rgba(15,117,188,1) 48%, rgba(34,193,195,1) 100%);
}

.certified{
	background: #00898a;
}

.gambling-machines{
	background: url("/content/images/FireBackground.jpg") no-repeat;
	background-size: cover;
}

.jukeboxes{
	background: linear-gradient(144deg, #271644 14%, #0a203c 48%, #724bc5 100%);
}

.footerfade{
	background: rgb(0,137,138);
	background: linear-gradient(0deg, rgba(0,137,138,1) 0%, rgba(33,37,41,1) 43%);
}