a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, img, input, ins, kbd, label, legend, mark, menu, nav, object, output, p, q, ruby, s, samp, spacecanvas, spacecode, spacefooter, spaceform, spacehtml, spaceiframe, spacepre, spacesection, spacesmall, spacetfoot, spaceu, span, strike, strong, sub, summary, sup, table, tbody, td, th, thead, time, tr, tt, var, video, wrapper {
    box-sizing: border-box;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: 'Catamaran';
}

html {
    color: #808080;
    position: relative;
    min-height: 100%;
    font-size:1.1em
}

body {
    margin-bottom: 0px;
    color: #333;
}
.navbar-toggler {
    color: white
}
/* unvisited link */
a:link {
    color: dimgrey;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: dimgrey;
}

/* mouse over link */
a:hover {
    color: dimgrey;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: dimgrey;
}

ul, ol, p {
    font-size: 1.1em;
}

    p a:link {
        text-decoration: underline
    }

.masthead-content h1 {
    text-shadow: rgba(0, 0, 0, 0.8) 1px 0 10px;
}

h1 {
    font-size: clamp(1.75rem, 1.2rem + 2vw, 3.5rem);
}

h2 {
    font-size: clamp(1.5rem, 1.05rem + 1.5vw, 2.25rem);
}

h3 {
    font-size: clamp(1.25rem, 0.9rem + 1vw, 1.75rem);
    color: grey;
}

.card-title a{
    color:steelblue;
    text-decoration: none;
}
    .card-title a:hover {
        text-decoration: underline;
    }
.control-label{
    font-size:1.1em
}
figure {
    background-color: gainsboro;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
}

.margin_bottom {
    margin-bottom: 20px;
}

.fauxLink {
    cursor: pointer;
    color: gray;
}

    .fauxLink:hover {
        text-decoration: none;
        color: green;
        text-decoration: underline;
    }

footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
 font-weight: 700;text-transform: uppercase;font-size: 0.8rem;
     letter-spacing: 0.1rem;  }

    .navbar-custom .navbar-brand {

    }

    .navbar-custom .navbar-nav .nav-item .nav-link {
 
    }
/*MastHead Home*/
header.mastheadHome {
    position: relative;
    overflow: hidden;
    padding: calc(1rem);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

    header.mastheadHome .mastheadHome-content {
        z-index: 1;
        position: relative;
    }

/*MastHead Pages*/
header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(2rem);
    padding-bottom: 2rem;
    background-image: url(/images/page-heading-background.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

    header.masthead .masthead-content {
        z-index: 1;
        position: relative;
    }

code {
    background: #f4f4f4;
    color: #666;
    page-break-inside: avoid;
    font: normal normal 14px/16px "Courier New", Courier, Monospace;
    line-height: 1.4;
    max-width: 100%;
    display: inline;
    padding: 5px;
}

pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 4px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font: normal normal 14px/16px "Courier New", Courier, Monospace;
    line-height: 1.0;
    margin-bottom: 1.6em;
    max-width: 100%;
    padding: .5em 1em;
    display: block;
    word-wrap: break-word;
    margin-left: 30px;
    overflow: auto;
    overflow-x: auto;
    white-space: pre-wrap;
    counter-reset: line;
    overflow-y: auto;
}

    pre:hover,
    pre:focus {
        border-left: 3px solid #338df3;
    }

div.code {
    position: relative;
}

pre + button {
    position: absolute;
    top: 0;
    right: 0;
}

pre .line-number {
    user-select: none;
    float: left;
    margin: 0 1em 0 -1em;
    border-right: 1px solid;
    text-align: right;
}

    pre .line-number span {
        display: block;
        padding: 0 .5em 0 1em;
    }

pre .cl {
    display: block;
    clear: both;
}


.codeButton {
    background-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    padding: 2px 2px;
    text-decoration: none;
    margin: 2px 2px;
}

    .codeButton:hover {
        background-color: transparent;
    }

    .codeButton:active {
        top: 1px;
    }

.article-img {
    border-radius: 10px;
    width: 90%;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.7));
    margin: auto;
    text-align: center;
}
.articlecardimgdiv {
    max-height: 100px;
    overflow: hidden;
}

