/* Font-Face */

/* Styled text  */

.styled-txt p {
    margin-bottom: 24px;
    -epub-word-break: hyphenate;
    -ms-word-break: hyphenate;
    word-break: normal;
    word-wrap: normal;
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.styled-txt p:last-child {
    margin-bottom: 0;
}
.styled-txt a:not([class]) {
    text-decoration: underline;
}

@media (hover: hover) {
    .styled-txt a:not([class]):hover {
        color: #f00;
    }
}

.styled-txt h1 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .styled-txt h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media screen and (min-width: 1680px) {
    .styled-txt h1 {
        font-size: 56px;
        line-height: 72px;
        margin-bottom: 16px;
    }
}

.styled-txt h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .styled-txt h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (min-width: 1680px) {
    .styled-txt h2 {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 16px;
    }
}

.styled-txt h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
    .styled-txt h3 {
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (min-width: 1680px) {
    .styled-txt h3 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 48px;
    }
}

.styled-txt h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

@media screen and (min-width: 1680px) {
    .styled-txt h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

.styled-txt h5 {
    font-weight: 700;
    margin-bottom: 16px;
}

.styled-txt h6 {
    font-size: 18px;
    line-height: 1.3;
}

.styled-txt ol {
    list-style: decimal;
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.styled-txt ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0;
}

.styled-txt ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.styled-txt li ol > li {
    margin: 0;
}

.styled-txt li ol > li:before {
    content: counters(item, ".") " ";
}

.styled-txt ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 32px;
}

@media screen and (min-width: 1680px) {
    .styled-txt ul {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 48px;
    }
}

.styled-txt li {
    position: relative;
    margin-bottom: 0;
}

nav ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

nav a {
    text-decoration: none;
}

p.roof {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 1680px) {
    p.roof {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 8px;
        letter-spacing: 0;
    }
}
