html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


@font-face {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 700;
    src: local(""), url("fonts/readex-pro-v6-latin-700.woff2") format("woff2"), url("fonts/readex-pro-v6-latin-700.woff") format("woff");
     Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ 
}

@font-face {
    font-family: "fontAwesome";
    src: url("fonts/fa-solid-900.woff2") format('woff2'), url("fonts/fa-solid-900.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html {
    font-size: 10px;
}

body {
    padding: 0 0 0 30rem;
    font-family: "Readex Pro", Helvetica, cursive;
    font-size: 1.8rem;
    color: var(--font-color);
    background: var(--background-secondary);
}

@media screen and (max-width: 1000px) {
    body {
        padding: 0 0 0 25rem;
    }
}

@media screen and (max-width: 800px) {
    body {
        padding: 8rem 0 0 0;
    }
}

.page-heading {
    margin-bottom: 4rem;
}

a { /* used for advanced search*/
    text-decoration: none;
    color: var(--font-color);
}


* {
    box-sizing: border-box;
}

.app_version {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.page-top-bar-margin {
    margin-bottom: 2rem;
}