.gowun-batang-regular {
  font-family: "Gowun Batang", serif;
  font-weight: 400;
  font-style: normal;
}

.gowun-batang-bold {
  font-family: "Gowun Batang", serif;
  font-weight: 700;
  font-style: normal;
}

.bg-testata-interna {
	background-color:#b8d5ea;
}

.pt-240 {
	padding-top:240px;
}

.bg-blue {
	background-color:#247cbf;
}

.navbar-brand {
  margin-bottom: 10px; /* Distanza tra logo e pulsante hamburger */
}

.navbar-hamburger {
  display: flex;
  justify-content: center;
}

.titolo-pagina {
	padding-top:200px;
}

.img-expertise, .accred {
	border-radius: 25px;
}

.tparrows {
	display:none;
}

.exp-unariga {
	padding:20px 0px 10px 0px;
}

.marbot-10 {
	margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
    .testata {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
	}
}

@media only screen and (max-width: 769px) {
    .punto-menu {
        display:none;
    }
	.testata-interna {
		max-width:200px;
	}
	.titolo-pagina {
		padding-top:100px;
	}
	.accred {
		max-width:180px;
	}
	.img-expertise {
		max-width:250px;
	}
}

