body {
	background-color: black;
	display: flex;
}
p.name {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400; 
	font-style: normal;
	text-align: center;
}
p.mytitle {
	text-align: center;
	font-optical-sizing: auto;
	font-weight: 400; 
	font-style: normal;
	font-family: "IBM Plex Serif", serif;
}
p {
	max-width: 700px;
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300; 
	font-style: normal;
	font-variation-settings:
		"wdth" 100,
		"YTLC" 500;
}
h2.sidebar {
	text-align: center;
	color: #58cdf5;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400; 
}
h2 {
	font-size: 1.5em;
}
#sidebar {
	height: auto;
	background-color: #2F0451;
	padding-top: 10px;
	border-right: #4F3491 solid 5px;
	color: #ecf;
	justify-content: flex-start;
}
#rightside {
	height: auto;
	justify-content: center;
	background-color: #f5dbfe;
	padding-top: 10px;
	border-left: #a985e6 solid 5px;
	border-right: #dbadda solid 5px;
	padding-left: 10px;
	color: #432453;
}
.sidebutton{
	max-width: 70px;
	height: auto;
	padding-top: 10px;
	cursor: pointer;
	font-size: 2em;
	font-variant: all-small-caps;
	writing-mode: vertical-lr;
}
#lsidebutton{
	max-width: 70px;
	background-color: #2F0451;
	border-right: #4F3491 solid 5px;
	color: #ecf;
}
#rsidebutton{
	background-color: #7c147a;
	border-left: #a967a8 solid 5px;
	color: #ecf;
}
#mepic {
	text-align: center;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

#bodycont {
	max-width: 720px;
	height: auto;
	flex-grow: 1;
	background-color: #FFF;
	border-left: #F2E1FF solid 5px;
	padding: 10px;
}
#topbar {
	display: flex;
}
#header {
	flex-grow: 1;
	padding-left: 20px;
	color: #012;
}
#contact {
	max-width: 50px;
}

#content {
}

#work {
width: 100%;
}

.job {
}
p.company {
	text-align: justify;
	font-size: 1.2em;
	margin-bottom: 5pt;
}
p.title {
	font-size: 1.0em;
	margin: 5pt;
}
p.years {
	font-size: 0.9em;
margin: 5pt;
}

p.job_descr {
	margin-left: 0.8em;
	font-size: 1em;
}
p.skillname {
	font-size: 1.2em;
	font-weight: 400;
margin: 5pt;
color: aliceblue;
}
p.subskill {
	font-size: 1em;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin: 10pt;
}
.pub {
	font-size: 1em;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px;
}
span.pub_title {
	font-weight: 500;
}
span.pub_authors {
	font-weight: 500;
	margin: 0.5em 0;
}
span.pub_year {
	font-weight: 800;
	font-size: 0.9em;
}
span.pub_venue {
	font-style: italic;
}
span.pub_pages {
	font-weight: 600;
	font-size: 0.9em;
}
.pat {
	font-size: 1em;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 10px;
}
p.pat_title {
	font-weight: 600;
	margin: 0.2em 0;
	font-size: 1.1em;
}
a.pat_pid {
	font-weight: 600;
	color: #5887d8;
	margin: 0.2em 0;
}
p.pat_auth {
	font-weight: 500;
	margin: 0.5em 0;
	font-size: 0.9em;
}
p.pat_years {
	font-weight: 500;
	font-size: 0.9em;
	margin: 0.2em 0;
}
img.social {
	height: 28px;
	width: 28px;
       margin-right: 10px;
}
img.work {
	max-height: 28px;
}
@media (min-width: 300px) {
        p.name {
		margin: 1pt;
		font-size: 1.6em;
	}
	p.mytitle {
		margin: 1pt;
		font-size: 1.5em;
	}
	p {
		font-size: 1.4em;
	}

	#sidebar {
		display:none;
		max-width: 100%;
	}
	#rightside {
		display: none;
		max-width: 100%;
	}
}

/* Desktop styles */
@media (min-width: 650px) {
	p.name {
		margin: 1pt;
		font-size: 2em;
	}
	p.mytitle{
		margin: 1pt;
		font-size: 1.4em;
		margin-left: 10pt;
	}
	p {
		font-size: 1.2em;
	}

	#sidebar {
		display: flex;
		flex-direction: column;
		min-width: 300px;
		max-width: 300px;
	}
	#lsidebutton {
		display: none;
	}
	#rightside {
		display: none;
		max-width: 100%;
	}
}
@media (min-width: 950px) {
	#rightside {
		display: flex;
		flex-direction: column;
		max-width: 300px;
		justify-content: flex-start;

	}
	#rsidebutton {
		display: none;
	}
}
