body {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: gray;
    user-select: none;
}


#background {
    min-height: 100%;
    min-width: 1792px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.5;
}

#little_logo {
    position: fixed;
    top: 10px;
    left: 10px;
    height: 40px;
    z-index: 1;
    opacity: 0.15;
    display: none;
}

#little_logo:hover {
    opacity: .5;
}

#character {
    position: fixed;
    top: -50%;
    height:  275%;
    left: 50%;
    transform: translateX(-50%);
}

#character2 {
    position: fixed;
    top: -50%;
    height:  275%;
    left: 20%;
    transform: translateX(-50%);
}

.bluebox {
    background-color: #002fff;
    color: white;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    border: 4px solid lightgray;
    display: none;
}

#menu {
    position: fixed;
    
    left: 60%;
    right: 0%;
    display: none;
}

#info { 
    position: fixed; 
    bottom:0%;
}

#stats {
    position: fixed;
    left: 0%;
    top: 0%;
    padding: 5px;
    margin: 5px;
    font-size: 20px;
    background-color: rgb(228, 228, 228, 0.5);
    color: darkgray;
}

#menu-items .enabled {
    color:rgb(216, 218, 247);
    padding: 6px;
    margin: 6px;
    border: 1px solid rgb(0, 13, 190);
    background-color: rgb(62, 75, 255);
}

#menu-items .enabled:hover {
    background-color:rgb(54, 57, 250);
    border: 1px solid white;
    color: white;
}

#menu-items .disabled {
    padding: 6px;
    margin: 6px;
    color: gray;
    border: 1px dashed gray;
    background-color: rgb(54, 57, 250);
}



@font-face {
    font-family: pixeloid;
    src: url(../cda2fe0f332ea0480102.ttf);
  }

  @font-face {
    font-family: pixeloid_bold;
    src: url(../efdc06eb86b98129e476.ttf);
  }

  .pixeled {
    background-color: black;
    color: green;
    font-family: pixeloid;
    font-size: 40px;
    border-color: green;
  }

  pixel-effect {
    font-family: pixeloid;
    color: rgb(0, 255, 0);
  }

.templater {
    float: right;
    padding: 10px;
    margin: 10px;
    background-color: black;
    border-radius: 15px;
    z-index: 1;
    font-family: pixeloid;
    font-size: 40px;
    border-color: green;
    color: green;
    display: none;
    min-width: 50%;
}



.template_category_name {
    float: left;
    padding: 10px;
    font-family : pixeloid_bold;
}
.template_category_description {
    float: left;
    padding: 10px;
    font-style: italic;
}
#template_options {
    padding: 10px;
    clear: left;
}

#template_options > div {
    padding: 10px;
    margin: 10px;
    overflow : auto;
}


.template_options_apply {
    border: 2px solid green;
}

.template_options_locked {
    border: 2px solid gray;
    color: gray;
}

.template_option_button {
    font-family: pixeloid_bold;
    float: right;
    border-radius: 10px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    border : 2px solid green;
}

.template_options_apply .template_option_button:hover {
    background-color: green;
    color : black;
    
}

.template_options_apply .template_option_button {
    background-color: black;
    color : green;
    border : 2px solid green;
    
}

.template_option_name {
    font-family: pixeloid_bold;
}

.template_option_description {
    color: gray;
}

.template_options_active {
    border: 1px solid orange;
    color: orange;
}


.template_options_active .template_option_button {
    border: 1px solid orange
}

#template_back {
    float: left;
    background-color: black;
    color : green;
    border : 2px solid green;
    z-index: 1;
}

#template_back:hover {
    background-color: green;
    color : black;
}

#brain_scan {

    padding: 30px;
    display: none;
}



.brain_scan_target {
    position: absolute;
    padding: 10px;
}

#brain_scan_target1 {
    top: 15%;
    left: 25%;
}

#brain_scan_target0 {
    top: 50%;
    left: 5%;
}

#brain_scan_target2 {
    top: 25%;
    left: 40%;
}

#brain_scan_target3 {
    top: 65%;
    left: 45%;
}

