@font-face {
	font-family: 'comfortaaregular';
	src:  url("fonts/Comfortaa-Regular.ttf") format("truetype");
	font-weight: normal;
}

html, body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

html {
	font-family: Montserrat, "comfortaaregular", Helvetica, sans-serif;
	font-size: 16px;
}

body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	padding-top: 6em;
	color: #746c5b;
}


header {
	width: 100%;
	margin-bottom: 4em;
	position: relative;
	font-weight: 900;
}

p,  ul {
	margin-bottom: 1em;
}

em {
	color: #5a5447;
	font-weight: 700;
}



ul.inline > li{
	display: inline-block;
	margin-right: 1em;
}

ul.dashed {
	list-style-type: none;
}

ul.dashed > li {
	text-indent: 0px;
}

ul.dashed > li:before {
	content: "―";
	margin-right: 0.5em;
}


a {
	color: #5a5447;
	font-weight: 500;
}

a:hover {
	color: #0d0c0a;
	border-bottom-color:#0d0c0a;
}

a.bordered {
	border-bottom: 1px dotted #0d0c0a;
}

a > .genericon {
	font-size: 1.5em;
}

.wrapper {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.greeting {
	font-size: 3em;
	color: #0d0c0a;
}

.heading {
	font-size: 1em;
	color: #746c5b;
}

#t-line, #b-line{
	stroke: #3C3F4F;
	stroke-width: 0.5px;
	display: none;
}
.content{
	position: relative;
	max-width: 400px;
}

.diagram{
	transform: scale(-1,1);
	position: absolute;
	height: 240px;
	left: -120px;
	top: -15px;
}

#symbol{
	height:100%;
}

.quick-desc {
	width: 100%;
	font-weight: 500;
	font-size: 1.85em;
	line-height: 1.3em;
}

.skills {
	font-size: 1.85em;
}

.contacts {
	font-size: 14.4px;
	text-align: center;
}
.contacts li {
	margin: 0 7px;
}

.citation {
	margin-top: 3em;
	color: #746c5b;
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
}
.lang-switch {
	position: absolute;
	top: -3%;
	right: 0;

}

#header-hexa, #header-hexa:before, .toggles .toggle:before {
	-webkit-font-smoothing: antialiased;
	font-family: "Genericons";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	vertical-align: text-bottom;
}

#header-hexa {
	-moz-transform: scale(0.9999);
	font-size: 2.33333em;
	line-height: 1.37143em;
	color: white;
	display: block;
	width: 34px;
	height: 60px;
	top: -15px;
	left: 0;
	background-color: #7CBB9B;
	position: absolute;
	text-indent: 15.4px;
	z-index: -1;
}

#header-hexa:before {
	color: white;
	content: " ";
	font-size: 37px;
	line-height: 0.07;
	width: 0;
	height: 0;
	border-right: 17px solid #7CBB9B;
	border-top: 30px solid rgba(255, 255, 255, 0);
	border-bottom: 30px solid rgba(255, 255, 255, 0);
	outline: 1px solid rgba(255, 255, 255, 0);
	position: absolute;
	left: -17px;
	top: 0;
	z-index: 1;
}

#header-hexa:after {
	content: " ";
	width: 0;
	position: absolute;
	right: -17px;
	bottom: 0;
	border-left: 17px solid #7CBB9B;
	border-top: 30px solid rgba(255, 255, 255, 0);
	border-bottom: 30px solid rgba(255, 255, 255, 0);
	outline: 1px solid rgba(255, 255, 255, 0);
	z-index: -1;
}

@media screen and (max-width: 980px) {
	.wrapper {
		width: 50%;
	}
	.content{
		width: 100%;
	}
	.text{
		width: 100%;
	}

}
@media screen and (max-width: 601px) {
	.wrapper {
		width: 80%;
	}
	.diagram{
		width: 120px;
		top: initial;
		bottom: -240;
		left: 50%;
		transform: translateX(-50%) scale(-1,1);
	}
}
@media screen and (max-width: 448px) {
	html {
		font-size: 13px;
	}
	header{
		width: 100%;
		margin-bottom: 10%;
	}

	.wrapper {

		width: 90%;
		margin: 0 5%;
	}

	.text {
		width: 100%;
		max-width: none;
	}
	.text p, .text ul {
		margin-bottom: 8%;
	}
	.citation {
		margin-top: 0;
	}
}
