.beeninvitedto a:not(.button) {
	color: #F39675 !important;
}
.beeninvitedto a:not(.button):hover {
	color: #db8363 !important;
}
@media only screen and (max-width:767px) {
	.center-box {
		align-items: unset;
		display: inline-block;
		justify-content: unset;
		width: 100vw;
		height: 100vh;
		margin: 0 auto;
	}
	.spacer .center-box {
		width: calc(100vw - 48px);
		height: calc(100vh - 40px);
	}
	.spacer .min-height-50 {
		min-height: calc(100vh - 62px);
	}
	.center-box .center-box {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 100%;
		width: 100%;
	}
	.width-m {
		width: 100%;
	}
}