@charset "utf-8";

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* fira-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
    /* Legacy iOS */
}

body {
    color: #414141;
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:active) {
    color: #003783;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    color: #4C83CF;
}

p {
    margin: 0 0 30px;
}

h1 {
    color: #004F9F;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 60px;
}

h2 {
    font-size: 18px;
    margin: 1rem 0;
}

h3 {
    font-size: 18px;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding: 0 0 10px 30px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -20px;
    font-size: 1.375em;
    line-height: 1;
}



header {
    max-width: 300px;
    margin: 20px 1rem 90px
}

article {
    padding: 0 0 0 50px
}

footer p {
    margin: 0 0 10px 50px
}


@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }


    article {
        padding: 0 10px
    }

    footer p {
        margin: 0 10px
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    h2 {
        margin: 30px 0 10px
    }

    .margin {
        margin: 0 0 30px;
    }

}

@media only screen and (max-width: 30rem) {
    header {
        text-align: center;
        margin: 30px auto
    }
}

@media only screen and (max-width: 23.438rem) {
    h1 {
        margin: 0 0 30px
    }

    ul li {
        padding-left: 20px
    }
}
