p{
  font-size: 1.2em;
  font-weight: 300;
}
.frost-tab{
  border-radius: 5px;
  /*background-color: #F8F8FF;*/
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: inset 0 0 100px 300px rgba(	57, 57, 57,0.6);
          box-shadow: inset 0 0 100px 300px rgba(	57, 57, 57,0.6);
  color: #ffae19;
}
.frost2{
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: inset 0 0 100px 3000px rgba(173, 173, 173, 0.507), 0 0 30px 1px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 0 100px 3000px rgba(173, 173, 173, 0.507), 0 0 30px 1px rgba(0, 0, 0, 0.35);
  color: black;
  padding-bottom: 20px;
  font-weight: 300;
  overflow-wrap: break-word;
}
.frost2 > h2{
  text-shadow: 0 0 10px white;
  text-align: center;
  font-size: 2.2em;
  font-weight: 500;
}

.tbl{
  height: 100px;
  width: 100%;
  margin: auto;
}

.link{
  text-decoration: none;
  text-align: center;
  
}
.link p{
  margin: auto;
  width: 50%;
  padding-top: 20px;
  border-top: 1px solid black;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  color: black;
}
.link p img{
  margin-right: 1em;
  height: 1.5em;
}
a:focus{
  outline: 0;
}
a:hover{
  outline: 0;
  text-decoration: none;
}

.mappa{
  width: 30px;
  height: 30px;
  font-size: 2.5em;
  color: black;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mappa:hover{
  transform: scale(1.1);
}
.mappaA{
  display: flex;
  justify-content: center;
  width: 30px;
  margin: auto;
}

img.inTextRight{
  width: 400px;
  border-radius: 7px;
  float: right;
  -webkit-filter: drop-shadow(0 0 3px black);
          filter: drop-shadow(0 0 3px black);
  padding: 2px;
  margin: 15px 0 15px 15px;
}
img.inTextLeft{
  width: 200px;
  border-radius: 7px;
  float: left;
  -webkit-filter: drop-shadow(0 0 2px white);
          filter: drop-shadow(0 0 2px white);
  padding: 2px;
  margin: 15px 0 15px 0;
}
span.hide{
  font-size: 0.85em;
  font-style: italic;
  font-weight: 500;
  text-shadow: 0 0 10px white;
}

#ale{
  -webkit-filter:drop-shadow(8px 8px 10px gray);
          filter:drop-shadow(8px 8px 10px gray);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2%;
}
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-block {
  position: absolute;
  text-align: center;
  bottom: 130px;
  opacity: 1;
}
.al {
  height: 50px;
  width: 200px;
  -webkit-filter:drop-shadow(8px 8px 10px gray);
          filter:drop-shadow(8px 8px 10px gray);
}
.table {
  width: 100%;
  height: 100%;
  }

.submenu {
  text-decoration: none;
  color: rgb(32, 32, 32);
  font: 15px/1 Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: auto;
  padding: 10px;
}
.submenu:hover {
  font-size: 100%;
  color: rgb(29, 29, 29);;
}
.menu { text-align: center; }
.menu ul { display:inline-table; }
.menu li { display:inline; }


.menu2 { text-align: center; position: relative; left: -15px;}
.menu2 ul { text-decoration: none;}
.menu2 li { text-decoration: none; list-style: none;}
/*
.menu2 { width: 100%; overflow: hidden; text-align: center;}
.menu2 ul { text-decoration: none; list-style: none; position: relative; float: left; display: block; left: 50%; }
.menu2 li { text-decoration: none; list-style: none;}
.menu2 ul li { text-decoration: none; position: relative; float: left; display: block; right: 50%; }*/

@media all and (max-width: 400px){
  p{font-size: 15px;}
  h2{font-size: 25px;}
  li{font-weight: 100;}
}
@media all and (max-width: 813px){
  .link p{
    width: 80%;
  }
  img.inTextRight,
  img.inTextLeft{
    width: 100%;
  }
  iframe.inTextRight{
    width: 100%;
    min-height: 300px;
    margin: 15px 0 15px 0;
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.568));
            filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.568));
  }
  .hide{
    display: none;
  }
}