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/intake/public_html/wwwroot/css/sass/landing.scss
/* Landing Page */
@import "landing/header";
@import "landing/sections";
@import "landing/misc";
@import "landing/typography";
@import "landing/dividers";
@import "landing/colors";
@import "landing/icons";
@import "landing/carousels";
@import "landing/social-icons";

/* Grid */
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 576px) {
	.container-fluid {
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}

p {
	letter-spacing: -0.05em;
	font-size: 1rem;
}

.section-concept p,
.custom-text-color-1 {
	color: rgba(255, 255, 255, 0.4) !important;
}

.custom-text-color-2 {
	color: rgba(255, 255, 255, 0.6) !important;
}

.color-inherit {
	color: inherit !important;
}

.custom-header-bar:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 45vw;
	background-image: linear-gradient(150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%);
	border-radius: 4px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
}

@media (max-width: 1200px) {
	.custom-header-bar:before {
		width: 110vw;
	}
}

.custom-font-size-1 {
	font-size: .9375rem;
}

.custom-font-size-2 {
	font-size: 1.125rem;
}

.custom-nav-link {
	font-size: .8125rem;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	font-weight: 700;
	padding: .25rem 0 !important;
	margin: 0 1.25rem;
	border-bottom: 4px solid transparent;
	&:not(.active).nav-link {
			color: #222529;
	}
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background-image: linear-gradient(150deg, #0088cc 0%, #0088cc 30%, #0169fe 70%, #0169fe 100%) !important;
}

.btn-dark-darken {
	color: #FFF;
	background-color: #272a2e;
	border-color: #272a2e;
	transition: ease all 300ms;
	&:hover, &:focus, &:active, &.active {
		color: #FFF;
		background-color: #34373c;
		border-color: #34373c;
	}
}

/* Style Switcher */ 
.style-switcher {
	display: none !important;
}