﻿@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-v16-latin-regular.eot');
    src: url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-regular.woff2') format('woff2'), url('../fonts/hind-v16-latin-regular.woff') format('woff'), url('../fonts/hind-v16-latin-regular.ttf') format('truetype'), url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/hind-v16-latin-600.eot');
    src: url('../fonts/hind-v16-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-600.woff2') format('woff2'), url('../fonts/hind-v16-latin-600.woff') format('woff'), url('../fonts/hind-v16-latin-600.ttf') format('truetype'), url('../fonts/hind-v16-latin-600.svg#Hind') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-v16-latin-700.eot');
    src: url('../fonts/hind-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-v16-latin-700.woff2') format('woff2'), url('../fonts/hind-v16-latin-700.woff') format('woff'), url('../fonts/hind-v16-latin-700.ttf') format('truetype'), url('../fonts/hind-v16-latin-700.svg#Hind') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hind', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 400
}

#wrapper {
    max-width: 510px;
    margin: 1rem auto;
    box-sizing: border-box;
    background-color: #fff;
    border: solid 2px #126eb7;
    position: relative;
    overflow: hidden;
}

article {
    padding: 0.3125rem 0.625rem 0;
}

footer {
    margin: 0 0.625rem;
    padding: 0.125rem 0 0.3125rem;
}

footer p {
    text-align: center;
}

footer p strong {
    font-weight: 600 !important;
}

h1 {
    font-size: 23px;
    margin: 0.375rem 0;
    line-height: 1.5rem;
    color: #126eb7;
    padding-left: 1.25rem;
}

h1:before {
    text-indent: -1.25rem;
    content: "\2022";
    color: #126eb7;
    float: left;
    margin-left: 0;
    font-size: 1.5625rem;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 23px;
    margin: 5px 0;
    line-height: 1.2;
    font-style: italic;
    color: #126eb7;
}

h3 {
    font-size: 33px;
    padding: 0.375rem 0 2px;
    line-height: 2.125rem;
    text-align: center;
}

:is(h1, h2, h3, strong) {
    font-weight: 700
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0.375rem;
    text-align: justify;
    hyphens: auto;
}

p:last-child {
    margin-bottom: 0;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (max-width: 510px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    p {
        text-align: left;
        text-wrap: pretty;
    }

    span {
        white-space: nowrap;
    }
}