@charset "UTF-8";

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* reset rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    background-color: #d2cccc;
}

body {
    margin: auto;
    font-family: "Veranda",sans-serif;
    font-size: large;
    line-height: 1.8;
    color: #000;
    text-align: center;
    width: 100%;
    background-color: #000;
    box-shadow: 2px 2px 10px 2px #000;
}

button {
    display: none;
}

canvas {
    width: 100%;
    height: auto;
    padding: 5px;
}

h1 {
    color: #fff;
    font-size: xx-large;
    text-align: center;
}

h2 {
    color: #fff;
    font-size: x-large;
}

h3 {
    color: #fff;
    font-size: larger;
}

nav.menubar > #navicon {
    display: block;
}

nav.menubar {
    background-color: #000;
    position: relative;
    z-index:150;
}

nav.menubar ul li {
    list-style:none;
    color:#fff;
    background-color:#000;
    font-size: larger;
    padding: 1em;
}

nav.menubar ul li a {
    border-radius: 5px;
    border:solid 5px;
    box-shadow: 2px 2px 5px #2a9191;
    background-color:#fff;
    color:#000;
    font-size:larger;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

nav.menubar::after {
    content:"";
    display:block;
    clear:both;
}

nav.menubar ul {
    display:none;
    margin-top: 0px;
    list-style: none;
}

#navicon:hover+ul, nav.menubar ul:hover {
    display:block;
    background-color:#000;
    position:absolute;
    top:13%;
    left: 0;
    max-width: 70%;
    padding-top: 2em;
}

/***/

hr {
    width: 50%;
}

section {
    max-width: 90%;
    text-align: left;
    color: #fff;
    margin: auto;
}

table {
    display: none;
}

div {
    margin: auto;

}

embed {
    width: 100%;
    min-height: 100vh;
}

video {
    width: 100%;
    height: 100%;
    padding: 1em;
}

footer {
    padding-top: 10em;
    color: #fff;
}

noscript {
    color: #fff;
}

address, address > a {
    font-family: "Verdana", sans-serif;
    font-style: italic;
    text-align: center;
    color: #fff;
}

span {
    display: none;
}

#addon {
    max-width: 90%;
    text-align: left;
    color: #fff;
}

#addon > section > img{
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
}

#addon > section > div > video {
    margin: auto;
    width: 100%;
    height: 100%;
}

#task {
    visibility: hidden;
}

#pitalics {
    font-style: italic;
    text-align: center;
}