html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.allign-left {
    text-align: left;
}

.markdown > p {
    /*text-align: center;*/
}

    .markdown > p > img {
        max-width: 100%;
        max-height: 600px;
    }

    .markdown > p:has(img) {
        text-align: center;
    }




.markdown > blockquote {
    color: #424242;
    font-size: larger;
}

.markdown table {
    border-collapse: collapse;
    width: 100%;
}

.markdown td, .markdown th {
    border: 1px solid #ddd;
    padding: 8px;
}

.markdown tr:nth-child(even) {
    background-color: #f2f2f2;
}

.markdown tr:hover {
    background-color: #ddd;
}

.markdown th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: lightgray;
}

.max-800 {
    max-width: 800px;
}

.max-1000 {
    max-width: 1000px;
}

.center {
    margin: auto;
    padding: 10px;
}

.item-border-light {
    border: 1px solid rgba(0,0,0,.125);
}

.hero-cover {
    max-height: 250px;
}

.hero-cover-lg {
    max-height: 300px;
}


.stick-base {
    margin-top: auto;
}

.hero-logo {
    height: 25px;
}

.svg-light {
    fill: gray;
}

    .svg-light:hover {
        fill: black;
        cursor: pointer;
    }


.link-muted {
    text-decoration: none;
}

    .link-muted:hover {
        text-decoration: underline;
    }

@media (max-width: 500px) {
    .link-muted {
        display: none;
    }
}


.blog-preview {
    max-height: 180px;
    max-width: 100%;
    overflow: clip;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

.blog-hero-link:hover {
    text-decoration: underline;
}
.align-left {
    text-align: left !important;
    justify-items: left;
}

.h1-center h1 {
    text-align: center;
}

.img-center img {
    margin: auto;
    display: flex;
}

.page-footer {
    background-color: white;
    border-top: 1px solid #dee2e6;
}
