* {
    color: #fff;
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}



/* ==========================================================================
   boilerplate styles
   ========================================================================== */

html,
body,
button,
input,
select,
textarea {
    color: #90f;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0f0;
    margin-top: 36px;
    margin-bottom: 30px;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #f00;
    color: #fff;
    padding: 12px;
}

    .chromeframe strong,
    .chromeframe a,
    .chromeframe a:visited,
    .chromeframe a:hover {
        color: #ff0;
        font-weight: bold;
    }


/* ==========================================================================
   main content
   ========================================================================== */

body {
    background-color: #000;
}

    body > div {
        display: block;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: 800px;
    }

header {
    margin-bottom: 72px;
}

    header h1 {
        margin-bottom: 12px;
        margin-top: 36px;
    }

    header canvas,
    header img {
        height: 300px;
        margin: 0 auto;
        width: 800px;
    }

    header canvas {
        display: block;
    }

    header h2 {
        background-color: #0ff;
        border: solid 1px #000;
        border-radius: 10px;
        color: #90f;
        font-size: 10pt;
        font-weight: bold;
        letter-spacing: 23px;
        margin: 0;
        padding: 6px;
        padding-left: 32px;
        text-align: center;
        text-transform: uppercase;
    }

article {
    float: left;
    margin-right: 25px;
    width: 250px;
}

    article:last-child {
        margin-right: 0;
    }

    article h1,
    footer nav button,
    footer nav span,
    footer nav select,
    footer nav option {
        background-color: #90f;
        border: solid 1px #000;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        font-size: 16pt;
        margin: 0;
        padding: 5px;
        padding-left: 15px;
    }

        article h1:hover,
        footer nav button:hover,
        footer nav select:hover,
        footer nav option:hover,
        .article-active {
            background-color: #0f0;
            border-color: #0f0;
            color: #90f;
        }

    article div {
        background-color: #000;
        border: solid 1px #0f0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: none;
        min-height: 1000px;
        padding: 10px;
    }

        article div h2 {
            color: #0f0;
            font-size: 14pt;
            margin: 0;
            padding: 0;
        }

            article div h2 + p,
            article div h2 + ul {
                margin-top: 6px;
            }

        article div ul {
            margin: 0;
            padding-left: 18px;
        }

.article-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

p {
    margin-top: 16pt;
}

    p:first-child {
        margin-top: 0;
    }

a,
strong,
.brand {
    font-weight: bold;
}

a {
    text-decoration: underline;
    white-space: nowrap;
}

    a,
    a:visited {
        color: #0ff;
    }

        a:hover,
        a:active {
            color: #0f0;
        }

strong,
.brand {
    color: #0f0;
}

.disclaimer {
    color: #0f0;
    font-size: 9pt;
    font-style: italic;
}

footer {
    clear: both;
    margin-top: 1300px;
    padding-bottom: 100px;
}

    footer nav {
        margin-bottom: 20px;
    }

        footer nav button,
        footer nav span,
        footer nav select,
        footer nav option {
            display: inline-block;
            font-family: "Trebuchet MS", Sans-Serif;
            font-size: 9pt;
            height: 20px;
            margin-right: 10px;
            padding: 0;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
        }

        footer nav button {
            height: 22px;
            width: 200px;
        }

            footer nav button:nth-of-type(2) {
                margin-right: 0;
            }

        footer nav span {
            border-right: 0;
            cursor: default;
            line-height: 20px;
            padding-right: 0;
            width: 360px;
        }

        footer nav select,
        footer nav option {
            border: 0;
            border-radius: 0;
            padding: 0;
        }

        footer nav select {
            margin-top: -2px;
            padding-left: 4px;
            width: 300px;
        }

        footer nav option {
            display: block;
        }

        footer nav:hover {
            font-weight: normal;
        }

        footer .contact {
            font-size: medium !important;
            text-align: center;
        }

        footer .copyright {
            font-size: smaller !important;
            text-align: center;
        }

        footer #copyright,
        footer .brand {
            font-size: small !important;
        }

#svg-shape {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.svg-item {
    stroke: #000;
    stroke-width: 1px;
}


/* ==========================================================================
   media queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}



/* ==========================================================================
   helpers
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* ==========================================================================
   print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * hide links for images and js/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
