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/gym.scss
:root {
	--color-primary: #fa7c31;
	--color-gradient-start: #fe9418;
	--color-gradient-stop: #f5634b;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9em;
	color: #919191;
}

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

.h1,
h1 {
	font-size: 42px;
	line-height: 1.4em;
	font-weight: 700;
}

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

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

.h4,
h4 {
	font-size: 21px;
	line-height: 1.6em;
}

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

.h6,
h6 {
	font-size: 16px;
	line-height: 1.8em;
}


.main-nav > li {
	
	> a {
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.01em;
		color: #fff;

	}
	&.is-active > a,
	&.current-menu-item > a,
	&:hover > a,
	> a:hover {
		color: rgba(#fff, 0.85);
	}
}

.main-header {

	.btn-naked {
		color: #fff;

		&:hover {
			color: #f5634b;
		}
	}
	.btn-bordered {
		color: #f5634b;

		&:hover {
			color: #fff;
		}
	}

	&.megamenu-scheme-light {

		.btn-naked {
			color: #3d3d3d;
		}
		.btn-bordered {
			color: #3d3d3d;
			border-color: #3d3d3d;
		}
	}
}

.main-footer {
	background: #181a23;
	color: #828593;
	
	a:not(.btn) {
		color: #828593;

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