@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext);
html {
    -webkit-font-smoothing: antialiased;
    background-image: url('images/glitch_bg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    position: relative;
}

html::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/scanbg.gif');
    background-repeat: repeat;
    background-attachment: fixed;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.draggable {

    max-width: 350px;
//max-height: 200px;
    border-radius: 10px;
//margin: 0 10px 10px 0;
    float: left;

}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn {
    font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;
    background-color: #009966;
//  color: white;
    overflow: hidden;
    font-size: 2vh;
    padding: 2px;
//font-size: 16px;
    border: none;
    cursor: pointer;
//    opacity: .8;
    z-index: 50;
//    color: #0F0;
    text-shadow: 0px 0px 1px;
//    text-transform:uppercase;
    outline: 0;

}

/*.dropdown {*/
    /*position: relative;*/
    /*display: inline-block;*/

/*}*/

/*.dropdown-content {*/
    /*font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;*/
    /*display: none;*/
    /*position: absolute;*/
    /*background-color: #009966;*/
/*//min-width: 100%;*/
    /*box-shadow: 0 0 2px #009966;*/
/*}*/

/*.dropdown-content a {*/
    /*color: black;*/

    /*text-decoration: none;*/
    /*display: block;*/
/*}*/

/*.dropdown-content  a:hover {*/
    /*background-color: black;*/
    /*color: #009966;*/
    /*font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;*/
/*}*/

/*.dropdown:hover .dropdown-content {*/

    /*font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;*/
    /*display: block;*/
    /*position: fixed;*/
/*//top: 0;*/
/*//right: 0;*/
/*//left: 0;*/
/*//width: 100%;*/
/*// white-space: nowrap;*/
    /*overflow: hidden;*/
    /*color: black;*/
/*//height: 35px;*/
/*//  text-align: center;*/
/*// padding-top: 15px;*/
    /*!* Adds shadow to the bottom of the bar *!*/
    /*!*-webkit-box-shadow: 0px 0px 8px 0px #000000;*/
     /*-moz-box-shadow: 0px 0px 8px 0px #000000;*/
     /*box-shadow: 0px 0px 8px 0px #000000;*!*/
    /*!* Adds the transparent background *!*/
    /*background-color: #009966;*/
    /*z-index: 1000;*/
/*// color: rgba(1, 1, 1, 0.8);*/
    /*font-size: 2vh;*/
/*}*/

/*.dropdown:hover .dropbtn {*/
    /*background-color: black;*/
    /*color: #009966;*/
    /*font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;*/

/*}*/
body {
    margin: 40px auto;
    max-width: 650px;
    font-size: 10pt;
    /*    font-family: "Oswald-light", "Oswald", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  */
//    font-family: "Inconsolata";
    font-family: Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    color: white;
    line-height: 14pt;
    padding-left: 5pt;
    padding-right: 18pt;
    padding-top: 15pt;
    padding-bottom: 100px !important; /* Space for fixed footer */
    position: relative;
    z-index: 1;
    /*    background-image: url(/web/20211229071136im_/http://c0mput3rxz.com/images/back2.png);  */
    /*       background-color: black;   */
}

h1 ,p {
    color:green;
    font-family: Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
    outline: 0;


}

/* Inline SVG social icons (no images/github.png dependency) */
.social-icon-svg {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

a.social-icon-link {
    line-height: 0;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    font-size: 0;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
    -khtml-user-select: none;
    -o-user-select: none;
    outline: 0;
    user-select: none;
    margin:0;padding:0;
}


a:link {color:green; background: rgba(255, 255, 255, 0.1);}    /*unvisitedlink*/
a:visited {color:green; background: rgba(255, 255, 255, 0.1);}/*visited link*/ 
a:hover {color:gray; background: rgba(255, 255, 255, 0.1);}  /*selected link*/
a:active {color: blue; background: rgba(255, 255, 255, 0.1);} /*selected link*/


::selection {
    background: grey; /* Safari */

}

::-moz-selection {
//    background: grey; /* Firefox */
    background: rgba(255, 255, 255, 0.1)
}

/*a {*/
    /*outline: 0;*/
    /*margin:0;*/
    /*padding:0;*/
    /*float:left ;*/
    /*display: block;*/
    /*position: relative;*/
    /*clear:both;*/
/*}*/

.move            { cursor: move; }


body {
    padding: 10px;
}

#content {
    position: relative;
    z-index: 1;
    padding-bottom: 100px !important; /* Space for fixed footer */
}

#cardcontent {
    padding-bottom: 100px !important; /* Space for fixed footer */
}


