/* _content/Tomkarho.com/Pages/About.cshtml.rz.scp.css */
main img[b-rxzry3s25d] {
    display: block;
    margin: 0 auto;
    border: 0.1em double var(--silver);
    border-radius: 0.3em;
    max-width: 80%
}

main .image-container[b-rxzry3s25d] {
    margin: 0.5em 0 0 0;
}

main figcaption[b-rxzry3s25d] {
    text-align: center;
    font-size: 0.8em;
}

main figcaption p[b-rxzry3s25d] {
    margin: .25em 0 0 0;
}

@media screen and (min-width: 768px) {
    main figure[b-rxzry3s25d] {
        max-width: 50%;
        float: right;
    }

    main .image-container[b-rxzry3s25d] {
        margin: 3em 0 2em 0;
    }
}

@media screen and (min-width: 1280px) {
    main figure[b-rxzry3s25d] {
        max-width: 30%;
    }
}
/* _content/Tomkarho.com/Pages/Blog.cshtml.rz.scp.css */
ul[b-u9e7bqouh7] {
    list-style: none;
    padding: 0;
}

ul li[b-u9e7bqouh7] {
    margin: 2em 0;

}

ul li:not(:first-of-type) article[b-u9e7bqouh7] {
    border-top: 0.1em solid var(--transparent-silver);
}

p.created[b-u9e7bqouh7],
p.updated[b-u9e7bqouh7] {
    margin: 0;
    color: var(--silver);
    
    & span {
        font-weight: 600;
    }
}

h3[b-u9e7bqouh7] {
    text-align: left;
}
/* _content/Tomkarho.com/Pages/Contact.cshtml.rz.scp.css */
main h1[b-n3urp5yey6] {
    text-align: center;
    font-size: 1.8em;
    margin: 0.5em 0 1em 0;
}
/* _content/Tomkarho.com/Pages/ContactSome.cshtml.rz.scp.css */
h3 a[b-axmal5efc7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h3:nth-of-type(2) a svg[b-axmal5efc7] {
    padding: 0;
}

h3:nth-of-type(3) a svg[b-axmal5efc7] {
    padding: 0;
}

h3 a svg[b-axmal5efc7] {
    height: 3em;
    width: 3em;
    background: var(--darkest);
    padding: 0.5em;
    border-radius: 50%;
}

h3 a span[b-axmal5efc7] {
    margin-top: 0.25em;
}

@media screen and (min-width: 768px) {
    #contact-some[b-axmal5efc7] {
        display: flex;
        justify-content: space-evenly;
        font-size: 1.15em;
    }
}
/* _content/Tomkarho.com/Pages/Post.cshtml.rz.scp.css */
article[b-uhp0ec1d8q]  h1 {
    margin-bottom: 1.6em;
}

article[b-uhp0ec1d8q]  h2, article[b-uhp0ec1d8q]  h3 {
    text-align: left;
}

article[b-uhp0ec1d8q]  p code {
    background: var(--darkest);
    font-family: "Fira Code", monospace;
}

article[b-uhp0ec1d8q]  figure {
    margin: 0;
}

article[b-uhp0ec1d8q]  img {
    width: 100%;
    border: 0.1em solid var(--transparent-silver);
    border-radius: 0.25em;
    margin: 0.5em 0 0 0;
}

@media screen and (min-width: 960px) {
    article[b-uhp0ec1d8q]  img {
        margin: 1em 0 0.5em 0;
        width: 75%;
        clear: both;
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    article[b-uhp0ec1d8q]  img {
        margin: 1em 0 0.5em 0;
        width: 60%;
        clear: both;
        display: block;
    }
}
/* _content/Tomkarho.com/Pages/Shared/Footer.cshtml.rz.scp.css */
footer[b-9hj4i9kqff] {
    height: var(--footer-height);
    background: var(--darker);
    border-bottom: 0.1em solid var(--darkest);
    display: flex;
    align-items: center;
}

footer nav[b-9hj4i9kqff] {
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media screen and (min-width: 768px) {
    footer[b-9hj4i9kqff] {
        display: none;
    }
}
/* _content/Tomkarho.com/Pages/Shared/Header.cshtml.rz.scp.css */
header[b-yclt5x3ocz] {
    height: var(--header-height);
    background: var(--darker);
    padding: 0.5em;
    border-bottom: 0.1em solid var(--darkest);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

header .logo-container[b-yclt5x3ocz] {
    width: 5.25em;
}

header .logo-container[b-yclt5x3ocz],
header .logo-container a[b-yclt5x3ocz] {
    height: 100%;
    display: flex;
}

header .logo-container a img[b-yclt5x3ocz] {
    height: 100%;
}

header h1[b-yclt5x3ocz] {
    display: none;
}

header nav[b-yclt5x3ocz] {
    display: none;
}

@media screen and (min-width: 768px) {
    header[b-yclt5x3ocz] {
        flex-direction: row;
    }
    
    header nav[b-yclt5x3ocz] {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 24em;
    }
}

@media screen and (min-width: 1280px) {
    header h1[b-yclt5x3ocz] {
        display: block;
        flex: 1 1 auto;
        margin-left: 0.5em;
        font-size: 1.45em;
    }
}
/* _content/Tomkarho.com/Pages/Shared/_Layout.cshtml.rz.scp.css */
