
/* -------------------------------------------------- */
/* OVERRIDE
/* -------------------------------------------------- */

@media print {
	*, *:before, *:after {
		color: #404040 !important;
	}

	body,
	#webpage {
		padding: 0 !important;
	}

	section,
	section.color,
	section.color:not(:first-child),
	section.color:not(:last-child) {
		background: #FFFFFF !important;
		padding: 10mm 10mm !important;
	}

	section:before,
	section:after,
	section.terminal {
		display: none;
	}

	section#info {
		padding: 10mm 10mm 3mm 10mm !important;
		margin-bottom: 7mm !important;

		border-bottom: 1px solid #404040;
	}

	section .section-intro {
		display: block !important;
	}

	h2 {
		color: var(--color-red) !important;
    }

	.skills h4.with-icon img {
		filter:
			invert(50%)
			sepia(82%)
			saturate(3401%)
			hue-rotate(326deg)
			brightness(106%)
			contrast(103%) !important;
    }

	.skills h4.with-icon * {
		color: var(--color-red) !important;
    }

	.skills article:nth-child(even) * {
		text-align: right;
	}

	.skills article:nth-child(even) h4.with-icon img {
		right: 0;
	}

	.skills article:nth-child(even) h4.with-icon > p,
	.skills article:nth-child(even) ul li {
		margin-left: 0;
		margin-right: 42px;
	}
}
