body {
  margin: 0px;
  background-color: #4a4a4a;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  font-family: Trebuchet MS, sans-serif;
}


body::-webkit-scrollbar{
  display: none;
}


html {
  scroll-behavior:smooth;
}

.container {
  scroll-behavior:smooth;
}

.hLogo, .hLogoH {
  position: relative;
  width: 100%;
  left: 1px;
}


h2, h3, h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  display: inline;
}

.pageText p, h2 {
  border-left: 15px solid #1e222d;
  border-right: 15px solid #1e222d;
}

h3 {
  font-size: 1.5em;
}


.spacer, .spacerTop {
  height: 53px;
}

.siteLink {
  color: whitesmoke;
}


.barSpacer {
  height: 0px;
  position:-webkit-sticky; 
  position:sticky; 
  top:0;
  z-index: 5;
  width: 100%;
}


.barSpacers {
  height: 7px;
  background-color: white;
}


.tabBar {
  /*margin-top: 5px;
  scroll-margin-top: 5px;*/
  display: grid;
  grid-template-columns: 250px 250px repeat(auto-fill, minmax(215px, 1fr));
  grid-column-gap: 1px;
  background-image: url("../img/background2.png");
  /*background-attachment: local;
  position:-webkit-sticky; 
  position:sticky; */
  position: fixed;
  width: 100%;
  top:7px;
  z-index: 5;
}


.dropDown {
  width: 40px;
  height: 20px;
  position: relative;
  right: 58px;
  top: 13px;
  font-size: 15px;
  border-radius: 6px;
/*  mix-blend-mode: lighten;*/
  background-color: #7779a899;
  backdrop-filter: blur(3px);
  box-shadow: inset 0 2px 12px #ffffff;
  color: white;
}


.dropDown:hover {
  background-color: #7f8096cf;
  outline: 2px solid #ffffff;
}


.tabEndNav{
  display: none;
}


.container {
  display: grid;
  grid-template-columns: 100vw;
  grid-gap: 4px;
  margin-top: 7px;
}


.bottomSpace {
  width: 100%;
  height: 41px;
}


.tBarSpacer {
  width: 100%;
  height: 3px;
  background-color: white;
  z-index: 1;
  top: 56;
  position: sticky;
}


.scrollContainerB {
  display: grid;
  grid-template-columns: 100vw;
  width: 100%;
  z-index: 2;
  position: sticky;
  top: calc(100dvh - 60px);
  height: 0;
  background-color: red;
  justify-items: center;
}


.buttonBack {
  width: 100%;
  height: 100%;
  background-color: #1e222d;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}


.stickyFoot {
  display: grid;
  grid-template-columns: 25px 1fr 1fr 1fr 1fr 25px;
  grid-template-rows:15px 25px 20px;
  width: 100%;
  height: 60px;
  line-height: 45px;
  text-align: center;
  background-color: #1e222d;
  color: white;
}


.copyR {
  grid-row: 3;
  grid-column: 1/-1;
  font-size: 12px;
  line-height: 20px;
}


.stickyFoot a {
  grid-row: 1/2;
}


.moreItem a, .accessibilityItem a, .stickyFoot a, .smallB a {
  color: white;
  text-decoration: none;
}


.moreItem a:hover, .accessibilityItem a:hover, .accessibilityItem:hover, .accessibilityItem:focus, .stickyFoot a:hover, .smallB a:hover {
  text-decoration: underline dotted;
  text-underline-offset: 4px;
}


.moreMenue, .accessibilityMenue {
  position: sticky;
  height: 0px;
  display: grid;
  z-index: 3;
  grid-template-columns: 25px 1fr 1fr 1fr 1fr;
}


.moreMenue {
  grid-template-rows: repeat(3, 60px);
  top: calc(100dvh - 5px - (60px * 4));
}


.accessibilityMenue {
  grid-template-rows: repeat(2, 60px);
  top: calc(100dvh - (60px * 3));
}


.moreItem, .accessibilityItem {
  line-height: 60px;
  height: 60px;
  color: white;
  width: 93%;
  background-color: #1e222d;
  text-align: center;
  outline-color: #4a4a4a;
  outline-width: 4px;
  outline-style: solid;
}


.moreItem {
  grid-column: 5;
}


.accessibilityItem {
   grid-column: 4;
}


.moreHide {
  visibility: hidden;
}


.accessibilityHide {
  visibility: hidden;
}


.tabContainer button {
  width:100%;
}



.tabs {
  backdrop-filter: blur(3px);
  background-color: #F8F8FF;
  height: 48px;
/*  padding: 0px 3px 0px 30px;*/
padding: 0px 20px 0px 20px;
  /*text-align: center;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-weight: 550;
  font-size: 17px;
  color: black;
  line-height: 50px;
  mix-blend-mode: lighten;
  margin-bottom: 2px;
  margin-block-start: initial;
  margin-block-end: initial;
  margin-inline-start: initial;
  margin-inline-end: initial;
  text-align: left;
}

.catTab {
    padding: 0px 3px 0px 30px;
}

/*is this needed?*/
.tabs:hover {
  font-size: 18px;
}


.tabs h1 {
  font-size: 18px;
  padding: 0px 155px 0px 0px;
  line-height: 25px;
}


.homeTab {
  font-size: 24px;
  font-family: impact, sans-serif;
  padding-right: 8px;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 47px 1fr;
  grid-gap: 2px;
}


.tabBar a {
  text-decoration: none;
}


.homeTab:hover {
  font-size: 120%;
  color: white;
  background-color: black;
  mix-blend-mode: lighten;
  box-shadow: 
    4px 3px 0px -3px #f8f8ff, 
    inset -5px 0px 2px -3px #f8f8ff;
}


.hText {
}

.homeTab:hover #hLogoH  {
  grid-row: 1;
}

.homeTab:hover #hLogo {
  display: none;
}


