body {
	font-family: Helvetica, sans-serif;
	font-family: 'Nunito', sans-serif;
}

.container {
	padding-left:26px;
	padding-right:26px;
	margin-bottom:80px;
}

h1 {
	font-size: 1.2rem;
	line-height:4rem;
	padding-top:12px;
}

h2 {
	/*margin-bottom:80px;*/
	font-size:1.1rem;
}

h3 {
	font-size:1rem;
}

.square {
	max-height:200px;
}

h2.page {
	display:none;
}

.opere .img-fluid {
	max-height:80vh;
	width: auto;
	margin-bottom:60px;
}

.opere {
	display: flex;
  justify-content: center;
}

ul a, h1 a, .card-body a {
	text-decoration: none;
}

a {
	color:rgba(0,0,0,.9);
}

.link_blocchetto {
	background-color: #eee;
	margin:10px 16px;
	text-align: center;
	padding:10px 0;
	display:block;
	border-radius:4px;
}

.navbar {
	background-color: transparent !important;
	line-height:2.3rem;
}

.navbar a {
	color:rgba(0,0,0,.9);
}

.navbar li {
	display:inline-block;
	margin-left:30px;
}

.card {
	margin-bottom:calc(var(--bs-gutter-x));
}
.square {
  position: relative;
}

h5 span {
	color:#bbb;
	line-height: 2.3rem;
}

h3 {
	color:#bbb;
}

h4 {
	margin-top:50px;
}

h5 {
	line-height: 1.4rem;
	font-size:1.1rem;
}

.card {
	border:0;
}

.card-img-top {
	border-radius: 0;
}

.card-body {
	padding-left:0;
	padding-right:0;
}

.square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.fullscreen {
	height:100vh;
	width:100vw;
	position:fixed;
	top:0;
	left:0;
	z-index:-9;

	display: flex;
    align-items: center;
}

.fullscreen img{
	min-width:100%;
	min-height:100vh;
	object-fit: cover; 
}

.navbar-toggler {
	border:0;
}

.nav-link {
	text-align:right;
}

.justify-content-end {
padding-right:0;
}

.sx {
	display:inline-block;
}

.navbar-toggler {
	padding-top:20px;
	padding-right: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

h5.linea {
	border-bottom:1px solid;
	margin-top:0;
}

.bloccotesti {
	margin-bottom:60px;
}

.immagine_bio {
	max-width: 50%;
}

.marginbottom {
	margin-bottom:3vh;
}

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

	.navbar li {
		display:block;
		margin-left:0;
		text-align:right;
	}
	.immagine_bio {
		max-width: 70%;
	}



}

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

.opere .img-fluid {
	max-height:inherit;
	width: 100%;
}
.immagine_bio {
		max-width: 100%;
	}

}

@media screen and (max-width:576px) {
	.square {
		max-height:200px;
	}
	.gallery .square {
		max-height: inherit;
	}
}