html,body,img, .row {
      padding: 0;
      margin: 0;
}

.competenze {
	max-width: 450px;
}

.main-wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
}

.loghi-max-width {
	width: 100%
}

.logo-height {
	max-height: 6rem;
}

.it {
	color: blue;
	font-weight: bold;
}

.en {
	color: red;
	font-weight: bold;
}


@media only screen and (min-width: 992px)
{

	.main-wrapper{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar
	{
		  padding-top: 5px;
		  padding-bottom: 0px;
		  height: 3rem;
	}

	.menuitems
	{
		  width: 130px;
		  text-align: center;
		  position: relative;
		  margin-left: 5px;
		  padding: 15px 15px 0 15px;
		  height: 4rem;
		  top: -3px;
		  border-bottom-left-radius: 15px;
		  border-bottom-right-radius: 15px;
	}

	.act
	{
		  background-color:  rgb(177, 221, 171);;
	}

	li:hover
	{
		  background-color: lightgrey;
	}
	
	.language
	{
		display: none;
	}
	
}

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

	.main-wrapper{
		width: 100%;
	}

	.language-dropdown{
		display: none;
	}

	.center{
		text-align: center !important;
		padding-bottom: 2rem;
	}

	.loghi-max-width{
		max-width: 300px;
	}
	
	.loghi-width {
		width: 50%;
	}

}