body {
    background: "images/circle3.png";
    background-color: #000000;
    margin: 0;
    /* padding: .5em; */
    border-style: none;
    font-size: 1em;
    background-repeat: repeat-y;
    font-family: Nuclear Accident;
    color: color(display-p3 0.584 0.988 0.451);
}

@font-face {
    font-family: Nuclear Accident;
    src: url(NuclearAccident.ttf);
}

a {
    text-decoration: none !important;
}

a:link {
    color: #1aff00;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: color(display-p3 1 0.557 0);
    text-decoration: none;
}

a:active {
    font-weight: bold;
    color: color(display-p3 0.584 0.988 0.451);
    text-decoration: none;
}

li>a:hover {
    color: #02ff17;
}

#wrapper {
    display: flex;
    flex-direction: column-reverse;

    /* right: auto;
	left: auto; */
    bottom: 0em;
    top: 0 em;
    margin: 0 auto;

    /* Centering trick */
    /* height: 87%; */
    width: 95%;
}

@media only screen and (max-width: 712px) {    

    h1 {
        font-size: 1.6em;
        clear: both;
    }

    nav {
        display: table;
        /* flex-direction: row; */
        list-style-type: none;
        background-color: #00ff28;
        /* min-width: 10em; */
        /* position: absolute; */
        left: 0px;
        display: flex; opacity: 1;
    }
    nav ul {
        display: table-row;
        direction: row;
        margin-bottom: 2em;
        /* flex-flow: row;
        flex-direction: row; */
    }
    nav ul li {
        display: table-cell;
        padding: 0 .25em;
    }
    nav ul :first-child {
        padding-left: 0 !important;
    }
    iframe {
        /* width: 25em !important; */
        height: 20em !important;
    }

    .col1 {
        display: flex;
        position: relative;
        margin-top: 0;
        padding: 0;
        line-height: 1.2em;
    }

    .col2 {
        display: block;
        margin-left: 1em !important;
        margin-right: 1em;
        line-height: 1.2em;
        padding-top: 2em;
         /* position: absolute;  */
    }
    nav * li {
        padding: 0em;
        min-width: 50px;
        /* flex-direction: row; */
    }
    .container {
        display: block;
        left: auto;
        right: auto;
        width: auto;
        min-height: 95%;
        padding-left: 0;
        padding-right: 0em;
        margin: 0 auto;
    
        /* Centering trick */
        min-width: 23em;
        max-width: 72em;
        border-width: 0;
        border-style: none;
        visibility: visible;
        position: relative;
    }
    .shorty{
        visibility: visible;   
    }
    .smaller{
        font-size: .8em;
    }
    
    .story{
        width: fit-content;
        text-align: center;
        text-wrap: nowrap;
    }

    
    #preview {
        display: none !important;
    }
    #radioactive {
        display: none;
    }

}

iframe {
    width: 10%;
}

h1 {
    line-height: 2em;
}

h3 {
    font-size: 1.8em;
    color: black;
    background-color: #24ff00;
    margin-top: .2em;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    padding: .25em;
}

h5 {
    font-size: 1.2em;
    color: black;
    background-color: #24ff00;
    margin-top: .1em;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    padding: .25em;
}

iframe {
    width: 30em;
    height: 20em;
}

p {
    line-height: 1.65em;
    padding-top: 0em;
    margin-top: 0em;
    margin-bottom: .5em;
    max-width: 82%;
}

ul {
    display: list-item;
    list-style-type: none !important;
    padding: 0em;
    margin-block-start: .25em;
    margin-block-end: .25em;
    min-width: fit-content;

}

li {
    margin: .25em;
}

nav {
    display: table;

    /* flex-direction: column */
    text-shadow: 0em;
    background-color: color(display-p3 0.525 0.969 0.337);
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    color: color(display-p3 0.447 0.824 0.286);
    width: 10em;
    text-align: center;
    border: #ff9b00;
    z-index: 10;
}

.active, .collapsible:hover {
  background-color: #ff0 !important;
}

.backblack {
    background-color: black;
    padding: .2em 1em;
}


.collapsible {
  background-color: #e70;
  color: #000;
  cursor: pointer;
  padding: .5em;
  width: 25%;
  border: none;
  outline: none;
  font-size: .75em;
  font-family: Nuclear Accident;
  text-align: center;
}

.collapsible:hover {
  background-color: #c7c7c7;
}

.content {
  display: none;
  padding: 0 .1em;
  overflow: hidden;
  transition: display 0.2s ease-out;
}

.content.active {
  display: block;
}



.container {
    display: flex;
    flex-direction: column;
    min-height: 95%;
    padding-right: 0;
    min-width: 16em;
    max-width: 80em;
    border-width: 0;
    border-style: none;
    /* visibility: visible; */
    object-fit: auto;
}


.container2 {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    padding-left: 1em;
    margin: 0 auto;

    /* Centering trick */
    min-width: 24em;
    max-width: 80em;
    border-width: 0;
    border-style: none;
    visibility: visible;
    object-fit: auto;
}




.blacked {
    padding-top: .2em;
    margin-right: 1em;
    background-color: black;
}

.col1 {
    position: fixed;
    display: inline;
    clear: left; 
    padding: 0 1em 0 1em;
    float: left;
    line-height: 1.2em;
}

.col2 {
    /* margin-left: 12em; */
    margin-right: 1em;
    margin-left: 12em;
    line-height: 1.4em;
}

.footer {
    display: flex;
    flex-direction: row;
    font-size: .6em;
    align: center;
    align-items: center;
    bottom: 0;
    border-style: none;
    background-color: #00ff32 !important;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 2em;
    padding: 1em;
    opacity: .9;
}

.footer p {
    padding-right: 1em;
    padding-left: 1em;
}

.highlight {
    color: color(display-p3 0.192 0.421 0.119) ;
    /* text-shadow: rgb(66, 48, 1); */
    background: color(display-p3 0.277 0.394 0.098 / 0.848);
}
.greyed {
    padding-top: .2em;
    background-color: #666666 ;
    border-color: #1b1b1b;
    border-width: .5em;
}

#morevoodoo {
    
}

.shorty{
    visibility: hidden;
}
.smaller {
    font-size: .7em;
    display: inline;
    max-width: 82%;
}

.social-icons {
    color: black;
    display: flex;
    flex-direction: row;
    gap: 1.5em;
    align-content: center;
}

.social-icons a img {
    display: flex;
    flex-direction: row;
    width: 3.4em;
    height: 3.2em;
    transition: border 0.3s ease-in-out;
    border: .1em solid transparent;
    border-radius: .5em;
    line-height: 1.5em !important;
}

p .social-icons {
    padding-right: 1em;
}

#wideload {
    display: table;
    width: 100%;
}

#wideload * ul {
    display: table;
    width: 100%;
}

#wideload * ul li {
}