/* styleCommander.css */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,700&family=Source+Serif+Pro:ital,wght@0,200;0,600;0,700;0,900;1,200;1,600;1,700;1,900&family=Zilla+Slab:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900&display=swap');

body {
    color: white;
    background-color: #161616;
    font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
}

.footer {
    padding: 24px 0;
}

.footer p, .footer p a {
    color: grey !important;
    text-align: center;
    font-style: italic;
    font-size: 1rem;
}

span#desktopCopy {
    display: inherit;
}

span#mobileCopy {
    display: none;
}

@media (max-width: 575.98px) {
    span#desktopCopy {
        display: none;
    }
    span#mobileCopy {
        display: inherit;
    }
}

span#copiedEmojis {
    /* display: none; */
    /* color: white; */
    font-style: normal;
}

/* fancy serif font */
/* h1 {
    font-family: 'Source Serif Pro', serif;
    font-style: italic;
    font-weight: 900;
    font-size: 48pt;
    line-height: 1.0;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-top: 24px;
    margin-bottom: 22px;
} */

h1 {
    color: #e3e3e3;
    font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 48pt;
    line-height: 1.0;
    margin-top: 0;
    margin-bottom: 24px;
}

h2 {
    color: #e3e3e3;
    font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-size: 36pt;
    line-height: 1.0;
    margin-top: 0;
    margin-bottom: 24px;
}

h3 {
    color: #a1a1a1;
    font-family: -apple-system, BlinkMacSystemFont, 'Open Sans', 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 24pt;
    line-height: 1.0;
    margin-bottom: 18px;
}

pre {
    color: #5c5c5c;
    background-color: black;
    padding: 12px;
    font-family: 'Menlo', 'Roboto Mono', 'Monaco', monospace;
    font-weight: 300;
    white-space: pre-wrap;
    word-wrap: break-word;
}

div#HomePageHeader {
    padding-top: 20px;
    padding-bottom: 20px;
}

nav {
    font-family: 'Helvetica Neue', 'Roboto', sans-serif;
}
nav a {
    text-decoration: none;
}

a.btn {
    text-decoration: none;
}

div.ImgRoll {
    position: relative;
    margin: 0 auto;
    width: 356px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    padding-top: 25px;
}

div.restOfBody {
    padding-top: 72px;
    margin-bottom: 8px;
}

div.bodyContent {
    padding-top: 24px;
}

a.navbar-brand {
    padding: 8px 0;
}

a.spaceAnchor {
    display: block;
    position: relative;
    top: -82px;
    visibility: hidden;
}

a.groundAnchor {
    display: block;
    position: relative;
    top: 99999px;
    visibility: hidden;
}

a.activeLink {
    color: white !important;
}

div.topNBottomCard {
    margin-top: 12px;
    margin-bottom: 12px;
}

span#bulkyBrandText {
    font-family: "Zilla Slab", "Source Serif Pro", 'Helvetica Neue', 'Roboto', sans-serif;
    /* font-style: italic; */
    font-style: inherit;
    font-weight: 500;
    font-size: 1.6rem;
    /* line-height: 0; */
}

span#thinBrandText {
    font-family: "Zilla Slab", inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 1.25rem;
    line-height: 0;
}


p {
    color: #e3e3e3;
}

p#hanging {
    /* Heng, Christopher. How to Create Hanging Indents in HTML and CSS. thesitewizard.com. 22 October 2019. Web. 22 October 2019. */
    padding-left: 16px;
    text-indent: -16px;
}

p#tagline {
    font-family: 'Helvetica Neue', 'Roboto', sans-serif;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: .8rem;
    line-height: inherit;
    text-align: center;
    letter-spacing: .08rem;
}

p.card-text {
    font-size: 1rem;
}

a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

a:hover {
    color: #FFB500;
    text-decoration-style: dotted;
}

a:visited {
    /* color: #279b17; */
    color: #5e5e5e;
}

/* not dimmed visited links */
#projects a:visited {
    color: #888888;
    /* color: #fff; */
}
#projects a:visited:hover {
    /* color: #888888; */
    color: #FFB500;
    /* color: #fff; */
}

a:visited:hover {
    color: #FFB500;
}

a.badge:visited {
    color: #fff;
}

img.preview2 {
    width: 100%;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

img.preview {
    width: 100%;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

img.preview:hover {
    border: 0.25rem solid rgba(245, 151, 92, 1);
}

div.scrolliBoi {
    height: 300px;
}

.textBoxo {
    background-color: #2B2B2B;
    padding: 8px 16px 0px 16px;
    margin-bottom: 24px;
}

/* navbar (not all) */
.nav-breadcrumb-divider {
    display: block;
    padding: 0.5rem 0rem;
}

@media (max-width: 575.98px) {
    .nav-breadcrumb-divider {
        display: none;
        /* color: rgba(255, 255, 255, 0.5) !important; */
        padding: 0.5rem 0rem;
    }

    .nav-breadcrumb {
        padding-left: 1rem;
        /* background-color: black; */
    }
}

.nav-crumbed-link {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
}

.nav-crumbed-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
}

/* blog posts */
.blogPost a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.blogPost a:hover {
    text-decoration-style: dotted;
}

.blogPost div.spacer {
    height: 30px;
}

.blogPost figcaption {
    color: grey;
    padding-top: 6px;
    text-align: center;
}

.blogPost code {
    color: #C63E05;
}