/* HTML */

html {
    background-color: #000000;


}

/* Body */

body.home {
    border-style: hidden;

}

.center {
    margin-left: auto;
    margin-right: auto;

}

/* Image Properties */

img {
display: block; 

}

img.table {
  object-fit: contain;

}

/* Text Properties */

a:link {
    color: #ffffff

}

a:visited {
    color: #ffffff;
 
}

a:hover {
    color: #858585;

}

a:active {
    color: #ffffff;

}

h1, h2, h3 {
    text-align: center;
    
    word-break: break-word;

}

h1 {
    color: #ffffff;
    font-family: 'retro_computer';
    font-size: 75px;

    width: 80%;
    margin: 10px auto;
    margin-bottom: 10px;
  
}

h2 {
    color: #ffffff;
    font-family: 'retrocompute';
    font-size: 38px;

    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  
}

h2.footer {
    width: 95%; 
    
}

h2.heading {
    color: #000000;
    background-color: #ffffff;
    font-family: 'retrocompute';
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;

    padding-top: 10px;
    padding-bottom: 5px;

}

h2.heading a:link {
    color: #000000

}

h2.heading a:visited {
    color: #a41616;
 
}

h2.heading a:hover {
    color: #fa2222;

}

h2.heading a:active {
    color: #a41616;

}

h2.subheading {
    text-align: left; 

}

h2.sticky {
    background: #000000;
  
    font-size: 175%;
    color: #ffffff;

    position: sticky;
    bottom: 16px;                
    z-index: 998; 

}

.footer h2:last-child,
.home > :last-child,
div.generic > :last-child {
    margin-bottom: 0;
}

h3 {
    color: #ffffff;
    font-family: 'retrocompute';
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
  
}

p {
    color: #ffffff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;

}

p.heading {
    text-align: center;
    
}

.home {
    max-width: 80%; 
    margin: 0 auto;
    
}

ul {
    color: #ffffff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 20px;
    word-wrap: break-word;
  
    list-style-position: inside;
    display: inline-block;
    text-align: left;
  
    margin-top: 10px;
    border-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px; 
  
}
  
ol {
    color: #ffffff;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 20px;
    word-wrap: break-word;
  
    list-style-position: inside;
    display: table;
    text-align: left;
  
    margin-top: 10px;
    border-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px; 
  
}
  
.paragraphs {
    text-align: left;
    text-indent: 60px;
  
}

.centered {
    text-align: center;
    
}
  
.container {
    display: flex;
  
}

/* Generic Class */ 

.generic { 
    background-color: #ffffff;

    padding: 25px;
    border: 7px solid;
    border-style: outset;

    border-top-color: #595959;
    border-bottom-color: #888888;
    border-left-color: #595959;
    border-right-color: #888888;

    width: 90%;
    margin: 30px auto;

}

.generic :is(h1, h2, h3, p, ol, ul) {
    color: #000000;

  }

.generic :is(.an, p.an) {
    color: #000000;
    background-color: #fe8888;
    
}

.generic a:link {
    color: #000000;

}

.generic a:visited {
    color: #000000;
 
}

.generic a:hover {
    color: #858585;

}

.generic a:active {
    color: #000000;

}

.generic .lbl-toggle {
    color: #000000;
}

.generic .lbl-toggle:hover {
    color: #858585;
}

.generic .lbl-toggle:active {
    color: #000000;
}

.generic hr.solid {
    background-color: #000000;

}

img.generic {
    width: fit-content;
    margin: 5px;

    border-top-color: #595959;
    border-bottom-color: #888888;
    border-left-color: #595959;
    border-right-color: #888888;
    
}

/* Fonts */

@font-face { 
    font-family: 'retro_computer';
    src: url('Fonts/retro_computer/retro_computer.ttf') format('ttf');
    src: url('Fonts/retro_computer/retro_computer.otf') format('otf');
    src: url('Fonts/retro_computer/retro_computer.woff') format('woff');
  
}
  
@font-face {
    font-family: 'retrocompute';
    src: url('Fonts/retrocompute/retrocompute.ttf') format('ttf');
    src: url('Fonts/retrocompute/retrocompute.otf') format('otf');
    src: url('Fonts/retrocompute/retrocompute.woff') format('woff');
  
}

/* Info Collapsible Properties */

input[type='checkbox'] {
    display: none;
}
  
.lbl-toggle {
    display: block;
  
    color: #ffffff; 
    font-family: 'retrocompute';
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 10px auto;
    text-align: center;

    width: 80%;
  
    padding: 15px;

    cursor: pointer;

    transition: all 0.25s ease-out;

}

.lbl-toggle:hover {
    color: #858585;
    transition: 0s;
}
  
.lbl-toggle::before {
    content: ' ';
    display: inline-block;
  
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
  
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
  
    transition: transform .2s ease-out;

}
  
.collapsible-content .content-inner {
    padding: .5rem 1rem;

}
  
.collapsible-content {
    max-height: 0px;
    overflow: hidden;
  
    transition: .25s ease-in-out;

}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 100vh;
}

.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.info-box {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;

}

/* Dialogue Collapsible */

.lbl-dialogue {
    display: block;
    width: fit-content;

    margin: 12px 0;

    color: #000000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-style: italic;
    font-size: 20px;

    cursor: pointer;

    transition: color .15s ease-out;

}

.lbl-dialogue::before {
    content: '';
    display: inline-block;

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid currentColor;

    margin-right: .45rem;
    vertical-align: middle;

    transform: translateY(-1px);
    transition: transform .2s ease-out;

}

.dialogue-toggle:checked + .lbl-dialogue + .collapsible-content {
    max-height: 3000px;

}

.dialogue-toggle:checked + .lbl-dialogue::before {
    transform: rotate(90deg) translateX(-2px);

}

.dialogue-inner {
    padding: .25rem 1rem .75rem 1.5rem;
    margin-bottom: 1rem;

    border-left: 2px solid #000000;

}

/* Author's Note */

.an, p.an {
    color: #ffffff;
    background-color: #5f1313;
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

p.an {
    font-size: 17px;
}
  
/* Disclaimer Collapsible */

.disclaimer .lbl-toggle {
    color: #fa2222;
    font-size: 30px;
}

.disclaimer .lbl-toggle:hover {
    color: #a41616;
}

/* Table Properties */

table, th {
    width: 95%;
    table-layout: fixed;
    color: #ffffff;

    border-spacing: 8px;
    
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 18px; 
    word-wrap: break-word;

    margin: 5px;

}

td {
    color: #ffffff;
  
    text-align: center;

}

/* Down and Up Buttons */

.down {
    color: #ffffff;
    font-family: 'retrocompute';
    font-size: 30px;
    text-decoration: none;
    
    padding: 9px;

    background-color: #ffffff88;
    
    position: sticky;
    bottom: 2%; 
    right: 98%;
  
}

.up {
    color: #ffffff;
    font-family: 'retrocompute';
    font-size: 30px;
    text-decoration: none;
    
    padding: 9px;

    background-color: #ffffff88;
    
    position: sticky;
    bottom: 2%; 
    left: 98%;

}

/* Horizontal Rules */

hr.solid {
    height: 3px;
    width: 95%;
    border: none;
    background-color: #ffffff; 
    
  }

hr.divider {
    height: 2.5px;
    width: 95%;
    border: none;
    background-color: #ffffff; 

}

hr.space {
    border-top:  5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    padding: 5px;
  
  }

/* About Box Properties */

.about {
    border: 3px solid #ffffff;
    width: 95%;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    
  }

/* Footer Properties */

.footer {
    bottom: 0;
    overflow: hidden;

    text-align: center; 
  
}