@import url('https://fonts.cdnfonts.com/css/baar-goetheanis');
*{               
    color: #3A5FCD;
    font-family: 'Antropos', sans-serif;
}
.link_to_photo{
	text-align: right;
}
.text{
	font-family: 'Baar Goetheanis', sans-serif;
}
#torna_su{
	border-radius: 20%;
	border: 1px solid black;
	background-color: white;
	width: 5rem;
	height: 1.6rem;
}
html{
	scroll-behavior: smooth;
}
.logo{
	width: 15%;
	height: auto;
}
body{
    background-color: white;
}
button{
	cursor: pointer;
}
.underbutton{
	border-radius: 100%;
	background-color: white;
	width: 3rem;
	height: 3rem;
	margin: 0.4rem;
	border: 1px solid black;
	display: flex;
   justify-content: center; /* Centra orizzontalmente */
   align-items: center;    /* Centra verticalmente */
}
#freccia_giu{
   max-width: 100%;       /* Evita che l'immagine superi la larghezza del contenitore */
   max-height: 100%;      /* Evita che l'immagine superi l'altezza del contenitore */
}
#freccia_giu{
	cursor: pointer;
}

.title{
    text-align: left;
    border-bottom: 0px;
    margin: 0px;
    padding: 10px;
}
nav{
    border-top: 20px;
    background-color:#3A5FCD;
    padding: 1rem;
}
nav ul{
    list-style-type: none;
}
nav ul li{
    display: inline;
    margin: 0px;
    padding: 10px;
}
nav ul li a{
    text-decoration: none;
    color: white;
    border: 1px;
    display: inline;
    border-left: 1px ;
    margin: 0px;
    padding: 10px;
}
nav ul li a:hover{
    -webkit-text-stroke-width: 0.5px;
}

img:hover{
	cursor:pointer;
}
img {
  width: 40%; /* or max-width: 100%; */
  height: auto;
  border-bottom: 6px;
}
table td,
th {
	 margin-top: 1rem;
    border: 1px solid #3A5FCD;
    text-align: left;
    padding: 20px;
}
th:hover{
	color: white;
	background-color: #3A5FCD;
	border: 1px solid white;
}
td:hover{
	color: white;
	background-color: #3A5FCD;
	border: 1px solid white;
}
#maps:hover{
    cursor: pointer;
}
.foto{
    border: 3px solid #3A5FCD;
    margin: 3px;
    margin-left: 0px;
    margin-top: 12px;
    border-radius: 6px;
}
.foto:hover{
    cursor: pointer;
    opacity: 0.4;
}