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/firedamage/assets/scss/themes/mobile.scss
:root {
	--color-primary:#ff798e;
	--color-secondary:#0287ed;
	--color-gradient-start:#fe506c;
	--color-gradient-stop:#fc6a2a;
	--color-gradient-start-secondary: #0287ed;
	--color-gradient-stop-secondary: #03afe0;
}

body {
	font-family: Poppins;
	font-weight: 400;
	line-height: 1.875;
	font-size: 16px;
	color: #7c7e8e;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: Poppins;
	color: #181b31;
}

.h1,h1 {
	font-weight: 500;
	line-height: 1.3em;
	font-size: 48px;
}

.h2,h2 {
	line-height: 1.4em;
	font-size: 35px;
}

.h3,h3 {
	font-weight: 500;
	line-height: 1.4em;
	font-size: 28px;
}

.h4,h4 {
	font-weight: 500;
	line-height: 1.5em;
	font-size: 21px;
}

.h5,h5 {
	font-weight: 600;
	line-height: 1.5em;
	font-size: 18px;
}

.h6,h6 {
	font-weight: 600;
	line-height: 1.5em;
	font-size: 17px;
}

.main-nav > li {
		
	> a {
		font-size: 14px;
		letter-spacing: 0.025em;
		color: rgba(255, 255, 255, 0.83);
		
		.link-ext {
			background: rgb(255, 255, 255);
		}

	}
	&.is-active > a,
	&.current-menu-item > a,
	&:hover > a,
	> a:hover {
		color: rgb(255, 255, 255);
	}
}

.main-footer {
	color: #fff;

	a:not(.btn) {
		color: #fff;
		
		&:hover {
			color: rgba(#fff, 0.5);
		}
	}
	.social-icon {

		a {
			color: rgba(#fff, 0.5);

			&:hover {
				color: #fff;
			}
		}
	}
	> section:first-child {
		padding-top: 150px;
	}
}

@media screen and ( min-width: 992px ) {

	.main-footer > section:first-child {
		padding-top: 400px;
	}
}