@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Material+Icons');

html{
	height: 100%;
}

body{
	text-align: center;
	margin: auto;

	height: 100%;
	margin: 0px;
	
	color: #000;
	font-family: verdana;
	font-size: 100%;
}

#left{
	min-height: 1200px;
	width: 30%;
	float: left;
	
	background-color: #fcf6e8;
	font-family: 'Comfortaa';
}

#left .skills{
	text-align: left;
	margin-left: 10%;
	margin-bottom: 1em;
}

#left #profile-photo{
	margin-top: 10px;

	object-fit: cover;
	border-radius:50%;
	
	width: 70%;
}

#left p{
	font-weight: bold;
	letter-spacing: 1pt;
	
	text-align: left;
	margin-left: 10%;
}

#left p a{
	color: #000;
	text-decoration: none;
	transition: color 0.5s ease;	
}

#left p a:hover{
	color: #555;
}


#left .progress{
	float: right;
	background: rgba(0, 0, 0, 0.5);
	
	width: 30%;
	height: 0.9em;
	
	margin-right: 20px;
}

#left .bar{
	background: #000;
	height: 0.9em;
}

h1{
	
}

#right{
	float: left;
	width: 68%;
	
	padding-left: 15px;	
	font-family: 'Comfortaa';
}

#right h2{
	text-align: left;

	background-color: #fcf6e8;
	border-radius: 25px;
	padding: 10px 5px 5px 25px;

	font-size: 18pt;
	
	width: 30%;
}

#right .pdf{
	float: right;
	position: absolute;
	
	top: 10px;
	right: 10px;
	
	text-decoration: none;
	color: #999999;
}


#right table .year{
	vertical-align: top;
	width: 20%;
}

#right table{
	text-align: left;
}

#right table td{
	padding-left: 20px;
}

#right table td{
	padding-top: 10px;
}

#right li{
	text-align: left;
}

#right p{
	text-align: justify;
}

#right a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.5s ease;	
}

#right a:hover{
	color: #555;
}


.cleaner{
	clear: both;
}

@media only screen and (max-width: 600px) {

	#left{
		width: 100%;
		float: left;
		
		background-color: #fcf6e8;
		font-family: 'Comfortaa';
		
		min-height: 0px;
	}

	#left .skills{
		text-align: left;
		margin-left: 10%;
	}

	#right{
		float: left;
		width: 90%;
		
		padding-left: 15px;	
		font-family: 'Comfortaa';
	}
	
	#right p{
		text-align: left;
	}
	
	#right span{
		white-space: pre;
	}
	
	#right h2{
		text-align: left;

		background-color: #fcf6e8;
		border-radius: 25px;
		padding: 10px 5px 5px 25px;

		font-size: 18pt;

		width: 90%;
	}

}

