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/freelancer.scss
:root {
	--color-primary:#ffd200;
	--color-secondary:#ff546c;
	--color-gradient-start:#ffd200;
	--color-gradient-stop:#ffd200;
}

body {
	font-family: Glacial Indifference;
	font-weight: 400;
	line-height: 1.7;
	font-size: 18px;
	color: #8b8cb3
}

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

#content {
	background-color: #0d0e59;
	background-image: url(../../demo/bg/bg-21.png);
	background-position: center bottom;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: Glacial Indifference;
	color: #000
}

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

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

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

.h4, h4 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6em;
}

.h5, h5 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.8em;
}

.h6, h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
}

.main-nav > li {

	> a {
		font-size: 16px;
		letter-spacing: 0.05em;
		color: rgb(255, 255, 255);

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

.main-footer {
	background-image: url(../../demo/bg/bg-20.png);
	background-repeat: no-repeat;
	background-color: #0a0b4e;
	background-position: left center;
	color: #8b8cb3;
	
	a:not(.btn) {
		color: #8b8cb3;

		&:hover {
			color: #fff;
		}
	}
	.social-icon {
		
		a {
			color: #fff;
		}
	}
	.contact-form {

		input,
		select,
		textarea,
		.ui-selectmenu-button {
			color: rgb(255, 255, 255);
			border-color: rgba(255, 255, 255, 0.2);

			&:focus {
				border-color: #fff;
			}
		}
		input[type=submit] {
			border-color: var(--color-primary);
			color: var(--color-primary);

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