@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

html {
  -webkit-font-smoothing: antialiased;}
  
  
  body {
  -webkit-text-stroke: 0.2px;
  background-color:#1e1e2e;
  fill:#fff;
  background-size:500px;
  background-repeat:repeat;
  background-size:500px;
  background-repeat:repeat;
  }
  ::-moz-selection {
  background-color: #888888;
  color: #fff;
  }
  /* Works in Safari */
  ::selection {
  background-color: #cba6f7;
  color: #181825;
  }

   a {
  text-decoration:none;
  color:#cba6f7;
   }



  #headspace /*wrapper*/ {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--viewport-height);
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0.25rem 0.25rem 0.25rem 0.25rem;
  }

#whitespace /*main body*/{
    --alignment: center;
    --flex-alignment: center;
    --indent-left: 1;
    --indent-right: 1;
    --margin-left: auto;
    --margin-right: auto;
    --border-radius-tl: 0;
    --border-radius-tr: 0;
    --border-radius-br: 0;
    --border-radius-bl: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
    background-color: transparent;
  }

  #whitespace > .omori {
    --padding-horizontal: 1rem;
    --padding-vertical: 1rem;
    --spacing: 0.75rem;
    --width: 60rem;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    max-width: 100%;
    position: relative;
    width: var(--width);
    z-index: 1;
    padding: var(--padding-vertical) var(--padding-horizontal);
    }

  iframe {
  /*-webkit-filter: invert() hue-rotate(180deg) brightness(105%) contrast(105%);*/
  background-color:#fff;
  padding:0px;
  border:0px solid #000;
  width:100%;
  min-height:500px;
  /*margin-top:-92px;*/
}
  .mewo {
  background-color:#181825;
  padding:20px;
  font-size:15px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.65;
  color:#cdd6f4;
  overflow:hidden;}

  .mewo u {
  display:inline-block;
  text-decoration: none;
  color:#cba6f7;
}

  .mewoalt {
  background-color:#181825;
  padding:0px;
  font-size:15px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  line-height: 1.65;
  color:#cdd6f4;
  overflow:hidden;
  width:100%;
border-radius:0px;}

  .mewoalt h1 {
border-bottom:2px solid #45475A;
}

.mewoalt a {
  color:#cba6f7;
}
.mewoalt summary {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;

}

  /* table stuff*/

details {
background-color:#181825;
line-height: 1.2!important;
text-align:left;
border-radius:20px;
width:50%;}

details b  {
color:#f38ba8;
}

details summary {
font-family: "Reenie Beanie", cursive;
font-size:16pt;
}


details i {
  color:#cdd6f4!important;
  font-size:8pt;
}

table.melon {
  background-color: #1e1e2e;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-radius:0px 50px 50px 0px;
}

table.melon td, table.melon th {
  padding:0px;
}
table.melon tbody td {
  font-size: 13px;
  color: #CDD6F4;
}

table.melon tr:nth-child(even) {
  background: #181825;
}

table.melon td:nth-child(even) {
  padding:0px 80px 0px 80px;}

table.melon td:first-child {
  width:40%;
  padding:0px;
}

table.melon img {
  width:100%;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);}

table.melon i {
  color:#fab387;
}

table.melon b {
font-family: "Reenie Beanie", cursive;
font-size:16pt;
}

#return {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 18%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: #CDD6F4;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background-color:transparent;
  font-size:40pt;}


.neighborsroom {display:none}
.vastforest {display:none}
.otherworld {display:none}
.junkyard  {display:none}


/*more legible text l0l*/
.pencil { 
text-align:left;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 15pt;
font-weight: 300;
letter-spacing: 0.025em;
line-height: 1.65;
}
.pencil b {
  color: #cba6f7;
}

  .shinyknife {
  padding:0px;
  text-align:center;
  font-size:50px;
  color:#cdd6f4;
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-style: normal;
}

.lightbulb /* for subtitle text*/ {
    font-size:20px;
    text-transform:lowercase;
    /*font-family: "Cabin Sketch", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    text-align:right;
    color:#45475a;
    padding:5px;
  }
#laptop {
/*background-color:#cba6f7;*/
width:50%;
}

#laptop a {
padding:0px;
display:inline-block;
text-align:center;
font-size:12px;
padding:5px;
color:#cba6f7;}

#laptop i {
  color:#cdd6f4;
}

#laptop i:hover {
    color:#cba6f7;
}

.keyboard {
  background-color:#181825;
  color:#cdd6f4!important;
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 400;
  text-transform:uppercase;
  text-align:center;}

.keyboard:hover {
  color:#cba6f7!important;
}




/* font stuff */
@font-face {
  font-family: fontawesome;
  src: url(/static/font-awesome/fonts/fontawesome-webfont.ttf);
}
