html, body {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #333333;
    font-family: Cabin, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Cabin', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

h1 {
    color: #333333;
    font-weight: 700;
    font-size: 1.7rem;
}

h2 {
    font-size: 1.5rem;
    color: #303030;
    margin-bottom: 1.1em;
    margin-top: 1.5em;
}

h3 {
    font-size: 1.3rem;
    color: #666666;
    margin-bottom: 1.1em;
    margin-top: 1.3em;
}

.txtSmall {
    font-size: 0.8em;
    line-height: 1em;
}

.txtNormal {
    font-size: 1em;
}

.txtButton {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.2rem 1rem;
    border-radius: 0.15rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    .txtButton:hover {
        color: #fff;
        background-color: #218838;
    }


img         { max-width: 100%; height: auto !important; }



small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }

p { line-height: 1.5; }


a {    color: #28a745; }

    a:hover {
        color: #007bff;
        text-decoration: none;
    }