@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: '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';
}

.navbar-brand {
    font-family: 'ad-astra';
    font-size: 1.6rem;
    margin-top: 0.5rem;
}

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

#contact_form_Email__row {
    display: none;
}
