html {
    font-family: Inter, Arial;
    font-size: 16px;
    position: relative;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
}

body {
    background-color: #023618;
    color: #000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

a {
    border-bottom: 1px solid transparent;
    color: #047835; /*lighten(#023618, 15%);*/
    display: inline-block;
    padding-bottom: 1px;
    text-decoration: none;
}

    a:hover {
        border-bottom-color: #023618;
        color: #023618 !important;
    }

    a i {
        margin-right: 8px;
    }

.light {
    background-color: white;
}

.dark a {
    color: white;
}

    .dark a:hover {
        border-bottom-color: #eee;
        color: #eee !important;
    }

.display-none {
    display: none;
}

h1, h2 {
    color: #333;
    font-size: 2.95em;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    font-size: 1.75em;
}

.main-body {
    margin: auto;
    max-width: 850px;
    padding: 20px 12px 100px 12px;
}

.card {
    background: #0000;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 0 24px 12px 24px;
    margin: 20px 0;
}

form label {
    display: block;
    font-weight: bold;
    padding-bottom: 4px;
}

form input, form textarea {
    border: 1px solid #666;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 15px;
    margin-bottom: 12px;
    max-width: 600px;
    padding: 8px;
    width: 100%;
}

form button {
    padding: 8px 12px;
    background-color: #2C6E49;
    border: 1px solid #023618;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-style: italic;
    font-weight: bold;
    max-width: 600px;
    text-transform: uppercase;
    width: 100%;
}

    form button:hover, form button:focus {
        background-color: #023618;
    }

form .js-message {
    background-color: #fafafa;
    border: 1px solid #444;
    border-radius: 4px;
    color: #444;
    font-weight: 500;
    margin-top: 20px;
    max-width: 576px;
    padding: 8px 12px;
}

form .js-message-success {
    background-color: #F2FAF6;
    border-color: #2C6E49;
    color: #2C6E49;
}

form .js-message-error {
    background-color: #FEF1F2;
    border-color: #C1121F;
    color: #C1121F;
}

#coaching-image-container {
    float: right;
    margin: 0 0 10px 20px;
}

#coaching-image {
    width: 120px;
}

.footer {
    margin: 75px 0;
}

.footer-inner {
    display: flex;
    justify-content: center;
}

#footer-image {
    border-radius: 50%;
    width: 120px;
}

#footer-links {
    margin: 25px 20px
}

@media (max-width: 850px) {
    .footer {
        margin-bottom: 200px;
    }

    .footer-inner {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }

    #footer-image {
        margin: auto;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 2.25em;
    }
}

@media (max-width: 315px) {
    h1 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 1.25em;
    }

    #coaching-image-container {
        float: none;
        margin: 0 0 10px 0px;
    }
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url("/fonts/Inter-Thin.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Thin.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url("/fonts/Inter-ThinItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-ThinItalic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/Inter-ExtraLight.woff2?v=3.13") format("woff2"), url("/fonts/Inter-ExtraLight.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url("/fonts/Inter-ExtraLightItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-ExtraLightItalic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Inter-Light.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Light.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Inter-LightItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-LightItalic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Regular.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Regular.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/Inter-Italic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Italic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Inter-Medium.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Medium.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Inter-MediumItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-MediumItalic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter-SemiBold.woff2?v=3.13") format("woff2"), url("/fonts/Inter-SemiBold.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url("/fonts/Inter-SemiBoldItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-SemiBoldItalic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-Bold.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Bold.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("/fonts/Inter-BoldItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-BoldItalic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("/fonts/Inter-ExtraBold.woff2?v=3.13") format("woff2"), url("/fonts/Inter-ExtraBold.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url("/fonts/Inter-ExtraBoldItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-ExtraBoldItalic.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/Inter-Black.woff2?v=3.13") format("woff2"), url("/fonts/Inter-Black.woff?v=3.13") format("woff");
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url("/fonts/Inter-BlackItalic.woff2?v=3.13") format("woff2"), url("/fonts/Inter-BlackItalic.woff?v=3.13") format("woff");
}

/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Inter var', sans-serif; }
  }
*/
@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: 'Regular';
    src: url("/fonts/Inter-roman.var.woff2?v=3.13") format("woff2");
}

@font-face {
    font-family: 'Inter var';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    font-named-instance: 'Italic';
    src: url("/fonts/Inter-italic.var.woff2?v=3.13") format("woff2");
}

/* --------------------------------------------------------------------------
[EXPERIMENTAL] Multi-axis, single variable font.

Slant axis is not yet widely supported (as of February 2019) and thus this
multi-axis single variable font is opt-in rather than the default.

When using this, you will probably need to set font-variation-settings
explicitly, e.g.

  * { font-variation-settings: "slnt" 0deg }
  .italic { font-variation-settings: "slnt" 10deg }

*/
@font-face {
    font-family: 'Inter var experimental';
    font-weight: 100 900;
    font-display: swap;
    font-style: oblique 0deg 10deg;
    src: url("/fonts/Inter.var.woff2?v=3.13") format("woff2");
}
