﻿:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

#wrapper {
    max-width: 630px;
    margin: 0.75rem auto;
    border: 2px solid #231f20;
    padding: 0;
    background-color: #fff;
}

article {
    padding: 0 0.9375rem;
}

footer {
    padding: 6px 0.9375rem;
    text-align: center;
    background: #0066b3;
}

footer p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
}

footer a {
    color: #fff !important;
}

p {
    margin: 0 0 0.375rem;
}

strong {
    font-weight: 700;
}

.content {
    padding: 0 0 0 28px;
}

h1 {
    margin: 0 0 0.375rem;
    padding: 0 0 0 25px;
    font-weight: 700;
    font-size: 31px;
    line-height: 2.4375rem;
    color: #0066b3;
}

h1 span {
    display: block;
    font-size: 64%;
    line-height: 1;
}

h1:before {
    content: '\2022';
    color: #0066b3;
    float: left;
    margin-left: 0;
    font-size: 3.25rem;
    text-indent: -1.5625rem;
}

h1 small {
    font-size: 80%;
}

h2 {
    margin: 12px 0 0.125rem;
    font-weight: 700;
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

section {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

ul {
    padding: 0 0 0.375rem;
    list-style: none;
}

ul li {
    padding-left: 0.75rem;
}

li:before {
    content: '\2212';
    color: #231f20;
    float: left;
    margin-left: 0;
    font-size: 0.75rem;
    text-indent: -0.75rem;
}

img {
    max-width: 100%;
    border: none;
}

@media all and (max-width: 625px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    h1 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}