@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300&display=swap');
@namespace svg url(http://www.w3.org/2000/svg);
svg|a:link, svg|a:visited {
    cursor: pointer;
}
text svg|a {
    fill: blue; /* Even for text, SVG uses fill over color */
    text-decoration: underline;
}
svg|a:hover, svg|a:active {
    outline: dotted 1px blue;
}
html {
    position: relative;
    min-height: 100%;
    margin:0;
}
body {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 300;
    font-size: 15px;
    margin: 0 0 100px;
    background-color: #F8F8F3;
    background-image: url('/images/noise.png');
    color:#333;
}
header {
    border-bottom: 1px solid #333;
}
section img {
    max-width: 660px;
    width:100%;
}
header .container {
    max-width: 660px;
    min-width: 330px;
    width:50%;
    margin: 0 auto 6px auto !important;
    background-image: url('/images/noise.png');
}
@media only screen and (max-width: 1100px) {
    .role {
        display: none;
    }
    ul.list-page {
        padding-left:0;
    }
}
@media only screen and (min-width: 800px) {
    .role-break {
        display: none;
    }
}
div.tech-list {
    width:100%;
    column-count: 2;
}
header a {
    display:block;
    height:30px;
}
header a img{
    height:100%;
}
body {
    width:100%;
    height:100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.container {
    max-width: 660px;
    min-width: 330px;
    width:50%;
    margin: 10% auto;
    padding: 2em;
    background-image: url("/images/noise.png");
}
main .container {
    border:1px solid black;
}
model-viewer {
    height:300px;
    margin:1em auto 1em auto;
}
.businesscard svg {
    overflow:visible;
    color: white;
    /* background-color: white; */
    /* background-image: url("/images/noise.png"); */
}
li {
    list-style-type: none;
    margin: 0.8em 0;
}
header {
    background-image: url("/images/noise.png");
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    text-align:center;
    padding-top:12px;
    border-top: 1px solid #333;
    background-color: white;
    background-image: url("/images/noise.png");
}