* {
  box-sizing: border-box;
}

.body-container {
	width: 45%;
	margin: auto;
	
	font-size: 1.2em;
	line-height: 1.5em;
	
	
	font-style: helvetica;
}

@media only screen and (max-width: 1200px) {
  [class="body-container"] {
    width: 95%;
  }
}

.banner {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	margin-top: 1em;
	
	display: inline-block;
	width: 100%;
}

.left-block{
	float: left;
	
	display: flex;
	height: 100%;
}

.right-block{
	float: right;
	
	display: flex;
	height: 100%;
}

.block-item{
	float: left;
	margin: auto;
}

.name{
	font-family: bahnschrift, sans-serif;

	font-size: 10em;
	padding-left: 1em;
}

.features{
	font-family: bahnschrift, sans-serif;
	
	font-size: 2em;
}

.contact{
	font-family: urbanist, sans-serif;
	
	font-size: 1em;
}

.inverted {
	background-color: #000000;
	color: #ffffff;
}

.circular-image {
	object-fit: cover;
	border-radius: 50%;
}

.timeline {
	border-left-style: solid;
	border-width: 0.5em;
	width: 0em;
	margin: 0em;
}

.timeline-spacer{
	float: left;
	height: 100%;
}

.timeline-marker{
	float: left;
	height: 0.2em;
	
	border-radius: 0.2em;
	padding-left: -1em;
	padding-right: -1em;
}

.timeline-box{
	width: 100%;
	padding: 0.5em;
	
	background-color: white;
	z-index: 1;
	position: relative;
	
	border: 0.2em solid;
}

.timeline-title{
	font-family: urbanist, sans-serif;
	margin: 0;
	margin-bottom: 0.3em;
}

.skills-title{
	font-family: bahnschrift, sans-serif;
	
	font-size: 2em;
}

body{
	margin: 0;
	padding: 0;
	
	font-style: 'Helvetica', sans-serif;
}

p{
	font-family: 'Helvetica', sans-serif;
	margin: 0;
}

img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}

@font-face {
	font-family: bahnschrift;
	src: url(/BAHNSCHRIFT.ttf);
}

@font-face {
	font-family: urbanist;
	src: url(/Urbanist.ttf);
}

@font-face {
	font-family: jetbrains;
	src: url(/JetBrainsMono-Medium.ttf);
}