* {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
}
p{margin: 0 0 0 0; }
html {
    /* font-size: 1.0625em;*/
    font-family: "Codec Pro", serif ;
    line-height: 1.5294117647;
    overflow-y: scroll;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

}
body {
    margin: 0;
    font-family: var(--mainFontN);
    background-color: #fafafa;
    -webkit-backface-visibility: hidden;
    font-weight: normal;
    line-height:1;
    vertical-align: baseline;
}
body.fixed {
    overflow: hidden;
    height: 100vh;
}
.clearFix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearFix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearFix {
    zoom: 1;
}

