html, body{
    background-color: lightgray;
    height: 100%;
    margin: 0;
    font-family: 'Rockwell Condensed';
    font-size: 5vmin;

}

/* We're not actually using H1 as a header as such - more just to assist SEO, so setting the font size to nothing to make it invisible */
h1 {
  font-size: 0%;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50%;
  text-align: left;
}

table.tabbar {
  font-size: 75%;
  display: flex;
  justify-content: left;
  gap: 5%;
  position: sticky;
  top: 2%;
}

td {
  vertical-align: top;
  padding: 0;
}

ul {
  list-style-type: none;
  margin-top: 0%;
  margin-left: 2%;
  margin-bottom: 0%;
  margin-right: 2%;
  padding-inline-start: 0%;
  overflow: hidden;
}

li {
  list-style-type: none;
  float: left;
}

#lihome {
  width: 55%;
  padding-left: 1em;
}

#liinset {
  padding-left: 1em;
}

#linoinset {
  padding-left: 0em;
  margin-left: 0em;
  margin-right: 0em;
}

#menu-items {
  padding-left: 1em;
  position: relative;
}

#dropdown-items {
  display: none;
}

#menu-items:hover #dropdown-items {
  display: inline-block;
  background-color: #c8c8c8;
  font-size: 66%;
  top: 100%;
  left: 0%;
  margin-left: 10%;
  padding-left: 2em;
  line-height: 1.5;;
  position: absolute;
}

li a {
  display: flex;
  color: black;
  text-align: left;
  text-decoration: none;
}

img.iBuy
{
  display: block;
  margin: auto;
  max-width: 75%;
  max-height: 75%;
  padding-bottom: 0.5em;
}

button.bBuy {
  display: block;
  margin:auto;
  height: 2em;
  width: 5em;
  font-size: 50%;
  background-color: lightseagreen;
  border-radius: 33%;
}