:root {
	--footer-fade-percentage: 40%;
}

.light-theme {
	--footer-fade-percentage: 40%;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Verdana, Segoe, sans-serif;
	color: #fff;
	line-height: 1.6;
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;
	border-top: solid 10px black;
}

.skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 8px 16px;
	z-index: 100;
	text-decoration: none;
	font-weight: bold;
	transition: top 0.3s ease;
}

.skip-link:focus {
	top: 0;
}

.site-wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* BASE (DESKTOP DEFAULT) */

.site-header-home {
	background: url("/img/headers/1180_header_bg_homepage.png") no-repeat center / cover;
	/* background-position: right bottom; */
}

.site-header-design {
	background: url("/img/headers/1180_header_bg_design.png") no-repeat center / cover;
}

.site-header-development {
	background: url("/img/headers/1180_header_bg_development.png") no-repeat center / cover;
}

.site-header-promotion {
	background: url("/img/headers/1180_header_bg_promotion_forest.png") no-repeat center / cover;
}

.site-header-home,
.site-header-design,
.site-header-development,
.site-header-promotion {
	height: auto !important;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.hero-fade-panel {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	isolation: isolate;
}

.hero-fade-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
	border-radius: 0px;
}

.hero-fade-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	border-radius: 0px;

	background:
		/* top fade */
		/* linear-gradient(to bottom, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 18%), */
		/* left fade */
		linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 12%),
		/* right fade */ linear-gradient(to left, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 7%);
}

/* ***********=oFOOTERFADE*************** */

.site-footer-home::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(to top, #609db7 0%, rgba(0, 0, 0, 0.72) 30%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
	border-radius: 0px;
}

.site-footer-dev::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(to top, #efa84d 0%, rgba(0, 0, 0, 0.72) 30%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
	border-radius: 0px;
}

.site-footer-apps::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(to top, #b96c58 0%, rgba(0, 0, 0, 0.72) 30%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
	border-radius: 0px;
}

.site-footer-promo::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(to top, #a9cc3b 0%, rgba(0, 0, 0, 0.72) 30%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
	border-radius: 0px;
}

/* .text-glow {
	color: #ffffff;
	text-shadow:
		0 0 2px rgba(0, 0, 0, 0.6),
		0 0 4px rgba(0, 0, 0, 0.5),
		0 0 8px rgba(0, 0, 0, 0.4);
} */

/* ***********=xFOOTERFADE*************** */

@media (max-width: 480px) {
	.hero-fade-panel::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	.hero-fade-panel::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		border-radius: 0px;

		background:
		/* top fade */
		/* linear-gradient(to bottom, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 18%), */
		/* left fade */
			linear-gradient(to right, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 0%),
			/* right fade */ linear-gradient(to left, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 0%);
	}
}

.logo {
	position: absolute;
	top: -30px;
	left: 10px;
	z-index: -50;
	opacity: 50%;
}

h1 {
	margin-bottom: 0;
}

.banner-text {
	margin-left: 0px;
	padding-bottom: 10px;
}

.banner-text h1 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-top: 40px;
	width: 100%;
	max-width: 98%;
	text-shadow: 2px 2px #000;
}

h2.width-home-h2 {
	max-width: 380px;
}

.banner-text p {
	margin-top: 30px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 1.6rem;
	text-shadow: 2px 2px #000;
	max-width: 90%;
}

.banner-text-long {
	padding-bottom: 10px;
}

.banner-text-long h1 {
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding-top: 60px;
	width: 100%;
	max-width: 600px;
	text-shadow: 2px 2px #000;
}

.banner-text-long-home h2 {
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding-top: 60px;
	width: 100%;
	text-shadow: 2px 2px #000;
}

.banner-text-long-home p {
	margin-top: 30px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 1.6rem;
	text-shadow: 2px 2px #000;
	max-width: 90%;
}

.banner-text-long p {
	margin-top: 30px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 1.6rem;
	text-shadow: 2px 2px #000;
	max-width: 90%;
}

.site-main {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 0px 30px 0px 30px;
	flex: 1;
	order: 1;
}

