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/roofleak/assets/scss/themes/opus-2.scss
:root {
	--color-primary: #27ae60;
	--color-gradient-start: #27ae60;
	--color-gradient-stop: #27ae60;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.625em;
	letter-spacing: 0.01em;
	font-size: 1em;
	color: #73747f;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'Rubik', sans-serif;
	color: #1a1c26;
}

.h1,
h1 {
	font-weight: 300;
	line-height: 1.244em;
	font-size: 45px;
}

.h2,
h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.285em;
}

.h3,
h3 {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.342em;
}

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

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

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

 .navbar-brand {
	 padding: 30px 30px 30px 0;
 }

 .main-header {

	.btn-underlined {
		color: #fff;

		&:after {
			background-color: currentColor;
		}
	}
	.btn-bordered {
		border-color: #fff;
		color: #fff;

		&:hover {
			border-color: #fff;
			background-color: #fff;
			color: #000;
		}
	}

	&.megamenu-scheme-light {

		.btn {
			border-color: rgba(#000, 0.7);
			color: rgba(#000, 0.7);
		}
	}
 }

.main-nav > li {
	
	> a {
		font-size: 15px;
		letter-spacing: 0.02em;
		color: #fff;

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

.main-footer {
	padding-top: 70px;
	color: rgba(#fff,0.6);

	a:not(.btn) {
		color: rgba(#fff, 0.6);

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

@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: #424242 !important;
	}

	.mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
		border-color: #424242 !important;
	}

	.is-stuck .btn-underlined {
		color: #3d3d3d;

		&:after {
			background-color: #000;
		}
		&:hover {
			color: #000;
		}
	}

	.is-stuck .btn-bordered {
		color: var(--color-primary);
		border-color: var(--color-primary);
		
		&:hover {
			border-color: #3d3d3d;
			background-color: #3d3d3d;
			color: #fff;
		}
	}
	.megamenu-heading {
		color: #3b91f7;
	}

}