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

h1 {
    font-size: 10px !important;
    font-weight: normal !important;
    letter-spacing: 0.05em !important;
    line-height: 1.75 !important;
}



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



body {
    background-color: #ffffff;
}


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



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