.sidebar {
	flex: 1;
	order: 2;
	border: solid 1px #609db7;
	border-radius: 20px;
	padding: 20px 20px 20px 31px;
	box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
	width: 270px;
	min-width: 270px;
	max-width: 270px;
	background: #000;
}

.contact-bullet-points {
	display: none;
}

.portrait {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 210px;
	height: auto;
	border-radius: 20px;
	position: relative;
	z-index: 0;
}
img.portrait.footer {
	display: none;
}

.divider {
	background: #646466;
	width: 100%;
	height: 1px;
	opacity: 0.3;
	margin: 10px 0 10px 0;
}

.divider-contacts {
	background: #646466;
	width: 100%;
	height: 1px;
	opacity: 0.3;
	margin: 0px 0 10px 0;
}

.professional-name {
	text-align: left;
	margin-bottom: 0px;
	font-size: 1.7rem;
	line-height: 30px;
}

.pro-skills {
	color: #dae5e7;
	font-weight: 400;
}

.professional-title {
	text-align: center;
	align-items: center;
	margin-top: -20px;
	margin-bottom: 10px;
	font-size: 1.2rem;
	color: #ffffff;
}

.contact-methods {
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 0px;
	text-align: left;
}

#footer-link-1,
#footer-link-2,
#footer-link-3 {
	color: #48e760;
}

a.green-link {
	/* #7bd5fb old clr*/
	color: #7bd5fb;
}

a.green-link:visited {
	color: #7bd5fb;
}

a.green-link:hover {
	opacity: 60%;
	color: #7bd5fb;
	text-decoration: underline;
}

a.green-link:active {
	color: #7bd5fb;
	text-decoration: underline;
}

.experience {
	margin-bottom: 30px;
	color: #7bd5fb;
}

.experience-lbm {
	margin-bottom: 5px;
	color: #7bd5fb;
}

ul.checkmark-fancy {
	list-style: none;
	padding-left: 0;
	margin: 10px 0px 30px 0px;
}

.site-footer-home ul.checkmark-fancy,
.site-footer-dev ul.checkmark-fancy,
.site-footer-apps ul.checkmark-fancy,
.site-footer-promo ul.checkmark-fancy {
	text-align: left;
}

ul.checkmark-fancy-disc {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 0;
	margin: 30px 30px 30px 30px;
}

ul.checkmark-fancy-disc li {
	margin-bottom: 20px;
	font-size: 1.5rem !important;
}

ul.checkmark-fancy-disc.extra-lh li {
	margin-bottom: 20px;
}

ul.checkmark-fancy li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

ul.checkmark-fancy li::before {
	content: "\2713";
	/* Unicode checkmark character */
	position: absolute;
	left: 0;
	top: 0;

	/* color: #6dc48a; */
	color: #7bd5fb;
	font-size: 18px;
	line-height: 1;
	opacity: 80%;
	margin-top: 7px;
}

ul.checkmark-fancy-disc li ul.simple-list {
	list-style: none;
	padding-left: 0;
	margin: 10px 0px 30px 0px;
}

ul.checkmark-fancy-disc li ul.simple-list li {
	position: relative;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 10px;
}

ul.checkmark-fancy-disc li ul.simple-list li::before {
	content: "";
	/* Unicode checkmark character */
	position: absolute;
	left: 0;
	top: 0;
	color: #6dc48a;
	font-size: 18px;
	line-height: 1;
	opacity: 50%;
	margin-top: 7px;
}

.content {
	flex: 7;
	background: #000;
	border: solid 1px #000;
	border-radius: 20px;
	padding: 0px 30px 30px 20px;
	box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
}

.site-content {
	color: #f0f8ff;
	font-size: 1.5rem;
	padding: 0px 10px 30px 10px;
}

.flex-container-price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}

.flex-items-flex-price:nth-child(1) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin: 0 40px 0 40px;
}

.flex-items-flex-price:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin: 0 40px 0 40px;
}

.plan-header {
	font-size: 2.25rem;
	margin-bottom: 15px;
	margin-top: 15px;
}

