﻿@font-face {
	font-family: ZillaSlab-Bold;
	src: url('ZillaSlab-Bold.ttf') format('truetype');
}

@font-face {
	font-family: ZillaSlab-RegularItalic;
	src: url('ZillaSlab-RegularItalic.ttf') format('truetype');
}

@font-face {
	font-family: ZillaSlab-Regular;
	src: url('ZillaSlab-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('Roboto-RegularItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('Roboto-Bold.ttf') format('truetype');
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");

/*# sourceMappingURL=fonts.css.map */

body {
    background-image: url('BackGrnd.png');
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.25em;
    color: black;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background-image:url('BackGrnd.png');
    padding-left: 5px;
    padding-right: 5px;
}

/* Set padding to keep content below the navbar */
.page-wrapper {
    padding-top: 7px;
    margin-top: 0px;
}

/* Typography - Headings */
h1, .h1 {
    font-size: 3.35rem;
    line-height: unset;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-family: "Zilla Slab", serif;
    font-weight: 600;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: Roboto, sans-serif;
    line-height: 1.125;
    letter-spacing: 0;
}

h2, .h2 {
    font-size: 2.3rem;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.325rem;
    margin-left: 10px;
}

    h2:not(:first-child), .h2:not(:first-child) {
        margin-top: 1.875rem;
    }

h3, .h3 {
    font-size: 1.9125rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.325rem;
}

    h3:not(:first-child), .h3:not(:first-child) {
        margin-top: 1.875rem;
    }

h4, .h4 {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.325rem;
}

    h4:not(:first-child), .h4:not(:first-child) {
        margin-top: 1.875rem;
    }

h5, .h5 {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.325rem;
}

    h5:not(:first-child), .h5:not(:first-child) {
        margin-top: 1.875rem;
    }

h6, .h6 {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.325rem;
}

    h6:not(:first-child), .h6:not(:first-child) {
        margin-top: 1.875rem;
    }

/* Typography - Lists */
ol {
    list-style-position: outside;
    font-size: 1.2rem;
    margin-top: 1.05rem;
    margin-bottom: 1.05rem;
    margin-left: 1.875rem;
}

    ol:not([type]) {
        list-style-type: decimal;
    }

        ol:not([type]).is-lower-alpha {
            list-style-type: lower-alpha;
        }

        ol:not([type]).is-lower-roman {
            list-style-type: lower-roman;
        }

        ol:not([type]).is-upper-alpha {
            list-style-type: upper-alpha;
        }

        ol:not([type]).is-upper-roman {
            list-style-type: upper-roman;
        }

    ol li {
        font-family: ZillaSlab-Regular, ZillaSlab-RegularItalic, ZillaSlab-Bold, serif;
        line-height: 1.25rem;
        padding-bottom: 6px;
    }

ul {
    list-style: none;
    font-size: 1.0rem;
    margin-top: 1.05rem;
    margin-bottom: 1.05rem;
    margin-left: 1.5rem;
}

    ul li {
        list-style: none;
        line-height: 1.5;
    }

    ul ul {
        list-style-type: circle;
    }

        ul ul ul {
            list-style-type: square;
        }

.dl-horizontal dt {
    white-space: normal;
}

/* Navigation */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
/* Reusable Buttons */

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    float: none;
    outline: 0;
    white-space: nowrap;
    margin-top: 4%;
    margin-left: 2%;
    padding: 1em 1em;
    background: #277700;
    box-shadow: inset 0px 0px 0px 1px #83C862, 0px 2px 3px 0px rgba(0,0,0,0.25);
    border: solid 1px #277700;
    border-radius: 6px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
    font-size: 14pt;
    color: #FFFF99;
}

.button-sm {
    display: inline-block;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    float: none;
    outline: 0;
    white-space: nowrap;
    margin-top: 2%;
    margin-left: 0;
    padding: 1em 1em;
    background: #277700;
    box-shadow: inset 0px 0px 0px 1px #83C862, 0px 2px 3px 0px rgba(0,0,0,0.25);
    border: solid 1px #277700;
    border-radius: 6px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
    font-size: 10pt;
    color: #FFFF99;
}

    .button-sm:hover,
    .button-sm:focus,
    .button-sm:active {
        color: white;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: Roboto;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  height: auto;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 20px; /* Vertically center the text there */
}
