div.toolbar {
    background-color: #c3c3c3;
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-content: center;
    box-shadow: 0px -2px lightgray;
    overflow-x: auto;
}
div.button-bar {
    margin-left: 2vw;
    display: flex;
    flex-direction: row;
}
.button-bar button {
  margin-bottom: 1px;
  font-weight: bold;
  padding-right: 22px;
  padding-left: 3px;
}
.toolbar img {
  height: 12px;
  width: 12px;
  margin: 2px;
  margin-bottom: 4px;
  margin-right: 4px;
}
.btn-group {
  margin-top: 12px;
}
.btn-group a {
  padding: 1.5vw;
  text-align: center;
}
.youtube {
  background: #bb0000;
  color: white;
}
.twitch {
  background: #9146FF;
  color: white;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.tiktok {
  background: #ff0050;
  color: white;
}
.instagram {
  background: #125688;
  color: white;
}
.facebook {
  background: #3B5998;
  color: white;
}
.snapchat {
  background: #fffc00;
  color: black;
}
.scrollDiv {
  overflow: scroll;
  width: 99%;
  height: calc(100% - 32px);
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 3px darkgray;
  border-top: solid 3px darkgray;
  border-right: solid 3px lightgray;
  border-bottom: solid 3px lightgray;
}
.frameDiv {
  width: 100%;
  height: calc(100% - 20px);
  margin-top: 19px;
  border-left: solid 3px lightgray;
  border-top: solid 3px lightgray;
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  margin-left: auto;
  margin-right: auto;
}
.gapDiv {
  height: 35px;
  border-left: solid 3px darkgray;
  border-top: solid 3px darkgray;
  border-right: solid 3px lightgray;
  border-bottom: solid 3px lightgray;
  margin: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.gapDiv p {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: bold;
}
.gapDiv button {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 10px;
}
.testDiv {
  height: 100%;
  width: 100%;
  border: solid black 2px;
}
.content {
  padding: 30px;
  text-align: center;
}
.window {
  background-color: #c3c3c3;
  border-left: solid 3px lightgray;
  border-top: solid 3px lightgray;
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  position: absolute;
  height: 700px;
  width: 700px;
}
.window-bar {
  background: #010081;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin: 1px;
  margin-right: 3px;
}
.window-bar p {
  color: lightgray;
  font-size: small;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  margin: 0;
}
.window-bar img {
  height: 20px;
  width: 20px;
  margin: 1px;
  /* margin-bottom: 2px; */
  /* margin-right: 1px; */
}
.window-bar-buttons {
  margin-left: auto;
  display: flex;
  flex-direction: row;
}
.window-bar button {
  padding-left: 3px;
  padding-right: 3px;
  line-height: 10px;
  padding-bottom: 3px;
  padding: 2px;
  height: 20px;
  font-weight: bold;
} 
.inventory-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  margin: 30px;
}
.image {
  display: flex;
  justify-content: center;
  align-content: center;
}
.social-media-icon {
  height: 90%;
  width: 90%;
}
.item {
margin: 10px;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.totalBox {
  border-left: solid 3px darkgray;
  border-top: solid 3px darkgray;
  border-right: solid 3px lightgray;
  border-bottom: solid 3px lightgray;
  width: 70%;
  height: 60px;
  margin-bottom: 8px;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 8px;
}
.totalBox p {
  padding: 10px;
  font-size: 15px;
  font-weight: bolder;
}
.file {
  text-align: center;
  width: 100px;
}
.file img {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
.file p {
  color: lightgray;
}
#files {
  display: flex;
  flex-direction: column;
  left: 0;
  z-index: 1000;
  padding: 7px;
  align-items: start;
}

#background-image {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 25%;
  z-index: 1000;
}
#title {
  font-weight: bold;
}
#buy-button {
  color: white;
  background-color: red;
}
#faq p {
  text-align: left;
}
table a{
  padding: 0vw;
  padding-top: 0.8vw;
  height: 5vw;
  width: 5vw;
  text-align: center;
}
#stream-table th{
  text-align: center;
}
#order-div td {
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
}
#order-div span {
  font-size: 14px;
}
#order-div b {
  font-size: 14px;
}
#order-div table {
  width: 100%;
}
#checkout img {
  height: auto;
  width: 40%;
}
#checkout p {
  font-size: 15px;
  margin: 0;
}
#checkout label {
  font-size: 15px;
  margin-right: 8px;
}
#checkout input {
  width: 40px;
  height: 30px;
  font: initial;
  margin-left: auto;
  margin-right: auto;
}
#checkout th {
  font-size: 15px;
  padding-left: 5px;
}
#checkout td {
  text-align: center;
  padding: 1px;
}
#checkout {
  padding: 0;
  margin: 0;
  border-left: solid 3px darkgray;
  border-top: solid 3px darkgray;
  border-right: solid 3px lightgray;
  border-bottom: solid 3px lightgray;
}
#quant-div {
  display: flex;
  align-content: center;
}
#totals{
  display: flex;
  flex-direction: column;
  border-left: solid 3px lightgray;
  border-top: solid 3px lightgray;
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#totals button {
  width: 200px;
}
#address {
  text-align: right;
}
#shipping-option {
  text-align: center;
}
#totals div{
  align-self: center;
  justify-self: center;
}
#totals h3{
  text-align: center;
}
#invScrollDiv {
  height: 200px
}
#shopDiv {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  height:90%
}
#database {
  border-collapse: collapse;
}
#database tr {
  border-bottom: grey 2px solid;
  border-top: grey 2px solid;
}
#database td {
  padding: 5px;
  border-left: lightgray 1px dashed;
  border-right: lightgray 1px dashed;
}

