.container {
	max-width: 100%;
	width: 100%;
}

.name {
	font-size: 3.5rem;
	margin-top: -0.5rem;
}

.contact {
	padding-top: 0px;
	font-size: .75rem;
	float: right;
	text-align: right;
}

.motivation {
	font-size: 1rem;
}

.title {
	font-size: 1.2rem;
	margin-bottom: .1rem;
}

hr {
	margin-bottom: 0.1rem;
	margin-top: 0.1rem;
}

h3 {
	font-size: 1.1rem;
	margin-bottom: .1rem;
}

ul {
	margin-bottom: .4rem;
}
li {
	margin-bottom: -.3rem;
}

h4 {
	font-size: .9rem;
	margin-bottom: 0rem;
}

h5 {
	font-size: .85rem;
	margin-bottom: 0rem;
}

.jobExperiences {
	font-size: .8rem;
}

ul {
	padding-left: 1rem;
}

.mobile {
	display: none;
}

.desktop {
	display: unset;
}

.download, .printPage {
	display: none;
}