body,html{
	margin: 0;
	padding: 0;
	font-family: 'Oswald';
	-webkit-print-color-adjust: exact;
	width:100%;
	/*color:#423F3E;*/
	color:#595959;
}
#container{
		width:100%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
header{
	display:flex;
	flex-direction:row;
	align-items:center;
	background-color:#e6e5e5;
	width:100%;
	height:200px;
	border-radius: 15px 15px 0px 0px;
	
}
header img{
	
	height:70px;
	width:70px;
	object-fit: cover;
	border-radius: 35px;
	margin:0px 40px 0px 40px;
}
#name{
	font-size: 1.5em;
	line-height: 80%;
}
#dev{
	font-size:0.7em;
	line-height: 10%;
}
#contacts{
	display:flex;
	font-size:0.8em;
	justify-content:space-around;
	padding-top:20px;
	width:100%;

}
#contacts a {
	text-decoration:none;
	color:#423F3E;
}
#info{
	display:flex;
	flex-direction:row;
	width:100%;
	border-top:1px solid #e6e5e5;
	margin-top:30px;
	border-bottom:1px solid #e6e5e5;
}
#portfolio{
	margin:5px 0px 5px 0px;
	padding:0px 15px 0px 15px;
	width:70%;
	border-right:1px solid #e6e5e5;
	//height:500px;
	font-size:0.9em;

	
}
#contacts a{
	color:#595959;
	font-size:1em;
}
p{
	text-indent: 25px;
}
h3{
	text-indent: 25px;
	margin-top: 35px;
}
#skills{
	font-size:0.8em;
	
}
#skills img{
	object-fit: contain;
	height:90px;
	width:100px;
}
#skills p{
	margin-bottom:0px;
}
.indicator{
	display:flex;
	flex-direction:row;
	margin-left:25px;
}
.cell{
	border:1px solid #e6e5e5;
	width:10px;
	height:4px;
	transform: skew(-45deg);
	margin-right:3px;
}
.green{
	background-color:green;
}
#certWrapper{
	width:150px;
	margin-left:25px;
}
ul li div{
	width:100px;
}
ul li{
	display:flex;
	flex-direction:row;
}

@media only screen and (min-width: 769px) {
	
	#container{
		width:769px;
		margin:auto;
	}
	
	
}
@page { size: auto;  margin: 5mm; }