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/voguish.scss
@font-face {
	font-family: 'Basier Square';
	src: url('../../fonts/basiersquare-regular-webfont.woff2') format('woff2'),
		url('../../fonts/basiersquare-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

:root {
	--color-primary: #e7a285;
	--color-gradient-start: #e7a285;
	--color-gradient-stop: #e7a285;
}

body {
	font-family: 'Basier Square', sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	font-size: 15px;
	color: #5b6674;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	color: #443227;
}
.h1,h1 {
	line-height: 1.2em;
	font-size: 52px;
}

.h2, h2 {
	line-height: 1.083em;
	font-size: 48px;
}

.h3, h3 {
	line-height: 1.2em;
	font-size: 32px;
}

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

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

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

.main-nav,
.btn {
	font-family: 'futura-pt', sans-serif;
}

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

		.link-ext {
			background-color: #fff;
		}
		&:hover {
			color: #ffe7d1;
		}
	}
	&.is-active > a,
	&.current-menu-item > a,
	&:hover > a,
	> a:hover {
		color: #fff;
	}
}


.main-footer {
	color: rgba(#fff, 0.6);

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

		&:hover {
			color: #fff;
		}
	}
	.ld-sf {

		input {	
			background: rgba(#fff, 0.05);
			color: rgba(#fff, 0.6);
			
			&:focus {
				background: rgba(#fff, 0.1);
			}
		}
		button {
			font-size: 23px;
		}
	}
}

@media ( min-width: 1200px ) {

	.main-header .is-stuck {
		background: #fff !important;
	}
	.mainbar-wrap.is-stuck .social-icon a,
	.mainbar-wrap.is-stuck .main-nav > li > a {
		color: #000 !important;

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