body {
    counter-reset: section;
    cursor: auto;
    quotes: "„" "”";
}

h2::before {
    counter-increment: section;
    content: counter(section) ". ";
}

@font-face {
    font-family: "Bitstream Vera Serif Bold";
    src: url("https://mdn.mozillademos.org/files/2468/VeraSeBd.ttf");
}

h1 {
    color: #8b0000;
    font-family: sans-serif;
    font-kerning: auto;
    font-style: italic;
    font-weight: 700;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
    text-align: center;
    font-stretch: expanded;
}

del {
    opacity: 0.5;
}

ol {
    list-style-image: url(http://web.archive.org/web/20151007235709if_/http://rlv.zcache.com/platypus_giving_thumbs_up_cartoon_perfect_poster-rcebe1098c1bb482ea98ad2b74d46ff89_ilb22_16.jpg);
    list-style-position: inside;
}

nav {
    background-image: url(http://web.archive.org/web/20180923141952if_/https://platypus.fi/img/1413727023_99P8kd6.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-clip: padding-box;
    background-origin: inherit;
    background-size: 300px;
    background-attachment: local;
}

nav ul {
    border: 1px solid #133e40;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: larger;
    list-style-type: none;
}

nav ul:before {
    content: '';
    display: block;
}
nav ul:after {
    content: '';
    display: table;
    clear: both;
}
nav li {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
}

nav ul a {
    border-radius: 5px;
    padding: 8px 15px 9px 15px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 16px;
}

.knowledge {
    border-color: blueviolet;
    border-width: thin;
    border-style: dotted;
    border-radius: 15px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    min-height: 50%;
    background-color: antiquewhite;
    column-gap: normal;
    column-rule: dotted;
}

#where {
    width: 35%;
    max-height: 70%;
    float: left;
    margin-left: 5%;
    text-indent: 0;
    white-space: nowrap;
    column-count: 1;
}

#howcool {
    min-width: 25%;
    max-width: 35%;
    height: 400px;
    float: right;
    margin-right: 5%;
    padding-bottom: 30px;
}

#howcool > div > img {
    display: block;
    margin: 0 auto;
}

#floaties {
    overflow: hidden;
}

#what {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 10px;
    max-width: 60%;
    display: block;
    padding-bottom: 10px;
}

#what > img {
    object-position: 10px;
    backface-visibility: hidden;
}

#fancyinfo {
    /*Pointless but we should use them all so...*/
    padding: 15px;
    margin-top: 10px;
    border-bottom-color: darkgreen;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: groove;
    border-bottom-width: medium;
    border-top-color: darkgreen;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: groove;
    border-top-width: medium;
    border-right-color: darkgreen;
    border-right-style: groove;
    border-right-width: medium;
    border-left-color: darkgreen;
    border-left-style: groove;
    border-left-width: medium;
}

#fancyinfo > caption {
    color: darkred;
    font: italic small-caps 700 16px "Bitstream Vera Serif Bold";
    caption-side: bottom;
}

table {
    border-collapse: separate;
    border-spacing: 2px;
    empty-cells: hide;
    table-layout: auto;
    column-width: 100px;
}

td {
    vertical-align: middle;
}

#names {
    border-bottom: medium dashed green;
    border-left: medium dashed green;
    border-right: medium dashed green;
    border-top: medium dashed green;
    margin: 0 auto 30px auto;
    max-width: 500px;
    text-align: center;
    list-style: circle inside;
    hyphens: auto;
    line-height: 1.4;
    columns: 2;
    overflow-x: hidden;
    overflow-y: hidden;
}

#gallery {
    display : flex;
    /*Could alternately be one flex-flow element*/
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
}

#gallery > div {
    padding: 5px;
    order: 2;
}

#gallery > #gif {
    order: 1;
    align-self: auto;
    bottom: auto;
    transition-property: height;
    transition-delay: 3s;
    transition-duration: 4s;
}

#gallery > #gif:hover {
    height: 200px;
}

#gallery > #wiki {
    flex: 1 6 40%;
}

#gallery > #deer {
    flex-grow: 3;
    flex-shrink: 1;
    flex-basis: 50%;
    order: 3;
}

#crypto {
    display: none;
}

textarea {
    resize: none;
    width: 300px;
    height: 100px;
}

footer {
    background: padding-box aliceblue;
    position: relative;
}

footer > p {
    text-transform: uppercase;
    word-wrap: break-word; /* same as the next, just an alias */
    overflow-wrap: break-word;
    letter-spacing: -0.05em;
    text-decoration: underline red;
    word-break: normal;
    word-spacing: -0.05em;
    text-overflow: ellipsis;
    font-feature-settings: "tnum";
}

.hidden {
    visibility: hidden;
}

u {
    display: inline-block;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    font-size: large;
    font-size-adjust: none;
}

s {
    /* could also be separate outline-width outline-style outline-color */
    outline: 1px dashed red;
    outline-offset: 2px;
}

dialog {
    display: block;
    box-shadow: inset 0 0 3em gold;
    /*This could be done with border-image instead*/
    border-image-source: url(http://web.archive.org/web/20151007235706im_/http://rlv.zcache.com/platypus_giving_thumbs_up_cartoon_perfect_poster-rcebe1098c1bb482ea98ad2b74d46ff89_ilb22_150.jpg);
    border-image-slice: 100%;
    border-image-outset: 0;
    border-image-width: 20px;
    border-image-repeat: round;
    font-variant: small-caps;
    position: absolute;
    bottom: -120px;
    direction: rtl;
    unicode-bidi: bidi-override;
    z-index: -1;
}

#animated-nokkloom {
    animation-name: nokkloom;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    box-sizing: border-box;
}

@keyframes nokkloom {
    from {background: red;}
    to {background: blue;}
}

@-webkit-keyframes nokkloom {
    from {background: red;}
    to {background: blue;}
}

#perspective-box {
    perspective: 200px;
    perspective-origin: top;
    transform-style: preserve-3d;
    transition: perspective 2s;
}

#perspective-box:hover {
    perspective: 400px;
}

#persp-1 {
    transform-origin: bottom left;
    transform: rotateY(40deg);
    width: 100px;
    height: 100px;
    background-color: darkred;
}

#persp-2 {
    transform-origin: top right;
    transform: skewX(10deg) rotateX(-80deg);
    width: 100px;
    height: 100px;
    background-color: darkblue;
}