#card1,
#card-projects,
#card-press,
#card-manifesto {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 350px;
    border: 2px solid #009966;
    vertical-align: middle;
    float: left;
    font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;
    color: #009966;
    /*    line-height: 14pt;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 65px;
        padding-bottom: 110px; */
    margin-left:10px;
    margin-top:20px;
    background-color: black;
    border-radius: 1px;

}

#card2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #009966;
    vertical-align: middle;
    margin: 40px auto;
    min-width:350px;
    font-size: 10pt;
    font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;
    color: #009966;
    background-color: black;
    border-radius: 1px;
    margin-right:40px;
    margin-left:10px;

}

#card3 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #009966;
    vertical-align: middle;
    margin: 40px auto;
    min-width:350px;
    font-size: 10pt;
    font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;
    color: #009966;
    background-color: black;
    border-radius: 1px;
    left: 400px;
    top: 10px;
}

#card4 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid #009966;
    vertical-align: middle;
    float: left;
    margin: 40px auto;
    max-width:350px;
    font-size: 10pt;
    font-family: monospace, Inconsolata, "Inconsolata Fallback", "Bitstream Vera Sans Mono", Consolas, Courier;
    color: #009966;
    background-color: black;
    border-radius: 1px;
    margin-right:40px;
    margin-left:40px;
    margin-top:65px;
}




#footer {
    position: fixed;
    bottom: 0;
    height: 50px; /* Fixed height */
    right: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    color: black;
    text-align: center;
    padding: 10px;
    background-color: #009966;
    z-index: 1000;
    color: rgba(1, 1, 1, 0.8);
    font-size: 1.5vh;
    box-shadow: 0 0 5px #009966;
    overflow: hidden;
}

#footer .element {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Cypherpunk manifesto (index) */
.draggable.draggable--manifesto {
    clear: both;
    float: left;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.manifesto-wrap {
    float: none;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.manifesto-wrap h2 {
    margin-top: 0;
    font-size: 1.25rem;
}

.manifesto-wrap .m-intro {
    font-size: 0.95em;
    opacity: 0.9;
}

.manifesto-wrap .principle {
    margin: 1.5em 0 2em;
    padding-left: 0.75em;
    border-left: 2px solid #009966;
}

.manifesto-wrap .principle-num {
    display: block;
    font-size: 0.85em;
    opacity: 0.75;
    margin-bottom: 0.25em;
}

.manifesto-wrap .principle-title {
    display: block;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.5em;
}

.manifesto-wrap .original {
    margin: 0.75em 0;
    padding: 0.6em 0.75em;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(0, 153, 102, 0.45);
    font-style: italic;
}

.manifesto-wrap .original cite {
    display: block;
    margin-top: 0.5em;
    font-style: normal;
    font-size: 0.9em;
}

.manifesto-wrap .btn-row {
    margin: 0.6em 0 0.25em;
}

.manifesto-wrap .btn-row a {
    margin-right: 1em;
    text-decoration: none;
}

.manifesto-wrap .btn-row a.active {
    color: #6fc;
}

.manifesto-wrap .deep {
    display: none;
    margin-top: 0.75em;
    padding-top: 0.75em;
    border-top: 1px dashed rgba(0, 153, 102, 0.4);
}

.manifesto-wrap .deep.open {
    display: block;
}

.manifesto-wrap .deep ul {
    margin: 0.35em 0 0.75em 1.25em;
    padding: 0;
}

.manifesto-wrap .conn-row {
    margin-top: 0.75em;
    font-size: 0.9em;
}

.manifesto-wrap .conn-row .lbl {
    opacity: 0.7;
    margin-right: 0.35em;
}

.manifesto-wrap .conn-row a {
    margin-right: 0.65em;
}

.manifesto-wrap .tags {
    margin-top: 0.5em;
    font-size: 0.85em;
    opacity: 0.85;
}

.manifesto-wrap .tags .h {
    color: #009966;
    font-weight: 700;
}

.manifesto-wrap hr {
    border: none;
    border-top: 1px solid rgba(0, 153, 102, 0.5);
    margin: 1.5em 0;
}





/*
     FILE ARCHIVED ON 07:11:36 Dec 29, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:22:39 Nov 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.721
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.044
  esindex: 0.014
  cdx.remote: 21.804
  LoadShardBlock: 119.511 (3)
  PetaboxLoader3.resolve: 387.948 (3)
  PetaboxLoader3.datanode: 98.638 (4)
  load_resource: 376.772
*//* Force refresh */
