/* ~ General Styles */

:root {

}

body {
  font-family: "Courier";
  font-size: .85em; 
  color: var(--text);
  background-color: var(--bg);
  background-image: var(--gradient1);
  scrollbar-width: thin;
  scrollbar-color: var(--scroll1) var(--scroll2);
  image-rendering: pixelated;
}

p {
  margin: 5%;
  text-align: left; 
}

h1 {
  font-size: 1.5em;
  margin: .25em;
  border: groove .2em var(--border1);
  border-radius: 50em;
}

h5 {
  margin: .5em;
  border: groove .5em var(--border1);
  border-radius: 50em;
}

@font-face {
  font-family: "Hydrogen Whiskey";
  src: url("../Hydrogen Whiskey.otf") format("opentype");}

html {scroll-behavior: smooth;}

img {max-width: 100%;}

.imgframe {
  background-image: var(--gradient1);
  border: inset .5em var(--border1);
}

/* ~ Lists */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:;
}

li {

}

li a {
  display: inline-block;
  text-decoration: none;
}

li a:hover {
  color: var(--linkhover);
  transform: scale(0.95);
  transition: 5ms linear;
}

.bubbles li {
  background: var(--gradient1);
  padding: .25em;
  margin: .25em;
  border-radius: 5px;
}

.statsul {
  list-style-type: none;
  margin-left: .5em;
  margin-right: .5em;
  padding: 0;
  overflow: hidden;
  background-color: var(--statul);
  border: inset .5em;
  border-color: var(--border1);
}

.statsli {
  margin: .5em 0em .5em 0em;
  color: var(--text);
  background-color: var(--statli);
  text-align: left;
}

.stats {
  padding: .25em 0em .25em .5em;
  color: var(--text);
  background: var(--gradient2);
  text-align: left;
}

/* ~ Buttons */

.buttonClass {
  background: var(--nav);
  background-image: var(--grain);
  padding: .5em;
  border: .5em outset;
  border-radius: .5em;
  border-color: var(--nav);
  margin: 0.5em;
  font-family: "Hydrogen Whiskey";
  color: var(--link);
}

/* ~ Navigation */

.navbar {
  background: var(--frame);
  background-image: var(--grain);
  color: var(--text);
  border-radius: 50em 50em 0 0;
  border: outset .5em;
  border-bottom: 0;
  border-color: var(--border1);
  overflow: hidden;
  opacity: 1;
}

.navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footbutt {
  background: var(--frame);
  background-image: var(--grain);
  color: var(--text);
  border-radius: 0 0 50em 50em;
  border: outset .5em;
  border-top: 0;
  border-color: var(--border1);
  overflow: hidden;
  opacity: 1;
}

.footbutt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* ~ General Structure */

.container {
  display: flex;  
  flex-flow: row wrap;
  justify-content: center;
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 800px;
  text-align: center;
  border-radius: 50px;
  margin: 5%;
  opacity: 85%;
}

.wrapper > * {
  flex: 1 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hydrogen Whiskey";
}

.main {
  background: var(--main);
  border: .5em inset var(--border1);
  overflow-y: scroll;
  scrollbar-width: thin;
  height: 35em;
}

.aside-1 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: right;
  background: var(--frame);
  background-image: var(--grain);
  border-left: outset .5em;
  border-color: var(--border1);
  opacity: 1;
}

.aside-2 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: left;
  background: var(--frame);
  background-image: var(--grain);
  border-right: outset .5em;
  border-color: var(--border1);
  opacity: 1;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hydrogen Whiskey";
}

/* ~ Sidebar objects*/

.chunk1 {
  background: var(--frame);
  background-image: var(--grain);
  color: var(--text);
  border-left: outset .5em;
  border-right: outset .5em;
  border-color: var(--border1);
  opacity: 1;
}

.chunk2 {
  background: var(--frame);
  background-image: var(--grain);
  color: var(--text);
  border-left: outset .5em;
  border-right: outset .5em;
  border-color: var(--border1);
  opacity: 1;
}

.lump1 {
  background: var(--frame);
  background-image: var(--grain);
  color: var(--text);
  border-radius: 0; 
  border-top: var(--border) outset .5em;
  border-left: var(--border) outset .5em;
  border-right: var(--border) outset .5em;
  border-bottom: var(--border) outset .5em;
  /*overflow-y: scroll;
  scrollbar-width: thin;*/
  padding: .5em;
  margin: .5em;
  opacity: 1;
}

