/*
.tocify {
  position: relative; 
  top: 120px; /*Controls where TOC stops when sticky */
/*  border: none;
} */


/* -----------HERO IMAGE AT TOP OF PAGE -----------*/

/* LARGE HERO IMAGE AT TOP OF PAGE*/


.posts-list-caption{ display: none; }

.hero-image {
    position: relative;
    margin-bottom: 2em;
    /* liner gradient tints the image darker for readability*/
    background-image: linear-gradient( rgba(0,0,0,.2), rgba(0,0,0,.2) ), url(Tech.jpg); 
    height: 600px;
    background-size: cover;
    background-color: #141c25f2;
    background-position: center center;
    display: flex; /* Change to `display: none` for no hero image */
    justify-content: center;
    align-items: center;
}

.bottom-text {
  position: relative;
  font-size: 34px;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  text-align: center;
  display: block; /* Change to `display: none` for no top text */
  color: #dedede;
}

.top-text {
  position: relative;
  letter-spacing: 0.065em;
  line-height: 1em;
  font-size: 72px;
  text-transform: uppercase;
  text-align: center;
  display: block; /* Change to `display: none` for no bottom text */
  color: #ffffff;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px){

  
  .bottom-text {
    font-size: 25px;
  }

  .top-text {
    font-size: 40px;
  }
  
  
}