

:root {
	--magenta: #FF23FF;
	--bright-light-blue: #23FFFF;
	--hot-green: #23FF23;
}



.row.mx-n2 {
	width: calc(100% + 7px);
}

.page-title {
	display: none;
}

.register-button a {
	background-color: var(--magenta);
	color: #FFF !important;
}

.container-fluid.hero-carousel-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-fluid.hero-carousel-3,
.bg-img-hero .mb-4 {
	text-shadow: 2px 2px #000000;
}

.container-fluid.hero-carousel-3:after {
	content: "";
    display: block;
    position: absolute;
    bottom: 8;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: radial-gradient(circle at 100% 100%, var(--magenta), var(--bright-light-blue) 66%, var(--hot-green) 132%);
    pointer-events: none; /* so it doesn't interfere with clicks */
    z-index: 0;
}

h4 {
	font-family: 'Staatliches' !important;
	font-size: 5rem !important;
}

.fgb-pricing-static-1 .h6 {
	font-size: 28px !important;
}

.dzsparallaxer h1 {
	padding-top: 40px;
}

#header .bg-dark,
footer.bg-dark {
	background-color: #232331 !important;
}

footer {
	margin-top: 8px;
	position: relative;
}


footer.bg-dark::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: radial-gradient(circle at 100% 100%, var(--magenta), var(--bright-light-blue) 66%, var(--hot-green) 132%);
    pointer-events: none; /* so it doesn't interfere with clicks */
    z-index: 0;
}


.testimonial-static-simple .h6 {
	font-family: 'Roboto' !important;
	font-size: 20px !important;
}

.pb-5 .h3 {
	font-size: 2.75rem;
}

.dzsparallaxer h1 {
	font-size: 4.5rem !important;
}

h4.h6 {
	font-size: 20px !important;
}

.fgb-pricing-static-2.space-md-3 {
	padding-top: 40px !important;
}

h4.h6 strong {
	font-weight: 200 !important;
}


@media screen and (max-width: 782px) {
	#menu-header {
		background-color: transparent;
	}
	#menu-header a {
		padding-left: 10px;
	}
	
	.fgb-button {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	
	.js-slide .container h4 {
		font-size: 60px !important;
	}
	
	.dzsparallaxer h1 {
		font-size: 3.5rem !important;
	}
	
	.ugb-hero-style-v9.privacy {
		margin: 0px !important;
	}
}