.container {
	/* background: linear-gradient(to bottom, black 0%, black 50px, white 50px, white 100%); */
	background-color: white;
}

h1,
h2 {
	text-transform: uppercase;
}

h1 {
	font-weight: bolder;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	background-color: black;
	color: white;
}

h1 + p {
	position: absolute;
	z-index: -1;
	width: 200px;
}

h2 {
	color: rgb(0, 132, 255);
}

h2 {
	margin-top: 40px;
}

h3 {
	margin-top: 30px;
	font-size: 120%;
	margin-bottom: 0px;
}

.jobDesc {
	text-align: justify;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.jobLink {
	font-size: 16px;
	font-weight: normal;
}

.list-group-item {
	padding: 0px;
	border-color: rgb(0, 132, 255);
	margin-bottom: 8px;
	border-top: 1px solid rgb(0, 132, 255) !important;
	text-align: right;
	border-radius: unset !important;
	font-weight: bold;
}

.list-group-item > div {
	padding: 0px 10px;
	white-space: nowrap;
}

.fill1 {
	background: linear-gradient(to right, rgb(0, 132, 255) 0%, rgb(0, 132, 255) 10%, white 10%, white 100%);
}

.fill1 > div {
	background: linear-gradient(to right, white 0%, white 10%, rgb(0, 132, 255) 10%, rgb(0, 132, 255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fill2 {
	background: linear-gradient(to right, rgb(0, 132, 255) 0%, rgb(0, 132, 255) 20%, white 20%, white 100%);
}

.fill2 > div {
	background: linear-gradient(to right, white 0%, white 20%, rgb(0, 132, 255) 20%, rgb(0, 132, 255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fill3 {
	background: linear-gradient(to right, rgb(0, 132, 255) 0%, rgb(0, 132, 255) 30%, white 30%, white 100%);
}

.fill3 > div {
	background: linear-gradient(to right, white 0%, white 30%, rgb(0, 132, 255) 30%, rgb(0, 132, 255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fill4 {
	background: linear-gradient(to right, rgb(0, 132, 255) 0%, rgb(0, 132, 255) 40%, white 40%, white 100%);
}

.fill4 > div {
	background: linear-gradient(to right, white 0%, white 40%, rgb(0, 132, 255) 40%, rgb(0, 132, 255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fill5 {
	background: linear-gradient(to right, rgb(0, 132, 255) 0%, rgb(0, 132, 255) 50%, white 50%, white 100%);
}

.fill5 > div {
	background: linear-gradient(to right, white 0%, white 50%, rgb(0, 132, 255) 50%, rgb(0, 132, 255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fill10 {
	background-color: rgb(0, 132, 255);
	color: white;
}

.customrow {
	display: flex;
	justify-content: space-between;
}

.skills {
	margin-top: 0px;
}

.private {
	display: none;
}

.tools {
	text-align: center;
	font-size: 40pt;
}

.title {
	margin-top: 0px;
}

@media only screen {
	h2 {
		margin-bottom: 20px;
	}

	.title,
	.skills {
		margin-top: 20px;
	}

	.experience {
		margin-top: 40px;
	}

	.experience > div {
		margin-top: 40px;
	}
}

@media print, screen and (min-width: 1225px) {
	.info {
		display: flex;
		justify-content: space-between;
	}

	.customrow > div:first-child {
		padding-right: 50px;
	}

	.info > div:nth-child(2) {
		text-align: right;
	}

	.jobTitle > h3 > div {
		display: flex;
		justify-content: space-between;
	}

	.jobLink {
		float: right;
	}
}

@media only screen and (min-width: 1225px) {
	html,
	body {
		background-color: #eee;
	}

	.container {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		padding: 80px 50px;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.customrow > div:first-child {
		width: 940px;
	}

	.root {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 1224px) {
	.customrow {
		display: block;
	}

	h1 {
		margin: 0px -15px 10px;
		padding: 20px 15px 15px;
		position: sticky;
		top: -1px;
		z-index: 2;
	}

	h3:nth-child(2) {
		margin-top: 0px;
	}

	.skills {
		margin-top: 40px;
	}
}

@media print {
	@page {
		margin: 0cm 1cm;
		size: 100%;
	}

	body {
		-webkit-print-color-adjust: exact !important;
	}

	.container {
		padding: 1cm 0cm 0cm;
	}

	.customrow > div:first-child {
		padding-right: 20px;
		width: 70%;
	}

	.customrow > div:nth-child(2) {
		width: 30%;
	}

	*:not(h1, h2, h3, h4),
	.jobLink {
		font-size: 9pt;
	}

	.private {
		display: inline-block;
	}

	.tools {
		display: none;
	}

	.educationAndLanguages {
		display: flex;
		justify-content: space-between;
	}
}
