@font-face
{
	font-family: 'Departure-Mono';
	src:url('fonts/DepartureMono-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.header
{
	background-color: #F1F1F1;
	text-align: center;
	padding: 0em;
	border: 1px #AFAFAF;
	border-style: solid solid none solid;
	height: 4rem;
	max-width: 52rem;
	margin: auto;
}

.header-image
{
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.navigation
{
	background-color: #222222;
	display: flex;
	justify-content: space-evenly;
	border: 1px;
	border-style: solid;
	border-top-color: #898989;
	border-right-color: #474747;
	border-bottom-color: #717171;
	border-left-color: #474747;
	max-width: 52rem;
	margin: auto;
}

.navigation a
{
	float: left;
	display: block;
	color: #F1F1F1;
	text-align: center;
	padding: 0.75em;
	text-decoration: none;
}

.navigation a:hover
{
	background-color: #333333;
	color: #F1F1F1;
	border: 1px;
	border-style: none solid none solid;
	border-left-color: #2A2A2A;
	border-right-color: #2A2A2A;
	padding-left: calc(0.75em - 1px);
	padding-right: calc(0.75em - 1px);
}

.sticky-div-top
{
	top: 0;
	position: sticky;
	padding: 0em;
}

.sticky-div-bottom
{
	bottom: 0;
	position: sticky;
	padding: 0em;
}

.content
{
	border: 1px #969696;
	border-style: none solid none solid;
	background-color: #C0C0C0;
	padding: 1em;
	min-height: calc(100vh - 12rem + 3px);
	max-width: 50rem;
	margin: auto;
}

.wrapper
{
	padding: 0.2em;
	margin-bottom: 2em;
	overflow: hidden;
}

.about-me-photo
{
	padding: 0em 0em 1em 0em;
	margin: auto;
	display: block;
	width: auto;
}

@media all and (min-width: calc(53 * round(up, 1rem, 6.5px)))
{
	.about-me-photo
	{
		padding: 0em 1em 1em 0em;
		margin: auto;
		display: block;
		width: 10rem;
		float: left;
	}
}

.project-container-1
{
	padding: 0.5em;
	margin: auto;
	display: block;
}

.project-container-2
{
	padding: 0.5em;
	margin: auto;
	display: block;
}

.project-wrapper
{

}

.project-description
{

}

.skills-wrapper
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.repository-wrapper
{

}

@media all and (min-width: calc(53 * round(up, 1rem, 6.5px)))
{
	.project-container-1
	{
		padding: 0.3em;
		width: 60%;
		height: 100%;
		margin: auto;
		display: table-cell;
		vertical-align: top;
	}

	.project-container-2
	{
		padding: 0.3em;
		width: 40%;
		height: 100%;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}

	.project-wrapper
	{
		display: flex;
		flex-flow: column;
		height: 100%;
	}

	.project-description
	{
		flex: 0 1 auto;
	}

	.skills-wrapper
	{
		display: flex;
		align-items: center;
		flex: 1 1 auto;
	}

	.repository-wrapper
	{
		flex: 0 1 auto;
	}
}

.skills
{
	padding: 0.2em;
	overflow: hidden;
}

.resizable-circle
{
	border-radius: 50%;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}

.smallbox
{
	border-radius: 0.5em;
	padding: 0.05em 0.5em 0.05em 0.5em;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	margin: 0.3em 0.6em 0.3em 0em;
	border: 1px #606060 solid;
}

.company
{
	font-weight: bold;
}

.date
{
	text-decoration: underline;
}

.justified
{
	text-align: justify;
	text-justify: inter-character;
}

.contents
{
	background-color: #A0A0A0;
	border: 1px solid #B0B0B0;
	border-radius: 0.5em;
	width: fit-content;
	margin-left: 0.3em;
	margin-bottom: 2.5em;
	padding-right: 1em;
}

.project
{
	border: 1px solid #B0B0B0;
	border-radius: 0.5em;
	background-color: #A0A0A0;
	display: block;
}

.project-title
{
	scroll-margin-top: calc(6.5rem + 4px);
}

@media all and (min-width: calc(53 * round(up, 1rem, 6.5px)))
{
	.project
	{
		border: 1px solid #B0B0B0;
		border-radius: 0.5em;
		background-color: #A0A0A0;
		display: table;
		height: 100%;
	}
}

.project-image
{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}

.repository
{
	border-radius: 0.5em;
	padding: 0.5em 0em 0.5em 0em;
	text-align: center;
	background-color: #C0C0C0;
	border: 1px solid #B0B0B0;
}

.ul-inline
{
	padding-top: 0em;
	padding-bottom: 0em;
}

.certificate
{
	font-weight: bold;
}

.publication-author
{
	font-weight: bold;
}

.publication-title
{
	font-style: italic;
}

.publication-journal
{
	font-weight: bold;
}

.publication-link
{
	font-weight: bold;
}

.contact-table
{
	font-weight: bold;
	border-collapse: separate;
	border-spacing: 0 1em;
	margin: -1em 0;
}

.contact-table-platform
{

}

.contact-table-platform-logo
{
	width: 4rem;
	height: 4rem;
}

.contact-table-platform-logo-svg
{
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
}

.contact-table-platform-name
{
	text-align: center;
	font-size: 0.66em;
}

.contact-table-profile
{
	font-size: 1.5em;
	padding: 0.3em 0.25em 1em 0.25em;
}

.footer
{
	background-color: #F1F1F1;
	text-align: center;
	padding: 0.75em;
	margin-left: auto;
	margin-right: auto;
	max-width: 50.5rem;
	border: 1px;
	border-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	border-left-color: #AFAFAF;
}

body
{
	position: fixed;
	overflow-y: scroll;
	margin: auto;
	height: 100%;
	width: 100%;
	font-family: Departure-Mono;
	background-color: #6D6D6D;
}

html
{
	overflow-y: hidden;
	font-size: round(up, 1rem, 6.5px);
}

h1
{
	text-align: center;
	border: 1px #B0B0B0 solid;
	background-color: #A0A0A0;
	border-radius: 0.5em;
	font-weight: bold;
}

h2
{
	margin: auto;
}

h3
{
	margin: 0.5em 0em 0em 0em;
}

ul
{
	margin: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a
{
	text-decoration: none;
	color: blue;
}