.plan-header-experience {
	font-size: 2.25rem;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

.hourly-rate {
	font-size: 2.25rem;
	margin-bottom: 20px;
	color: #7bd5fb;
}

.jump {
	float: right;
}

.content-reveal {
	transition:
		opacity 0.6s ease-out,
		transform 0.6s ease-out;
	padding: 0;
	margin: 0 0 25px 0;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.page-title {
	margin-bottom: 20px;
	color: #7bd5fb;
	font-size: 2rem;
}

.service-text {
	margin-bottom: 40px;
	color: #c6c6c7;
}

.site-footer-home,
.site-footer-dev,
.site-footer-apps,
.site-footer-promo {
	flex: 1;
	order: 3;
	text-align: center;
	padding: 0px;
	margin: 0 30px 0 30px;
	background-color: none;
	color: #ccc;
	box-shadow: none;
}

.fw-light {
	font-weight: 300;
}

.fw-bold {
	font-weight: 500;
}

/* CSS for Responsive Services Grid */

.services-section {
	padding: 30px;
	background-color: #000;
	color: #fff;
}

.services-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}

.service-box {
	flex: 1 1 calc(33.333% - 20px);
	padding: 30px;
	background-color: #1e1e28;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
}

.service-box h2 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #7bd5fb;
}

.service-box h2.overview {
	color: #7bd5fb;
	font-size: 2rem;
	line-height: 30px;
	text-decoration: none;
	margin-bottom: 20px;
}

.service-box p {
	font-size: 1.4rem;
	color: #ccc;
	line-height: 1.5;
}

/* CSS for Responsive Flexbox Portfolio Grid */

.portfolio-section {
	padding: 30px;
	background-color: #000;
	color: #fff;
}

.portfolio-header {
	margin-bottom: 30px;
}

.portfolio-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
}

.portfolio-item {
	flex: 1 1 calc(33.333% - 20px);
	background-color: #1e1e28;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.portfolio-item img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 10px;
}

.art-item-description {
	text-align: center;
	font-size: 1rem;
	color: #ccc;
}

.fs-larger {
	font-size: 1.5rem;
}

@media (max-width: 1024px) {
	.portfolio-item {
		flex: 1 1 calc(50% - 15px);
	}
}

@media (max-width: 600px) {
	.portfolio-item {
		flex: 1 1 100%;
	}

	.banner-text h1 {
		font-size: 2rem;
		margin-bottom: 10px;
		padding-top: 30px;
		width: 100%;
		max-width: 590px;
		text-shadow: 2px 2px #000;
	}

	ul.checkmark-fancy-disc {
		list-style-type: circle;
		list-style-position: outside;
		padding-left: 0;
		margin: 30px 30px 30px 30px;
	}

	ul.simple-list li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 20px;
		font-size: 16px;
	}

	ul.checkmark-fancy {
		/* list-style-type: circle;
		list-style-position: outside; */
		padding-left: 10px;
		margin: 30px 0px 30px -20px;
	}

	ul.checkmark-fancy li {
		position: relative;
		padding-left: 0px;
		margin-bottom: 20px;
		font-size: 16px;
	}

	ul.checkmark-fancy li::before {
		content: unset;
		/* Unicode checkmark character */
		position: unset;
		left: unset;
		top: unset;
		font-size: 14px;
		line-height: 1;
		opacity: unset;
		margin-top: 7px;
	}
}

/* Timeline Start */

.art-timeline .art-timeline-item .art-timeline-mark {
	border: solid 3px #7bd5fb;
}

.art-timeline {
	position: relative;
}

.art-timeline::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 5px;
	height: calc(100% - 10px);
	width: 5px;
	background: #191923;
}

.art-timeline .art-timeline-item {
	position: relative;
}

