/* resets */
h1, h2, h3, ul, li { list-style: none; margin: 0; padding: 0; }
@media (max-width: 1350px) and (min-width: 1020px) {
    html {
        font-size: 75.2%;
    }
}
@media (max-width: 1019px) and (min-width: 801px) {
    html {
        font-size: 58.8%;
    }
}
@media (max-width: 800px) {
    html {
        font-size: 47%;
    }
}
.hidden { display: none; }
.not-a-link { cursor: default; }
.root {
    background-color: #c5bcd9;
}
.nav {
    font-family: Titular-Regular;
    font-size: 1.8rem;
    letter-spacing: 0.04rem;
    position: absolute;
    text-transform: uppercase;
}
