@font-face {
    font-family: 'ad-astra';
    src: url('../fonts/ad-astra_webfont.woff2') format('woff2'),
         url('../fonts/ad-astra_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis-regular_webfont.woff2') format('woff2'),
         url('../fonts/metropolis-regular_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis-bold_webfont.woff2') format('woff2'),
         url('../fonts/metropolis-bold_webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'metropolis';
    src: url('../fonts/metropolis-black_webfont.woff2') format('woff2'),
         url('../fonts/metropolis-black_webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'source-sans-pro';
    src: url('../fonts/source-sans-pro-light_webfont.woff2') format('woff2'),
         url('../fonts/source-sans-pro-light_webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'source-sans-pro';
    src: url('../fonts/source-sans-pro-light-italic_webfont.woff2') format('woff2'),
         url('../fonts/source-sans-pro-light-italic_webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'source-sans-pro';
    src: url('../fonts/source-sans-pro-regular_webfont.woff2') format('woff2'),
         url('../fonts/source-sans-pro-regular_webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source-sans-pro';
    src: url('../fonts/source-sans-pro-italic_webfont.woff2') format('woff2'),
         url('../fonts/source-sans-pro-italic_webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'source-sans-pro';
    src: url('../fonts/source-sans-pro-bold_webfont.woff2') format('woff2'),
         url('../fonts/source-sans-pro-bold_webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'source-sans-pro';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'metropolis';
}

h1 {
    font-weight: bold;
}

.navbar-brand {
    font-family: 'metropolis';
    font-weight: 900;
    font-size: 2.6rem;
    padding: 0rem;
}

a.ad-astra {
    font-family: 'ad-astra';
    font-size: 0.65rem;
    text-decoration: none;
}

#form_contact div {
    padding-bottom: 0.5rem;
}

#contact_form_Email__row {
    display: none;
}