.art-timeline .art-timeline-item .art-timeline-mark-light {
	background: #fafafc;
	position: absolute;
	top: 4px;
	right: -4px;
	width: 23px;
	height: 23px;
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.art-timeline .art-timeline-item .art-timeline-mark {
	position: absolute;
	top: 8px;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: solid 3px #7bd5fb;
	background: #1e1e28;
	-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
	box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}

.art-timeline .art-timeline-item:hover .art-timeline-mark-light {
	-webkit-animation: puls 1s infinite;
	animation: puls 1s infinite;
}

.art-timeline .art-timeline-content {
	position: relative;
	margin-right: 45px;
	background: #1e1e28;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
	box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
}

.art-timeline .art-timeline-content::after {
	height: 10px;
	width: 10px;
	background-color: rgba(43, 43, 53, 0.98);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	content: "";
	position: absolute;
	top: 11px;
	right: -5px;
	border-top-right-radius: 50%;
}

.art-timeline .art-timeline-content .art-card-header {
	width: 100%;
}

.art-timeline .art-timeline-content .art-card-header .art-right-side {
	margin-bottom: 15px;
}

a.work-com {
	color: #7bd5fb;
	font-size: 2rem;
	line-height: 30px;
	text-decoration: none;
	margin-bottom: 10px;
}

a.work-com:visited {
	color: #7bd5fb;
	text-decoration: none;
}

a.work-com:hover {
	color: #7bd5fb;
	text-decoration: underline;
}

a.work-com:active {
	color: #7bd5fb;
	text-decoration: underline;
}

a.contact-link {
	color: #7bd5fb;
	font-size: 1rem;
	text-decoration: none;
	margin-bottom: 10px;
}

a.contact-link:visited {
	color: #7bd5fb;
	text-decoration: none;
}

a.contact-link:hover {
	color: #7bd5fb;
	text-decoration: underline;
}

a.contact-link:active {
	color: #7bd5fb;
	text-decoration: underline;
}

.work-year {
	color: #c0c0c0;
	font-size: 1rem;
}

h3.work-clients {
	color: #c0c0c0;
	font-size: 1.25rem;
	font-weight: 300;
	text-decoration: none;
	margin-bottom: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-0 {
	margin-top: 0px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.ptb-30 {
	margin: 30px 0px 30px 0px;
}

.checkmark-fancy .mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.canadian-flag-contact {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin-bottom: -10px;
}

.canadian-flag-contact-small {
	width: 100%;
	height: auto;
	max-width: 50px;
	margin: 10px;
}

.work-title,
.work-year {
	font-size: 22px;
}

/* Responsive adjustments */

@media (max-width: 1072px) {
	.service-box {
		flex: 1 1 calc(50% - 15px);
	}

	.flex-container-price {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: left;
		align-items: left;
		align-content: flex-start;
		gap: 0;
		margin: 0;
		padding: 0;
	}

	.checkmark-fancy.left-side {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: 0px 20px 0 20px;
	}

	.checkmark-fancy.right-side {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: 0px 20px 0 20px;
	}

	.flex-items-flex-price:nth-child(1) {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: 0 0px 0 0px;
	}

	.flex-items-flex-price:nth-child(2) {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: 20px 0px 0 0px;
	}
}

/* Responsive adjustments */
@media (max-width: 1268px) {
	.flex-container-price {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: left;
		align-items: left;
		align-content: flex-start;
		gap: 0;
		margin: 0;
		padding: 0;
	}

	.checkmark-fancy.right-side {
		margin-top: -20px;
	}
}

@media (max-width: 600px) {
	.site-main {
		display: flex;
		flex-direction: row;
		gap: 0px;
		padding: 0px 0px 30px 0px;
		flex: 1;
	}

	.service-box {
		flex: 1 1 100%;
	}

	.content {
		padding: 0px 0px 30px 0px;
		box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
	}

	.checkmark-fancy.right-side {
		margin-top: -20px;
	}

	.art-timeline .art-timeline-content .art-card-header {
		width: 100%;
		margin-left: 0px;
		padding-left: 0;
		line-height: 30px;
	}

	.mb-20 {
		margin-bottom: 0px;
	}
}

@media (max-width: 1180px) {
	.site-main {
		display: flex;
		flex-direction: row;
		gap: 0px;
		padding: 0px 0px 30px 0px;
		flex: 1;
		flex-direction: column;
	}

	.sidebar {
		order: 2;
		max-width: 100%;
		margin-top: 20px;
		display: none;
	}

	.content {
		order: 1;
		padding: 0px 0px 30px 0px;
		box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
	}

	.checkmark-fancy.right-side {
		margin-top: -20px;
	}

	.contact-bullet-points {
		display: flex;
	}

	.portrait {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 250px;
		height: auto;
		border-radius: 20px;
		position: relative;
		z-index: 0;
		text-align: center;
	}

	img.portrait.footer {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 250px;
		height: auto;
		border-radius: 20px;
		position: relative;
		z-index: 0;
		text-align: center;
	}
}

/* Responsive adjustments */
@media (max-width: 1400px) {
	.flex-container-price {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: left;
		align-items: left;
		align-content: flex-start;
		gap: 0;
		margin: 0;
		padding: 0;
	}

	.checkmark-fancy.left-side {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: 0px 20px 0 20px;
	}

	.checkmark-fancy.left-side li {
		font-size: 1.5rem;
	}

	.checkmark-fancy.right-side {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: -20px 20px 0 20px;
	}

	.flex-items-flex-price:nth-child(1) {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: 0 0px 0 0px;
	}

	.flex-items-flex-price:nth-child(2) {
		display: block;
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		align-self: auto;
		order: 0;
		margin: 20px 0px 0 0px;
	}
}

.flex-container-contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.flex-items-contact:nth-child(1) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin-right: 20px;
	margin-top: 10px;
}

.flex-items-contact:nth-child(2) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin-top: 10px;
}

.flex-items-contact:nth-child(3) {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	margin-top: 10px;
}

@media (max-width: 600px) {
	.site-main {
		display: flex;
		flex-direction: row;
		gap: 20px;
		padding: 0px 0px 0px 0px;
		flex: 1;
		order: 1;
	}
	.site-content {
		color: #f0f8ff;
		font-size: 1.5rem;
		padding: 0px 0px 0px 0px;
	}

	.art-timeline .art-timeline-content {
		position: relative;
		margin-right: 0px;
		background: #1e1e28;
		padding: 0px;
		margin-bottom: 30px;
		-webkit-box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
		box-shadow: 0 3px 8px 0 rgba(15, 15, 20, 0.2);
	}

	.service-box {
		/* flex: 1 1 calc(33.333% - 20px); */
		padding: 30px 0px 30px 0px;
		background-color: #1e1e28;
		border-radius: 10px;
		box-shadow: 0 3px 8px rgba(15, 15, 20, 0.2);
	}

	a.work-com {
		color: #7bd5fb;
		font-size: 2rem;
		line-height: 50px;
		text-decoration: none;
		margin-bottom: 10px;
	}

	.flex-container-contact {
		display: block;
		text-align: center;
	}

	ul.checkmark-fancy li.contact {
		position: relative;
		padding-left: 0px;
		margin-bottom: 30px;
		font-size: 1.5rem;
	}

	ul.checkmark-fancy li {
		position: relative;
		padding-left: 0px;
		margin-bottom: 20px;
		font-size: 1.5rem;
	}

	ul.checkmark-fancy {
		padding-left: 10;
		margin: 30px 0px 30px 0px;
	}

	ul.simple-list {
		padding-left: 10;
		margin: 30px 0px 30px 0px;
		text-align: left;
	}

	ul.simple-list li {
		position: relative;
		padding-left: 0px;
		margin-bottom: 20px;
		font-size: 1.5rem;
		list-style-type: none;
	}

	.site-footer-home,
	.site-footer-dev,
	.site-footer-apps,
	.site-footer-promo {
		flex: 1;
		order: 3;
		text-align: center;
		padding: 0px;
		margin: 0 0px 0 0px;
		background-color: none;
		color: #ccc;
		box-shadow: none;
	}
}

.mt-30 {
	margin-top: 30px;
}

.bg-black {
	background-color: #111 !important;
}

#email-link,
#phone-link {
	font-size: 26px !important;
}
.pro-skills {
	font-size: 19px;
	line-height: 14px;
}