.manageImagesDiv {
    overflow: hidden;
    border-bottom: 0px;
    border-color: gainsboro;
    border-bottom-style: solid;
}

.cardImageDiv {
    overflow: hidden;
    border-bottom: 0px;
    border-color: gainsboro;
    border-bottom-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card {
    border-width: 0px;
    border-radius: 10px;
    filter: drop-shadow(0 0 0.20rem #cbccc8);
}

.cardImage {
    height: auto;
    width: 100%;
}

.SideBarArticles {
    max-width: 100%;
}

.badge {
    border-radius: 3px;
}

.RightNav {
    width: 100%;
}

.HrzAd {
    width: 100%;
    margin-bottom: 20px;
    margin: auto;
}

.olcards,
.olcards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.olcards {
    list-style: none;
    counter-reset: cardCount;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    --cardsGap: 1rem;
    gap: var(--cardsGap);
    padding-bottom: var(--cardsGap);
}

    .olcards li {
        counter-increment: cardCount;
        display: flex;
        color: white;
        --labelOffset: 1rem;
        --arrowClipSize: 1.5rem;
        margin-top: var(--labelOffset);
    }

        .olcards li::before {
            content: counter(cardCount, decimal-leading-zero);
            background: white;
            color: var(--cardColor);
            font-size: 2em;
            font-weight: 700;
            transform: translateY(calc(-1 * var(--labelOffset)));
            margin-right: calc(-1 * var(--labelOffset));
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-inline: 0.5em;
        }

        .olcards li .content {
            background-color: var(--cardColor);
            --inlinePadding: 1em;
            --boxPadding: 0.5em;
            display: grid;
            padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize)) var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
            grid-template-areas:
                "icon title"
                "icon text";
            gap: 0.25em 1em;
            clip-path: polygon( 0 0, calc(100% - var(--arrowClipSize)) 0, 100% 50%, calc(100% - var(--arrowClipSize)) 100%, calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)), 0 calc(100% + var(--cardsGap)) );
            position: relative;
            width:100%;
        }

            .olcards li .content::before {
                content: "";
                position: absolute;
                width: var(--labelOffset);
                height: var(--labelOffset);
                background: var(--cardColor);
                left: 0;
                bottom: 0;
                clip-path: polygon(0 0, 100% 0, 0 100%);
                filter: brightness(0.75);
            }

            .olcards li .content::after {
                content: "";
                position: absolute;
                height: var(--cardsGap);
                width: var(--cardsGap);
                background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
                left: 0;
                top: 100%;
            }

        .olcards li .icon {
            grid-area: icon;
            align-self: center;
            font-size: 2em;
        }

        .olcards li .content .title {
            grid-area: title;
            font-size: 1.25em;
            /* font-weight: 700; */
        }

        .olcards li .content .text {
            grid-area: text;
        }
        
@media (min-width: 576px) {
    html {
        font-size: 15px;
    }

    .manageImagesDiv {
        height: 130px;
        overflow: hidden;
        border-bottom: 0px;
        border-color: gainsboro;
        border-bottom-style: solid;
    }

    .cardImageDiv {
        height: 200px;
        overflow: hidden;
        border-bottom: 0px;
        border-color: gainsboro;
        border-bottom-style: solid;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .cardImage {
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 992px) {

    /*MastHead Home*/
    header.mastheadHome {
        padding-top: calc(5rem);
        padding: 5rem;
    }

    /*MastHead Pages*/
    header.masthead {
        padding-top: 4rem;
        padding-bottom:3rem;
    }

    .SideBarArticles {
        max-width: 300px;
    }

    .RightNav {
        width: 300px;
    }

    .HrzAd {
        max-width: 828px;
        margin: auto;
    }
}
@media (max-width: 768px) {

    html {
        color: #808080;
        position: relative;
        min-height: 100%;
        font-size: 1.0em; /* This makes 1rem = 11px */
    }

    h1, h2, h3, h4 {
        
    }
}