.tabOpen {
  font-size: 18px;
  background-color: rgba(255,255,255,0.06);
  border-radius: 10px;
  backdrop-filter: blur(3px);
  box-shadow: 
    6px -8px 2px -3px #f8f8ff, 
    -6px -8px 2px -3px #f8f8ff;
  color:  white;
}


.tabOpen:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}



.tabR {
  border-bottom-left-radius: 17px;
  box-shadow: 
    -5px 3px 0px -3px #f8f8ff;
}


.tabL {
  border-bottom-right-radius: 17px;
  box-shadow: 
    5px 3px 0px -3px #f8f8ff;
    /*inset 5px 0px 2px -3px #f8f8ff;*/
}


.tabEnd {
  box-shadow: 
    -5px 3px 0px -3px #f8f8ff, 
    inset 5px 0px 2px -3px #f8f8ff;
}


.pageText {
  background-color: #1e222d;
  color:whitesmoke;
  height: calc(100dvh - 125px);
/*  overflow-y: scroll;*/
}

.pageTextPad {
  padding: 20px;
}


.smallB {
  background-color: #1e222d;
}

.smallB:hover {
  background-color: black;
}

.smallC {
  font-size: 12px;
  text-align: center;
}



.tabDropDown, .tabDropDownTT {
  position: absolute;
  top: 53px;
  width: 200px;
  border: 1px solid black;
  background-color: black;
  padding: 10px;
  border-radius: 14px;
}

.tabDropDown {
  z-index: 5;
}

.tabDropDownTT {
  color: white;
  z-index: 4
}

.tabTitle {
  text-align: center;
  color: white;
  margin-bottom: 20px;
  border-left: none;
  border-right: none;
}


.tabUl {
  max-height: 120px;
  overflow-y: scroll;
}


.tabUl ul {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  list-style-type: circle;
  list-style-position: outside;
}

ul.tabUl {
  list-style-type: circle;
  list-style-position: outside;
}


.container::-webkit-scrollbar, .tabUl::-webkit-scrollbar {
  width: 12px;
}
.container::-webkit-scrollbar-track, .tabUl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,71%); 
  border-radius: 10px;
}
.container::-webkit-scrollbar-thumb, .tabUl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f5f5f566; 
}


.tabItem {
  margin: 0 0 10px 0;
  color: white;
  background-color: black;
  margin: 0 0 10px 0;
}

.tabItem a {
  color: white;
  transition: color 0.2s;
}

.tabLink:hover {
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}


#searchTab {
  margin-top: 10px;
  width: 194px;
  height: 24px;
  background-color: black;
  color: white;
  border: 1px solid gray;
  border-radius: 5px;
}
