﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.site-title {
    font-size: 36pt;
}

.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;
}

@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;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.card-body {
    padding: 4px 4px 4px 4px;
}

    .card-body ul {
        list-style-type: none;
        padding: 4px;
        margin: 0;
    }

    .card-body li {
        display: flex;
        padding-bottom: 4pt;
        line-height: 120%;
    }

        .card-body li .title {
            width: 100%;
            padding-left: 1.5em;
            text-indent: -1.5em;
        }

        .card-body li .icons {
            margin-left: auto;
        }


@media (min-width: 576px) {
    .card-columns.checklist-cards {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns.checklist-cards {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns.checklist-cards {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns.checklist-cards {
        column-count: 4;
    }
}

@media (max-width: 992px) {
    .card-deck.home-cards {
        column-count: 1;
    }
}

@media (min-width: 992px) {
    .card-deck.home-cards {
        column-count: 2;
    }
}

.page-header {
    display: flex;
    width: 100%;
}

.page-top-icons {
    margin-left: auto;
}

.page-title {
    width: 100%;
}

    .jumbotron {
        padding-top: 14px;
        padding-bottom: 114px;
    }

    .jumbotron {
        padding-left: 50px;
    }

.jumbotron.home-jumbo {
    background-image: url("/images/index-img1.jpg");
    background-size: cover;
}

    .jumbotron.home-jumbo p {
        font-size: 28pt;
        vertical-align: top;
    }

@media (max-width: 768px) {
    .jumbotron.home-jumbo p {
        display: none;
    }
}

.image-refs ul {
    list-style: none;
    padding-left: 0px;
    font-size: 8pt;
}
