/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */
 
 #fullpage-menu
 background: opacity 20%;
 

/*
* css des Payrexx Button
*/
.btn-payrexx {
	width: auto;
	padding: 6px 20px 6px 20px;
	font-size: 24px;
	font-weight: 300;
	white-space: inherit;
	background-color: #99cc33;
	border: 0;
	outline: 0;
	color: #FFFFFF;
	border-radius: 0px;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-o-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
.btn-payrexx:focus, .btn-payrexx:hover {
	background-color: #19b8f2;
}

.centerBottom {
	position: absolute;
	bottom: 0;
	padding-left: 20%;
}

.dark-translucent-bg:after {
  background-color: rgba(0, 0, 0, 0.5);
}
