@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap");

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.customHTML {
    font-size: 62.5%;
}

h1,
h2,
h3 {
    color: #00338d;
}

h1,
h2 {
    font-family: "open sans condensed", Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 3.6em;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
}

h3 {
    font-family: "open sans", Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    line-height: 1.5;
    margin-top: 0.90909090909em;
    margin-bottom: 0.90909090909em;
    font-weight: 600;
}

p {
    font-size: 1.6em;
    font-family: "open sans", Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 480px) {
    h3 {
        font-size: 1.8em;
    }
}

@media screen and (min-width: 640px) {
    h1 {
        font-size: 4.8em;
    }

    h2 {
        font-size: 3.6em;
    }
}

@media screen and (min-width: 768px) {
    h3 {
        font-size: 2em;
    }
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 6em;
    }

    h2 {
        font-size: 4.8em;
    }

    h3 {
        font-size: 2.2em;
    }
}