.mono-spaced {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	letter-spacing: 1.25;
}

/* Timeline End */

h1,
#main-content > section > header > article > p {
	padding-left: 10px;
}

/* h1.mw-h1-index {
	max-width: 568px !important;
}
h1.mw-h1-development {
	max-width: 655px !important;
}
h1.mw-h1-development-ai {
	max-width: 391px !important;
}

.mw-parg-promotion {
	max-width: 700px !important;
} */

html.js .content-reveal {
	opacity: 0;
	transform: translateY(60px);
}

html:not(.js) .content-reveal,
html.js .content-reveal.reveal {
	opacity: 1;
	transform: translateY(0);
}

#main-content:focus {
	/* outline: 3px solid #7bd5fb; */
	outline-offset: 6px;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #7bd5fb;
	outline-offset: 3px;
	text-decoration: underline;
}

/* a[target="_blank"]::after {
	content: " (opens in a new tab)";
	font-size: 0.6em;
} */

.banner-text a[href^="tel:"] {
	white-space: normal;
}

[aria-current="page"] {
	color: #48e760;
	font-weight: 700;
	text-decoration: underline;
}

.work-com {
	color: #7bd5fb;
	font-size: 2rem;
	line-height: 50px;
	text-decoration: none;
	margin-bottom: 10px;
}

