@font-face {
  font-family: 'TF2Secondary';
  src: url('fonts/TF2Secondary.ttf') format('truetype');
  font-display: swap;
}

#centerColumn #blog_menu_history {
  color: #11111;
}

.listItems {
  margin-top: 0.5em;
  margin-left: 0.5em;
}

.tab {
  display: flex;
  gap: 2px;
  overflow: hidden;
  position: absolute;
  left: 27%;
  top: 36.8em;
  z-index: 2000;
}

.tabcontent {
  display: none;
}

.tab .tablink,
.tab .tablinks {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 28px;
  padding: 0 12px;
  margin: 0;
  border: 1px solid #dad7d1;
  border-top-color: #f0efed;
  border-left-color: #dad7d1;
  border-right-color: #8e8b86;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to bottom, #d8d5cf 0%, #cbc7c1 48%, #bab6af 49%, #b1ada7 100%);
  color: #4b4945;
  font-family: 'TF2Secondary', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.tab .tablink:not(.active),
.tab .tablinks:not(.active) {
  background: linear-gradient(to bottom, #c8c5bf 0%, #bdb9b3 48%, #aea9a4 49%, #a49f99 100%);
  color: #7a7772;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  border-top-color: #d4d1cc;
  border-left-color: #c3bfb8;
  border-right-color: #7a7772;
}

.tab .tablink:hover,
.tab .tablinks:hover {
  filter: brightness(1.03);
}

.tab .tablink:focus-visible,
.tab .tablinks:focus-visible {
  outline: 1px solid rgba(255, 195, 97, 0.85);
  outline-offset: 1px;
}

#blog {
  min-width: 83px;
}

#updates {
  min-width: 113px;
}

#news {
  min-width: 142px;
}

#contact {
  min-width: 78px;
}

#mainBlog .blogImages3 {
  margin-top: 20px;
}

#mainBlog .blogImages2 {
  margin-bottom: 10px;
  margin-top: 5px;
}

#entry1 {
  margin-bottom: 40px;
}

#mainBlog .blogImages {
  margin-top: 5px;
  margin-bottom: 5px;
}

#mainBlog {
  max-width: 550px;
  position: absolute;
  left: 27%;
  top: 590px;
  z-index: 12;
}

#blogImages {
  margin-top: 1%;
  margin-bottom: 1%;
}

.row5 br {
   display: block;
   margin: 0.2em 0;
}

#contactMain .contactText {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 16px;  
}

#links .metrics {
  position: relative;
  text-align: left;
  left: 0.35em;
}

#mainPanel {
  position: absolute;
  z-index: 3;
  left: 20%;
  margin-top: 10px;
}

#links .row5 {
  position: absolute;
  left: 0.7%;
}

#updateCard {
  position: absolute;
  right: -1.6em;
  top: -50px;
  z-index: 15;
}

#links {
  position: relative;
  left: 2.5%;
}

.row {
  display: flex;
  flex: 1;
}

.item {
  flex: 1;
  padding: 0;
  margin: 0;
}

#buttons {
  position: absolute;
  left: 27%;
  top: 551px;
  z-index: 9;
  display: flex;
}

.tabLinks {
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  flex: 33.33%;
  padding: 5px;
}

#panels {
  z-index: 3;
  position: absolute;
  left: 26.35%;
  top: 580px;
  box-sizing: border-box;
  width: 888px;
  height: 27500px;
  background: linear-gradient(to right, #bebab4 0, #bebab4 calc(100% - 301px), #a79f97 calc(100% - 301px), #a79f97 100%);
}

#panels::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 587px;
  height: 3px;
  background: #bebab4;
}

#panels::after {
  content: "";
  position: absolute;
  top: 0;
  left: 587px;
  width: 301px;
  height: 3px;
  background: #a79f97;
}

#whitePanel {
  position: absolute;
  left: 26.35%;
  top: 400px;
  text-align: center;
  z-index: 2;
}

#centerColumn {
  top: -4.5em;
  position: absolute;
  z-index: 1000;
  right: 40%;
}

#pageContainer {
    height: 100vh;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    max-width: 1920px;
}

#blogNavMenu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  gap: 0;
  overflow: hidden;
}

#blogNavMenu .aHoverVertShift {
  text-decoration: none;
  font-family: 'TF2Secondary', Arial, sans-serif;
  color: #515151;
  font-size: 20px;
  line-height: 1;
  padding: 6px 5px;
  flex: 0 0 auto;
}

#blogNavMenu .aHoverVertShiftDead {
  text-decoration: none;
  font-family: 'TF2Secondary', Arial, sans-serif;
  color: #d5d5d5;
  font-size: 20px;
  line-height: 1;
  padding: 6px 5px;
  flex: 0 0 auto;
}

#blogNavMenu > a + a::before {
  content: "|";
  color: #7f7770;
  margin-right: 8px;
  display: inline-block;
}


#blogNavMenu .aHoverVertShift:hover {
   color: #ac4e15;
}

body {
  font-family: arial,helvetica,sans-serif;
  font-size: 15px;
  background-image: url('background_lumberyard.png');
  background-color: #2e2a28;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin: 0;
}

#navBarBGRepeat {
  width: 100%;
  height: 58px;
  position: relative;
  background:
    linear-gradient(
      90deg,
      #1b1816 0%,
      #1b1816 15%,
      #3a3632 50%,
      #1b1816 85%,
      #1b1816 100%
    );
}

#navBarBG {
  width: 100%;
  height: 58px;
  background: transparent;
}

#navBar {
  padding: 0.5%;
  margin-right: 20%;
  margin-left: 28%;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1920px;
}

a.navBarItem,
a.navBarMain {
  text-decoration: none;
  font-size: 22px;
}

a.navBarItem {
  font-size: 19px;
  color: #c2b394;
  margin-right: 1%;
}

a.navBarMain {
  color: #fff;
  margin-right: 2%;
}

a.navBarItem:hover {
  color: #fff;
}
