#centerColumn #blog_menu_history {
  color: #11111;
}

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

.tab {
  overflow: hidden;
  position: absolute;
  left: 27%;
  top: 37em;
  z-index: 2000;

}

.tabLinks {
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}

.tab button {
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
}

/* Style the tab content */
.tabcontent {
  display: none;
}

#blog {
  background-image: url("buttons/blogselected.png");
  background-repeat: no-repeat;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 12px 40px;
}

#updates {
  background-image: url("buttons/updatesselected.png");
  background-repeat: no-repeat;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 12px 55px;
}

#news {
  background-image: url("buttons/newsselected.png");
  background-repeat: no-repeat;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 12px 40px;
}

#contact {
  background-image: url("buttons/contactselected.png");
  background-repeat: no-repeat;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 12px 55px;
}

#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 {
  flex: 33.33%;
  padding: 5px;
}

#panels {
  z-index: 3;
  position: absolute;
  left: 26.35%;
  top: 580px;

  width: 888px;
  height: 19500px;
  background-image: url("panels.png");
}

#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 .aHoverVertShift {
  text-decoration:none;
  font-family: TF2 Build;
  color: #515151;
  font-size: 24px;
  padding: 8px;
}

#blogNavMenu .aHoverVertShiftDead {
  text-decoration:none;
  font-family: TF2 Build;
  color: #d5d5d5;
  font-size: 24px;
  padding: 8px;
}


#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;
}

