@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/MaterialIcons-Regular.ttf') format('truetype'),
        url('../fonts/MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('../fonts/MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Open-Sans.woff2') format('woff2'),
        url('../fonts/Open-Sans.woff') format('woff');
}
@font-face
{
   font-family: "Carattere";
   font-weight: 400;
   font-display: swap;
   src: url('../fonts/Carattere.woff2') format('woff2'),
        url('../fonts/Carattere.woff') format('woff');
}
@keyframes bouncing-ball-move
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: translate(150px,250px) rotate(0deg) ;  }
   20% { transform: translate(450px,0px) rotate(0deg) ;  }
   30% { transform: translate(700px,250px) rotate(0deg) ;  }
   40% { transform: translate(910px,75px) rotate(0deg) ;  }
   50% { transform: translate(800px,0px) rotate(0deg) ;  }
   60% { transform: translate(500px,250px) rotate(0deg) ;  }
   70% { transform: translate(400px,0px) rotate(0deg) ;  }
   80% { transform: translate(300px,250px) rotate(0deg) ;  }
   90% { transform: translate(150px,0px) rotate(0deg) ;  }
   95% { transform: translate(100px,250px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a.Hyperlink
{
   color: #000000;
   text-decoration: none;
   transition: all 300ms ease-in;
}
a.Hyperlink:visited
{
   color: #000000;
   text-decoration: none;
}
a.Hyperlink:active
{
   color: #FF0000;
   text-decoration: none;
}
a.Hyperlink:hover
{
   color: #8B4513;
   text-decoration: none;
}
h1, .h1
{
   font-family: Tahoma;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2.Test, .h2
{
   font-family: Tahoma;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   animation-name: bouncing-ball-move;
   animation-duration: 500ms;
   animation-delay: 0ms;
   animation-timing-function: linear;
   animation-iteration-count: 5;
   animation-direction: normal;
   animation-fill-mode: none;
   display: inline;
}
h3, .h3
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
@media only screen and (max-width: 969px)
{
}
