
html {
    font-size: 14px !important;
    letter-spacing: 0.05em !important;
}

h1 {
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: 0.05em !important;
    line-height: 2 !important;
    margin: 0px !important;
}

h2 {
    font-weight: normal !important;
    letter-spacing: 0.05em !important;
    line-height: 0.007 !important;
    margin: 0px !important;
}



body {
    color: #000000;
}
a {
    color: #000000;
}
a:hover {
    /*
    color: #ffffff;
    background-color: #000;
    */
}



section {
    margin: 0 0 0 0 !important;
}
section:last-of-type {
    margin:  !important;
}



@media screen and (max-width: 959px) {
    section {
        margin: 0 0 0 0 !important;
    }
    section:last-of-type {
        margin:  !important;
    }
}