.sale-subtitle {
	color: #f4f293;
	font-size: 1.5rem;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 30px;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	html.js .content-reveal,
	html.js .content-reveal.reveal {
		opacity: 1;
		transform: none;
	}
}

/* TABLET */
@media (max-width: 840px) {
	.site-header-home {
		background-image: url("/img/headers/840_header_bg_homepage.png");
		background-repeat: no-repeat;
		/* background-position: right center;
		background-size: cover; */
		/* background-size: contain; 	
		background-position: right center;*/
	}

	.site-header-design {
		background-image: url("/img/headers/1180_header_bg_design.png");
		background-repeat: no-repeat;
	}

	.site-header-development {
		background-image: url("/img/headers/1180_header_bg_development.png");
		background-repeat: no-repeat;
	}

	.site-header-promotion {
		background-image: url("/img/headers/1180_header_bg_promotion_forest.png");
		background-repeat: no-repeat;
	}
	/* ***********=oFOOTERFADE*************** */

	.site-footer-home::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #609db7 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	.site-footer-dev::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #efa84d 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	.site-footer-apps::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #b96c58 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	.site-footer-promo::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #a9cc3b 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	/* ***********=xFOOTERFADE*************** */
}

/* MOBILE */

@media (max-width: 480px) {
	.site-header-home {
		background-image: url("/img/headers/360_header_bg_homepage.png");
		background-repeat: no-repeat;
	}
	.site-header-design {
		background-image: url("/img/headers/360_header_bg_design.png");
		background-repeat: no-repeat;
	}

	.site-header-development {
		background-image: url("/img/headers/360_header_bg_development.png");
		background-repeat: no-repeat;
	}

	.site-header-promotion {
		background-image: url("/img/headers/360_header_bg_promotion_forest.png");
		background-repeat: no-repeat;
	}
	/* ***********=oFOOTERFADE*************** */

	.site-footer-home::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #609db7 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	.site-footer-dev::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #efa84d 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	.site-footer-apps::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #b96c58 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	.site-footer-promo::after {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		pointer-events: none;
		background: linear-gradient(to top, #a9cc3b 0%, rgba(0, 0, 0, 0.72) 10%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 40%);
		border-radius: 0px;
	}

	/* ***********=xFOOTERFADE*************** */
}

ul.checkmark-fancy li.li-header {
	margin-left: -30px;
	font-weight: 600;
}

ul.checkmark-fancy li.li-header::before {
	content: "";
}

.container-ftr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: flex-start;
	gap: 4px;
	padding: 20px;
}

.ftr-contact-ml {
	max-width: 389px;
}

.mw-parg-promotion {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	max-width: 90%;
}

.promo-hdr-txt-light {
	color: #f4f293 !important;
	text-shadow: 2px 2px #000 !important;
}

