h1,h2,h3{
	font-size: 2em;
}

li{
	font-size: 2em;
}

h3{
	text-align: center;
}

body{
	margin:0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;height: 100%;
	max-width: 100%;

}


#contmenu{
	display: none;
}

#menu{
	display: none;
}

/*global section*/

.globalsec{
	margin: 0 0 0 0;
	width: 100%;
}

/* SKILLS + LANG CONT  */

#contsl{
	position: relative;
	display: inline-block;
	width: 100%;

		}

	.col1{
	
		width: 100%;
		text-align: center;
	}

 	progress{
	max-width: none;
	width: 60vw;
	}

/*WORK*/

#contselpr{
	display: inline-block;
	width: 100%;
}
#contselpr li{
	text-align: center;
}
#cont-images{
		width: 100%;
		height: 100%;
		margin:0;
		padding: 0;
		overflow: scroll;
	}

		.grid div{
			width: 100%;
			height: 100%;
			max-height: none;max-width: none;
			position: relative;

		}

		.grid img{
			width: auto;
			height: auto;
			display: inline-block;
			position: relative;
		}

		.grid p{
			margin-top: 10px;
		}
