@font-face {
    font-family: 'biancoenero';
    src: url('biancoenero/biancoenerobook.woff2') format('woff2'),
         url('biancoenero/biancoenerobook.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    outline: none;
}

a {
    text-decoration: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="text"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

html,body{
    height: 100%;
    padding:0;
    margin: 0;
    font-family: 'biancoenero';
    font-size: 1em;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

body {
    background: url(../img/background.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(153,181,200,0.5);  
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(153,181,200,0.5);
    background: rgba(153,181,200,0.2);
}

#fade {
    display: none;
    background: #fff; 
    position: fixed; left: 0; top: 0; 
    z-index: 10;
    width: 100%; height: 100%;
    opacity: .80;
    z-index: 50;
}

#JSP {
    width: 1200px;
    /*height: 3000px;*/
    margin: auto;
    position: relative;
}

.giallo {
    color: #63b345;
}

.grigio {
    color: #575656;
}

.containerPasso {
    width: 980px;
    height: 100%;
    position: relative;
    margin: auto;
}

@media screen and (max-width: 1200px) {

    #JSP {
        width: 100%;
    }

}

