.frost{
    box-shadow: inset 0 0 100px 700px rgba(0, 0, 0, 0.562);
    color: #ffae19;
    overflow-wrap: break-word;
}
.mainInfo{
    text-align: center;
    border-radius: 10px;
    width: 70%;
    margin: auto;
}
.tekst{
    color: white;
    text-shadow: 0 0 15px black;
}
.mainInfo h1{
    padding-top: 30px;
}
.latest_pic{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    margin: auto;
    border-radius: 10px;
}
.latest_pic > a:focus{
    outline: 0;
}
.latest_pic img{
    border-radius: 50%;
    width: 25em;
    height: 25em;
    object-fit: cover;
    box-shadow: -10px 0px 30px rgb(136, 2, 28), 10px 0px 30px rgb(41, 2, 182);
}
.wins{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    padding: 20px;
}
.tbl{
    width: 300px;
    height: 100%;
    margin: auto;
    border-radius: 10px;
}
.years{
    text-align: center;
    border-radius: 10px;
    width: 70%;
    margin: 50px auto 50px auto;
}
.years h2{
    line-height: 3;
}
.galleria{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.589));
}
img.resp {
  object-fit: cover;
  border-radius: 5px;
  width: 200px;
  height: 200px;
  margin: 3px;
  z-index: 1;
}
img.resp:hover,
.latest_pic img:hover{
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transform: scale(1.05);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scale(1.05);/*
  animation: 0.3s ease-out zoom;*/
  transform: scale(1.05);
  filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
  z-index: 2;
}

summary{
    font-size: 1.5rem;
    margin:auto auto 30px auto;
    box-shadow: inset 0 0 100px 700px rgba(43, 43, 43, 0.562), 0 0 100px 5px rgba(255, 217, 0, 0.616);
    color: white;
    cursor: pointer;
    width: 7em;
    border-radius: 10px;
    line-height: 2;
}
summary:focus{
    outline: 0;
}

details summary::-webkit-details-marker {
    background: url(../images/other/arrow.svg) center no-repeat;
    color: transparent;
}
details[open] summary::-webkit-details-marker {
    background: url(../images/other/arrow-down.svg) center no-repeat;
    color: transparent;
}

.stemma{
    width: 9em;
    padding: .5em;
    border-radius: 10px;
    box-shadow: inset 0 0 150px 50px rgb(255, 255, 255), 0 0 30px 10px rgba(255, 255, 255, 0.692);
}

@media all and (max-width: 813px){
    details[open]{
        margin-bottom: 100px;
    }
    .tbl{
        width: 230px;
    }
    .mainInfo,
    .years{
        width: 95%;
    }
    .wins{
        width: 90%;
    }
    .latest_pic{
        padding: 20px;
    }
    .latest_pic img{
        width: 15em;
        height: 15em;
    }
    img.resp:hover,
    .latest_pic img:hover{
        transform: none;
        transition: none;
        filter: none;
    }
    .galleria{
        padding-bottom: 20px;
    }
    .years h2{
        line-height: 2;
    }
}


/*iphone se*/
@media all and (max-width: 330px) {
  img.resp{
    width: 90px;
    height: 90px;
  }
  .galleria{
    margin: 0px 0px auto;
  }
}

  /*telefoni più grandi*/
  @media all and (max-width: 400px) and (min-width: 331px) {
  img.resp{
    width: 110px;
    height: 110px;
  }
}

  /*telefoni più grandi*/
  @media all and (max-width: 750px) and (min-width: 401px) {
  img.resp{
    width: 110px;
    height: 110px;
  }
}