HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/waterdamage/assets/scss/themes/creative.scss
:root {
	--color-primary: #fe688b;
	--color-secondary: #f9b851;
	--color-gradient-start: #fe688b;
	--color-gradient-stop: #000b96;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.9em;
	color: #828282;
}

#content {
	background-image: url(../../demo/bg/creative-content-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 .h6 {
	font-family: 'Poppins', 'sans-serif';
	font-weight: 700;
	color: #000;
}

.h1,
h1 {
	font-size: 52px;
	line-height: 1.4em;
}

.h2,
h2 {
	font-size: 42px;
	line-height: 1.3em;
	letter-spacing: 0;
}

.h3,
h3 {
	font-size: 30px;
	line-height: 1.6em;
}

.h4,
h4 {
	font-size: 25px;
	line-height: 1.7em;
}

.h5,
h5 {
	font-size: 21px;
	line-height: 1.8em;
}

.h6,
h6 {
	font-size: 18px;
	line-height: 1.6em;
}

.btn-solid {
	background-color: #3d59e8;
	border-color: #3d59e8;

	&:hover {
		background-color: var(--color-primary);
		border-color: var(--color-primary);
	}
}

.main-nav > li {
	
	> a {
		
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0.05em;
		color: #858694;
		
	}

	&.is-active > a,
	&.current-menu-item > a,
	&:hover > a,
	> a:hover {
		color: #fe688b;
	}
}

.main-footer {
	color: #808291;

	a:not(.btn) {
		color: #808291;

		&:hover {
			color: #fe688b;
		}
	}
}

@media ( min-width: 1200px ) {

	.main-header .is-stuck {
		background: #fff !important;
	}
	.mainbar-wrap.is-stuck .social-icon a,
	.mainbar-wrap.is-stuck .header-module .ld-module-trigger,
	.mainbar-wrap.is-stuck .main-nav > li > a,
	.mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
		color: rgba(0, 0, 0, 0.7) !important;
	}
	.mainbar-wrap.is-stuck .social-icon a:hover,
	.mainbar-wrap.is-stuck .main-nav > li > a:hover {
		color: #000 !important;
	}
}