#brain_scan_target4 {
    top: 5%;
    left: 30%;
}

#brain_scan_target5 {
    top: 75%;
    left: 10%;
}

#brain_scan_target6 {
    top: 40%;
    left: 65%;
}

.brain_scan_target:hover {
    border: 1px solid orange;
}

.brain_scan_target_box {
    width:3.5vmin;
    height:3.5vmin;
    border:4px solid rgb(0, 200, 0);
    float: left;
}

.brain_scan_target_text {
    float: left;
    padding-left: 10px;
    color: gray;
    font-size: 2.8vmin;
    line-height: 3.5vmin;
    background-color: rgba(0, 0, 0, 0.5);
}

.brain_scan_img {
    width: 80vmin;
    height: 60vmin;
}

#brain_scan_targets {
    position: relative;
    border: green 4px solid;
    padding: 5px;
    clear: left;
}

#brain_scan_name {
    float: left;
    padding-bottom: 10px;
}

#brain_scan_info {
    float: right;
}
#brain_scan_back {
    clear : right;
    float: left;
    margin: 0px;
    margin-top: 10px;
    background-color: black;
    color : green;
    border : 2px solid green;
}

#brain_scan_back:hover {
    background-color: green;
    color : black;
}

#in_chair {
    position:fixed;
    width : 100%;
    height: 100%;
    display: none;
    z-index: -1;
}

#in_chair img{
    position : fixed;
    top: -250px;
    left : -100px;
    width : 80%;
}

@keyframes fadeout {
    0% { opacity: 1; top : 25%}
    100% { opacity: 0; top: 0% }
  }

#notifier {
    position: fixed;
    left: 30%;
    font-size: 90px;
    color: green;
    z-index: 5;
    animation: fadeout 2s forwards;
}

@keyframes powerout {
    0% { background-color: black; opacity: 0}
    100% { background-color: black; opacity: 0.75}
  }

@keyframes poweron {
    0% { background-color: black; opacity: 0.75}
    100% { background-color: black; opacity: 0}
}

@keyframes time-fade {
    0% { background-color: black; opacity: 0}
    100% { background-color: black; opacity: 1}
  }

@keyframes time-unfade {
    0% { background-color: black; opacity: 1}
    100% { background-color: black; opacity: 0}
}

#screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0 ;
    z-index: -1;
}

#fetishes {
    display: none;
    flex-direction: column;
    
}

#fetish_main {
    display: flex;
    flex-direction: row;
}

.fetish_entry {
    margin: 2px;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
}

.fetish_name {
    white-space: nowrap;
    flex-grow: 1;
    margin-right: 10px;
}

.fetish_button {
    border: 4px solid green;
    color: green;
    padding: 10px;
    margin: 10px;
    width: 2.5em;
    text-align: center;
}

.fetish_button_active {
    border: 4px solid orange;
    color: orange;
    padding: 10px;
    margin: 10px;
    width: 2.5em;
    text-align: center;
}

.fetish_button_maxed {
    border: 4px solid gray;
    color: gray;
    padding: 10px;
    margin: 10px;
    width: 2.5em;
    text-align: center;
}

.fetish_button:hover {
    background-color: green;
    color: black;
}

.fetish_button_active:hover {
    background-color: orange;
    color: black;
}

#fetish_bottom {
    display: flex;
    flex-direction: row;
}

#fetish_bottom .template_option_button:hover {
    background-color: green;
    color : black;
}

#fetish_spacer {
    flex-grow: 1;
}

#textbox {
    background-color: #002fff;
    color: white;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    border: 4px solid lightgray;
    width: 80%;
    left: 10%;
    position: fixed;
    top: 10%;
    display:none;
}

#textbox a {
    color : lightgray;
}

#textbox a:hover {
    color : yellow;
}

#textbox_button {
    border: 4px solid white;
    background-color: #002fff;
    border-radius: 15px;
    color: white;
    padding: 10px;
    margin: 10px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#textbox_button:hover {
    background-color: white;
    color: #002fff;
}   