@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 13, 2017 */
@font-face {
    font-family: 'pxplus_ibm_vga9regular';
    src: url('/pxplus_ibm_vga9-webfont.woff2') format('woff2'),
         url('/pxplus_ibm_vga9-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #bcb;
    width: 1100px;
}

.hidden { display: none; }
.left { float: left; }
.right { float: right; }

ol, ul { padding-left: 2em; }
li { margin-bottom: .5rem; }
pre p { margin-bottom: .5rem; }
section { clear: both; }

h1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#projects {
    padding-top: 2em;
    margin-left: 2em;
}

.project {
    margin-bottom: -95px;
    width:200px;
    height:204px;
    background-image: url("/floppy35.png");
    background-size: 100%;
    float: left;
    position: relative;
    font-size: 24px;
}

a .project {
    transition: all .3s ease-in 0s;
}


#projects a:nth-child(1) .project { margin-left: 0.0em; }
#projects a:nth-child(2) .project { margin-left: 0.5em; }
#projects a:nth-child(3) .project { margin-left: 1.0em; }
#projects a:nth-child(4) .project { margin-left: 0.7em; }
#projects a:nth-child(5) .project { margin-left: 1.2em; }

#projects a:nth-child(1):hover .project { margin-left: -1.5em; }
#projects a:nth-child(2):hover .project { margin-left: -1.0em; }
#projects a:nth-child(3):hover .project { margin-left: -0.5em; }
#projects a:nth-child(4):hover .project { margin-left: -0.8em; }
#projects a:nth-child(5):hover .project { margin-left: -0.3em; }

.project h3 {
    font-size: 125%;
    margin-bottom: .1em;
}

.project .label {
    position: absolute;
    top: 10px;
    left: 22px;
    width: 160px;
    height: 135px;
    font-family: 'Permanent Marker', cursive;
    text-align: center;
    margin-top: 0;
    line-height: .8;
}

.project .label img {
    margin-top: .5em;
    margin-bottom: .5em;
    width: 90%;
}

a .project .label {
    color: #333333;
}

#computer {
    position: relative;
    float: left;
}

#computer img {
    width: 800px;
}

#computer #screen {
    position: absolute;
    top: 61px;
    left: 183px;
    width: 480px;
    height: 359px;
    border-radius: 4px;
}

#screen, #screen h3, #screen h2 {
    font-family: pxplus_ibm_vga9regular,"Courier New",courier,fixed,monospace;
    font-size: 17px;
    line-height: 18px;
    color: #cccccc;
    background: black;
    border-radius: 10px;
/*    padding: .5em; */
}

#screen h3, #screen h2 {
    font-size: 150%;
    font-weight: bold;
}

#screen img {
    width: 100%;
    height: 100%;
    background-color: #333;
}

.footer div {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 0em;
}

.about {
    width: 30em;
    font-size: 24px;
    margin: auto;
}

.screentext {
    padding: 0.5em;
}

#cta { margin-left: -4em; margin-bottom: 1em; float: right; }
#cta div { float: left; }

#cta button {
    margin-left: -1em;
    margin-right: 1em;
    background-color: #66ccee;
    color: #333;
    border-radius: 0 9999px 9999px 0;
}

#cta #patreon {
    background-color: #f55;
    border: 1px solid #f55;
    border-radius: 9999px;
    padding: 0.7rem 1rem 0.6rem 1rem;
    color: #fff;
    font-size: 1.4rem !important;
    width: 15rem;
    text-align: center;
    text-rendering: optimizeLegibility;
}

.monitor #screen {
    position: absolute;
    top: 71px;
    left: 67px;
    width: 982px;
    height: 554px;
    border-radius: 4px;
}

.monitor #screen img {
    width: 982px;
    height: 554px;
}

.monitor #screen {
    padding: 3em;
}