.lump2 {
  text-align: bottom;
  background: var(--frame);
  background-image: var(--grain);
  color: var(--text);
  border-color: var(--border1);
  border-radius: 0;
  border-top: var(--border) outset .5em;
  border-left: var(--border) outset .5em;
  border-right: var(--border) outset .5em;
  border-bottom: var(--border) outset .5em;
  /*overflow-y: scroll;
  scrollbar-width: thin;*/
  padding-bottom: 1em;
  margin-left: .5em;
  margin-right: .5em;
  opacity: 1;
}

.lump3 {
  text-align: bottom;
  background: var(--lump3);
  color: var(--text);
  border-color: var(--border1);
  border-radius: 0;
  border-top: var(--border1) inset .5em;
  border-left: var(--border1) inset .5em;
  border-right: var(--border1) inset .5em;
  border-bottom: var(--border1) inset .5em;
  overflow-y: scroll;
  scrollbar-width: thin;
  padding: 4.5%;
  margin-left: .5em;
  margin-right: .5em;
  opacity: 1;
  height: 13.5em;
  width: 8.5em;
}

.lump4 {
  text-align: bottom;
  background: var(--lump4);
  color: var(--text);
  border-color: var(--border1);
  border-radius: 0px;
  border-top: var(--border1) inset .5em;
  border-left: var(--border1) inset .5em;
  border-right: var(--border1) inset .5em;
  border-bottom: var(--border1) inset .5em;
  overflow-y: scroll;
  scrollbar-width: thin;
  padding: 4.5%;
  margin-left: .5em;
  margin-right: .5em;
  opacity: 1;
  height: 13.5em;
  width: 8.5em; 
}

/* ~ Details */

details {
  background: var(--detail);
  padding: 0.5em 0.5em 0;
  margin: .5em;
  text-align: left;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  list-style-type: '\2605';
  text-align: left;
}

summary::marker {
  color: var(--detailaccent);
  font-size: 1.2em;
}

details[open] {
  padding: 0.5em;
  background: var(--detailopen);
  text-align: left;
}

details[open] summary {
  margin-bottom: 0.5em;
  list-style-type: '\2606';
  background: var(--detailbg);
  text-align: left;
}

/* ~ Responsive stuff */

@media all and (max-width: 1080px) {
  .main {max-width: 550px;}
}

@media all and (max-width: 800px) {
  .main { min-width: 100%;  border-left: solid 2px; border-right: solid 2px; border-bottom: 0px; border-top: 0px; border-color: var(--border1);}
  .aside-1 {margin: -2px; order: -1; border: solid 0px;}
  .aside-2 {margin: -2px; border: solid 0px;}
  .lump1 {min-width: 50%; border-radius: 0px 0px 0px 0px; margin: 0%; border-right: solid 2px; border-left: solid 2px; border-top: solid 0px; border-bottom: solid 0px; border-color: var(--border1);}
  .lump2 {min-width: 50%;  border-radius: 0px 0px 0px 0px; margin: 0%; border-right: solid 2px; border-left: solid 2px; border-top: solid 0px; border-bottom: solid 0px; border-color: var(--border1);}
  .lump3 {width: auto;}
  .lump4 {width: auto;}
  .chunk1 {min-width: 100%; border-bottom: solid 5px;}
  .chunk2 {min-width: 100%; border-top: solid 5px;}
  .navbar {min-width: 100%; order:-3;}
  .header { order: -2;}
  .footbutt {min-width: 100%;}
}

@media all and (max-width: 600px) {
  .lump1 {border-radius: 0px 0px 0px 0px; margin: 0%; border-right: solid 2px; border-left: solid 2px; border-bottom: solid 0px; border-color: var(--border1);}
  .lump2 {border-radius: 0px 0px 0px 0px; margin: 0%; border-right: solid 2px; border-left: solid 2px; border-top: solid 0px; border-color: var(--border1);}
}

@media all and (min-width: 600px) {
  .aside {flex: 1 0 0;}
}

@media all and (min-width: 800px) {
  .main {flex: 3 0px;}
  .chunk1 {flex: 1 1px;}
  .chunk2 {flex: 1 1px;}
  .aside-1 {order: 1;} 
  .main {order: 2;}
  .aside-2 {order: 3;}
  .footer {order: 4;}
  .footbutt {order: 5;}
}