.promo-hdr-txt-light-small {
	color: #fff !important;
	/* text-shadow: 2px 2px #000 !important; */
}

.promo-hdr-txt-dark {
	color: #000 !important;
	text-shadow:
		0 0 2px #7bd5fb,
		0 0 4px #7bd5fb,
		0 0 8px #7bd5fb !important;
}

.promo-hdr-txt-dark {
	color: #000 !important;
	text-shadow:
		0 0 2px #fff,
		0 0 4px #fff,
		0 0 8px #fff !important;
}

address {
	display: block;
	font-style: normal;
	unicode-bidi: isolate;
}

/* =========================================================
   LP RESUME NAMESPACE ADDITIONS
   Original CSS preserved above exactly as-is.
   ========================================================= */

.lp-resume {
	--lp-panel-bg: #111822;
	--lp-panel-border: rgba(123, 213, 251, 0.22);
	--lp-panel-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	--lp-text-soft: #d6dce2;
	--lp-accent: #7bd5fb;
	/* --lp-accent-2: #a9cc3b; */
	--lp-accent-2: #7bd5fb;
	--lp-highlight: #f4f293;
}

.lp-resume .lp-hero-intro,
.lp-resume .lp-section,
.lp-resume .lp-cta-box {
	/* background: linear-gradient(180deg, rgba(17, 24, 34, 0.96) 0%, rgba(13, 18, 26, 0.96) 100%); */
	border: 1px solid var(--lp-panel-border);
	border-radius: 18px;
	box-shadow: var(--lp-panel-shadow);
}

.lp-resume .lp-hero-intro {
	margin: 25px 10px 35px 10px;
	padding: 26px 24px 24px 24px;
	max-width: calc(100% - 56px);
}

.lp-resume .lp-kicker,
.lp-resume .lp-small-heading {
	display: inline-block;
	margin: 0 0 14px 0;
	padding: 25px 25px;
	border-radius: 999px;
	border: 1px solid rgba(72, 231, 96, 0.35);
	color: var(--lp-highlight);
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lp-resume .lp-hero-intro h1 {
	padding-left: 0;
	/* max-width: 760px; */
	min-width: 100%;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.1;
	margin-bottom: 18px;
}

.lp-resume .lp-lead {
	font-size: 1.5rem;
	line-height: 1.6;
	/* max-width: 760px; */
	min-width: 100%;
	color: #fff;
}

.lp-resume .lp-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-top: 24px;
}

.lp-resume .lp-button,
.lp-resume .lp-button-secondary {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 1.05rem;
	font-weight: 600;
	transition:
		transform 0.2s ease,
		opacity 0.2s ease;
}

.lp-resume .lp-button {
	background: var(--lp-accent-2);
	color: #06110a;
}

.lp-resume .lp-button-secondary {
	background: rgba(123, 213, 251, 0.08);
	border: 1px solid rgba(123, 213, 251, 0.3);
	color: #fff;
}

.lp-resume .lp-button:hover,
.lp-resume .lp-button-secondary:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.lp-resume .lp-proof-grid,
.lp-resume .lp-card-grid,
.lp-resume .lp-services-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0 10px 30px 10px;
}

.lp-resume .lp-services-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-resume .lp-stat-card,
.lp-resume .lp-section,
.lp-resume .lp-service-card {
	padding: 24px;
}

.lp-resume .lp-stat-value {
	display: block;
	font-size: 2rem;
	line-height: 1.1;
	color: var(--lp-accent);
	font-weight: 700;
	margin-bottom: 8px;
}

.lp-resume .lp-stat-label,
.lp-resume .lp-soft-text {
	color: var(--lp-text-soft);
}

.lp-resume .lp-section {
	margin: 0 10px 30px 10px;
	max-width: calc(100% - 56px);
}

.lp-resume .lp-section h2 {
	font-size: 2rem;
	color: var(--lp-accent);
	margin-bottom: 16px;
}

.lp-resume .lp-section p {
	color: var(--lp-text-soft);
	margin-bottom: 18px;
}

