h1 {
  font-size: 250%;
  color: white;
  font-family: sans-serif;
}
html {
  scroll-behavior:smooth;
}

p {
  font-family: sans-serif;
  color: black;
}
html {
  margin-left: -1.6vw;
  margin-right: -1.6vw;
  margin-top: -1.6vw;
}
.topbar {
  background-color: #426e7a;
  padding: 3%;
  display:flex;
}
.top-nav {
  margin-top: -4vh;
  background-color: #426e7a;
  display: flex;
  text-align: center;
}
.nav-button-base {
  width: 30vw;
  height: 9vh;
  font-family: sans-serif;
  background-color: burlywood;
  border-style: outset;
  border-width: 1px 2px 2px 1px;
}
.home-button {
  text-align: center;
  width: 11vw;
  height: 9vh;
  border-style: outset;
  border-width: 1px 2px 2px 1px;
}
.nav-button-base:hover {
  background-color: white;
  cursor:pointer;
}
.nav-button-base:active {
  background-color: white;
  box-shadow: 0px 0px;
  border-style: inset;
  border-width: 2px 1px 1px 2px;
}
.nav-button-base:disabled {
  background-color: white;
  color:black;
  box-shadow: 0px 0px;
  border-style: inset;
  border-width: 2px 1px 1px 2px;
}
article {
  background-color: salmon;
  padding-top: 5rem;
}
.sample-container {
  padding: 3%;
}
.logoimg {
  border-width:5px;
  border-style:solid;
  border-color:grey;
  border-radius:20px;
  max-width:150%;
  height:auto;
}
h2 {
  font-family:sans-serif;
}
ol {
  background-color:burlywood;
  border-radius: 0.2rem;
}
li:not(.poo) {
  font-family:sans-serif;
  text-align:center;
  margin-left:2vw;
  margin-right:2vw;
  margin-top:2vh;
  margin-bottom:2vh;
}
.nineties-icons {
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:-5vh;
  width:100%;
  background-color:#426e7a;
  flex-grow:1;
}
.il-c {
  margin-left:3px;
  margin-right:3px;
  /*image hyperlink*/
  font-size:0px;
}
.fi {
  margin-left:3px;
  margin-right:3px;
  width:88px;
  height:31px;
}
.main-anchor-nav {
        list-style-type:none;
        display:flex;
        flex-direction:row;
        flex-grow:1;
        margin-left:30vw;
        padding-left:5%;
        padding-right:5%;
        justify-content:center;
        align-items:center;
}
.sample-list-container {
        min-height:34rem;
        border-width:3px;
        border-style:solid;
}
.small-text {
        font-size:10px;
}
.filter-header {
        display:flex;
        justify-content:left;
        flex-direction:row;
        background-color:burlywood;
}
.filter-box-p {
        text-decoration:underline;
        margin-left:3rem;
        margin-right:3rem;
}
.fb-button {
        margin-left:0.2rem;
        margin-right:0.2rem;
        width:10rem;
}
.classselect {
        width:12rem;
}
.class-filter {
        display:flex;
        flex-direction:row;
}
