header{
  z-index: 15;
}

.text-container {
  margin: 10px auto;
  max-width: 800px;
  padding: 20px;
}

.featured-container {
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 600px;
  align-items: center;
}

.hidden-h1 {
  display: none;
}

.featured-header span {
  font-size: 18px;
}

.featured-header {
  background: rgba(13, 38, 38, 0.69);
  min-height: 100px;
  color: #f0b351;
  padding: 0px 20px;
  align-content: center;
  transition: all 0.25s;
}

.featured-header:hover {
  background: rgba(13, 38, 38, 0.85);
}

.text-container h2 {
  max-width: 200px;
  margin: 0px auto;
  font-size: 32px;
}

.header-link{
  width: 100%;
}

.slider{
  display: flex; 
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 600px;
  height: 300px;
  margin: 10px auto;
  transition: transform 2s;
}

.img-container {
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: row;
  overflow: hidden;
  border: #0D2626 2px solid;
  background-color: rgba(13, 38, 38, 0.85);
}

.notes {
  display: flex; 
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  transition: all 0.5s;
}



.name-recent, .name-posts{
  background-color: rgba(13, 38, 38, 0.69);
  padding: 10px 10px;
  margin-bottom: 0;
  color: #f0b351;
  font-size: 16px;
  align-self: flex-end;
  text-align: center;
  width: 100%;
  background-color: rgba(13, 38, 38, 0.85);
}

.slider-button {
  z-index: 10;
  position: absolute;
}

.left-button {
  top: 30%; 
  left: 0%
}

.right-button {
  top:30%; 
  right: 0%
}

.slider-button {
  max-width: 60px;
  min-height: 60px;
  border: solid 2px #0D2626;
  background-color: rgba(13, 38, 38, 0.69);
  transition: all .25s;
}

.slider-button:hover {
  background-color:rgba(13, 38, 38, 0.85);
}

.slider-button img {
  height: 50px;
  align-self: center;
  padding: 30px 10px;
}

