
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #002B36;
    font-size: 1em;
    line-height: 1.2;
    font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a, a:link, a:active, a:visited, .action {
    color: #72efff;
    text-decoration: none;
    cursor: pointer;
}
a:link:hover {
    text-decoration: underline;
}

#content {
    position: fixed;
    top: 1em;
    left: 1em;
}
#content h1 {
    color: #fff;
    font-size: 1.6em;
    margin: 0 0 0.5em;
    padding: 0.1em 0.5em 0.2em;
}
#content .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .social li {
    margin: 0.2em 0;
}
#content .social li a {
    padding: 0.2em 0.8em;
}
#content .social li .fa {
    margin-right: 0.5em;
}


.box {
    display: block;
    background-color: #073642;
    color: #eee8d5;
    text-shadow: 0 -0.05em #000;
    border-radius: 0.2em;
    padding: 0.2em 0.5em;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

#bkg {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #fdf6e3;
}

#nav {
    position: fixed;
    left: 1em;
    bottom: 1em;
    text-align: left;
}
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    margin: 0.2em 0;
}
#nav li .fa {
    margin-right: 0.5em;
}
#nav a {
    width: 100%;
}

#controls {
    position: fixed;
    right: 1em;
    bottom: 1em;
    text-align: right;
}

#controls .actions {
    display: inline-block;
}

#counter {
    margin-left: 0.2em;
}

#settings {
    margin-bottom: 0.2em;
    text-align: right;
}
#settings .color input {
    display: none;
}
#settings .color label {
    text-shadow: 0 -0.05em #000;
    cursor: pointer;
}
#settings .color label .fa-check-circle { display: none; text-shadow: 0 0 0.5em rgba(255,255,255,0.5); }
#settings .color input:checked + label .fa-question-circle { text-shadow: 0 0 0.5em rgba(255,255,255,0.5); }
#settings .color input:checked + label .fa-check-circle { display: inline; }
#settings .color input:checked + label .fa-circle { display: none; }
#settings .color label[for$="blue"] { color: #268bd2; }
#settings .color label[for$="cyan"] { color: #2aa198; }
#settings .color label[for$="green"] { color: #859900; }
#settings .color label[for$="yellow"] { color: #b58900; }
#settings .color label[for$="orange"] { color: #cb4b16; }
#settings .color label[for$="red"] { color: #dc322f; }
#settings .color label[for$="magenta"] { color: #d33682; }
#settings .color label[for$="violet"] { color: #6c71c4; }
#settings .color label[for$="rand"] { color: #ffffff; }

#settings .color label[for$="light"] { color: #fdf6e3; }
#settings .color label[for$="dark"] { color: #002b36; }

#settings .speed input {
    display: none;
}
#settings .speed label {
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    margin-left: 0.2em;
    text-shadow: 0 -0.05em #000;
    cursor: pointer;
}
#settings .speed input:checked + label {
    color: #ffffff;
    text-shadow: 0 0 0.5em rgba(255,255,255,0.5);
}