.lp-resume .lp-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.lp-resume .lp-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lp-resume .lp-list li {
	position: relative;
	padding-left: 28px;
	margin: 0 0 35px 0;
	color: #fff;
	font-size: 1.5rem;
}

.lp-resume .lp-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--lp-accent);
	opacity: 0.9;
}

.lp-resume .lp-list .lp-list-heading {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 8px;
	color: var(--lp-highlight);
	font-weight: 600;
}

.lp-resume .lp-list .lp-list-heading::before {
	content: "";
}

.lp-resume .lp-services-grid .lp-service-card h3,
.lp-resume .lp-work-card h3,
.lp-resume .lp-edu-card h3 {
	font-size: 2rem;
	margin-bottom: 20px;
	overflow-wrap: break-word;
}

.lp-resume .lp-services-grid .lp-service-card p,
.lp-resume .lp-work-meta,
.lp-resume .lp-edu-meta {
	color: var(--lp-text-soft);
}

.lp-resume .lp-work-grid,
.lp-resume .lp-edu-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 0 10px 30px 10px;
	max-width: calc(100% - 56px);
}

.lp-resume .lp-work-card,
.lp-resume .lp-edu-card,
.lp-resume .lp-stat-card,
.lp-resume .lp-service-card {
	background: linear-gradient(180deg, rgba(30, 30, 40, 0.98) 0%, rgba(21, 21, 30, 0.98) 100%);
	border: 1px solid rgba(123, 213, 251, 0.18);
	border-radius: 18px;
	box-shadow: var(--lp-panel-shadow);
	padding: 24px;
}

.lp-resume .lp-work-top,
.lp-resume .lp-edu-top {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}

.lp-resume .lp-work-card a,
.lp-resume .lp-edu-card a {
	color: var(--lp-accent);
	text-decoration: none;
	font-size: 2rem;
}

.lp-resume .lp-work-card a:hover,
.lp-resume .lp-edu-card a:hover {
	text-decoration: underline;
}

.lp-resume .lp-work-role,
.lp-resume .lp-edu-role {
	font-size: 1.2rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

.lp-resume .lp-cta-box {
	margin: 0 10px 20px 10px;
	padding: 28px 24px;
	max-width: calc(100% - 56px);
}

.lp-resume .lp-cta-box p {
	color: var(--lp-text-soft);
	max-width: 780px;
}

.lp-resume .lp-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 18px;
}

@media (max-width: 1180px) {
	.lp-resume .lp-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.lp-resume .lp-proof-grid,
	.lp-resume .lp-card-grid,
	.lp-resume .lp-columns,
	.lp-resume .lp-services-grid {
		grid-template-columns: 1fr;
		max-width: calc(100% - 56px);
	}

	.lp-resume .lp-hero-intro {
		padding: 22px 18px;
	}

	.lp-resume .lp-hero-intro h1 {
		font-size: 2rem;
	}

	.lp-resume .lp-hero-intro {
		margin: 25px 10px 35px 10px;
		padding: 26px 24px 24px 24px;
	}

	/*  */
	.lp-resume .lp-hero-intro,
	.lp-resume .lp-section,
	.lp-resume .lp-work-grid,
	.lp-resume .lp-edu-grid,
	.lp-resume .lp-cta-box,
	.lp-resume .lp-proof-grid,
	.lp-resume .lp-card-grid,
	.lp-resume .lp-columns,
	.lp-resume .lp-services-grid {
		max-width: calc(100% - 30px);
	}

	/*  */
}

/* Styles the paragraph and everything inside it */
p,
li,
p * {
	font-size: 1.5rem;
}

/* Styles min-wiodth for all classes */
.lp-resume .lp-hero-intro,
.lp-resume .lp-section,
.lp-resume .lp-work-grid,
.lp-resume .lp-edu-grid,
.lp-resume .lp-cta-box,
.lp-resume .lp-proof-grid,
.lp-resume .lp-card-grid,
.lp-resume .lp-columns,
.lp-resume .lp-services-grid {
	max-width: calc(100% - 20px);
}
