html, body {
    margin: 0;
    border: 0;
    padding: 0;
    background: black;
    color: #ddd;
}

body {
    font-family: Futura, sans-serif;
}

h1, h2, h3 {
    font-family: Futura, sans-serif;
    -webkit-text-stroke: 1px black;
    color: white;
    margin: 0; border: 0;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

h1 { background-image: linear-gradient(215deg, black, #a05, black); }
h2 { background-image: linear-gradient(145deg, black, #a05, black); }

p, ul, li {
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: justify;
}

.storyformat { font-weight: italic; font-size: 67%; }
.makerimage { text-align: center; }
li {
    text-align: center;
    padding-top: 0.25em; padding-bottom: 0.25em;
}
/*
.wattwhimsy.icon {
    background-image: url("/res/wattwhimsyicon.png");
    background-repeat: no-repeat;
}
.brianjwatt.icon {
    background-image: url("/res/aximg.png");
    background-repeat: no-repeat;
}
*/

a:active, a:visited, a {
    font-weight: bold;
    text-decoration: none;
    background: transparent;
    color: white;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    background: transparent;
    color: white;
}

.sitelink {
    border: 1px solid white;
    display: inline-block;
    font-size: 150%;
    border-radius: 1.5em;
    line-height: 2.5em;
    text-align: center;
    margin: auto;
}

.aboutlink {
    border: 1px solid white;
    display: inline-block;
    font-size: 100%;
    border-radius: 0.75em;
    line-height: 1.5em;
    text-align: center;
}

a:active.sitelink, a:visited.sitelink, a.sitelink, a:active.aboutlink, a:visited.aboutlink, a.aboutlink {
    text-decoration: none;
    background: #a05;
    color: white;
}

a:hover.sitelink, a:hover.aboutlink {
    text-decoration: none;
    background: white;
    color: black;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .sitelink { width: 90%; }
    .aboutlink { width: 10em; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .sitelink { width: 15em; }
    .aboutlink { width: 10em; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .sitelink { width: 15em; }
    .aboutlink { width: 10em; }
}
