@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap);
.orizzontale {
    align-content: center;
    margin: 2px;
    width: 100%;
    font-weight: bolder;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.3px;
}
.orizzontale a {
    background-color: white;
    -webkit-box-shadow: 0px -3px 0px 0px rgba(0,174,250,1);
    -moz-box-shadow: 0px -3px 0px 0px rgba(0,174,250,1);
    box-shadow: 0px -3px 0px 0px rgba(0,174,250,1);
    color: black;
    display: block;
    margin-bottom: 0px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
}
.orizzontale a:hover {
    color: #fff;
    -webkit-box-shadow: 0px -3px 0px 0px rgba(0,174,250,1);
    -moz-box-shadow: 0px -3px 0px 0px rgba(0,174,250,1);
    box-shadow: 0px -3px 0px 0px rgba(0,174,250,1);
}

.sweep-to-bottom {
    float: left;
    position:relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
    
}
.sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -3px;
    background: rgba(0,174,250,1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.sweep-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.footer-link {
    align-content: center;
    margin: 2px;
    width: 100%;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2.0px;
    
}
.footer-link a {
    color: black;
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

.footer-link a:hover {
    color:#807E7E;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,174,250,1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,174,250,1);
    box-shadow: 0px 2px 0px 0px rgba(0,174,250,1);
}

.footer-bottom {
    float: left;
    position:relative;
    padding-bottom:2px;
    
}