h1 {
    margin-bottom: 10px;
    font-family: 'ms_sans_serif';
}
h2 {
  font-family: 'ms_sans_serif';
}
h3 {
  font-family: 'ms_sans_serif';
}
html, body {
    margin: 0;
    background-color: #008080;
    height: 100%;
    width: 100%;
}
button {
    margin: 2px;
    font-family: 'ms_sans_serif';
    border-left: solid 2px lightgray;
    border-top: solid 2px lightgray;
    border-right: solid 2px #000000;
    border-bottom: solid 2px #000000;
    color: #000000;
    background-color: #c3c3c3;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
p {
  font-family: 'ms_sans_serif';
  font-size: 15px;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
table {
  width: 100%;
  background-color: #fdffff;
  border-spacing: 3vw 5px;
  border-collapse: separate;
}
tr {
  border-bottom: grey 2px solid;
  border-top: grey 2px solid;
}
th {
  padding: 5px;
  font-family: 'ms_sans_serif';
  text-align: center;
  font-size: 15px;
}
td {
  font-family: 'ms_sans_serif';
  text-align: left;
  font-size: 15px;
}
label {
  font-family: 'ms_sans_serif';
}
span {
  font-family: 'ms_sans_serif';
}
option {
  font-family: 'ms_sans_serif';
}
select {
  font-family: 'ms_sans_serif';
}

::-webkit-scrollbar {
  width: 16px;
  border: 5px solid white;
}
::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
  background-clip: padding-box;
  border: 0.05em solid #eeeeee;
}
::-webkit-scrollbar-track {
  background-color: #bbbbbb;
}
/* Buttons */
::-webkit-scrollbar-button:single-button {
  background-color: #bbbbbb;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #555555 transparent;
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #777777 transparent;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #555555 transparent transparent transparent;
}
::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #777777 transparent transparent transparent;
} 
/* left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-color: transparent transparent transparent transparent;
}
::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  border-color: transparent transparent transparent transparent;
}
/* right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-color: transparent transparent transparent transparent;
}
::-webkit-scrollbar-button:horizontal:single-button:increment:hover {
  border-color: transparent transparent transparent transparent;
} 

@font-face {
  font-family: 'pixel_digivolveitalic';
  src: url('pixeldigivolveitalic-dv8r-webfont.woff2') format('woff2'),
       url('pixeldigivolveitalic-dv8r-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'electrolizeregular';
  src: url('electrolize-regular-webfont.woff2') format('woff2'),
       url('electrolize-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'ms_sans_serif';
  src: url('micross.ttf');
}