body {
  background-color: #191919;
}

.title {
	color: #d86905;
  font-family: Helvetica, sans-serif;
  font-size: 36px;
  text-transform: uppercase; 
  letter-spacing: 2.75px;
  z-index: 11;
  position: relative;
}

.main-text {
  font-family: 'leawood_stdbook', Garamond, times;
  padding-top: 100px;
  width: 850px;
  margin: auto;
  text-align: center;
  font-size: 40px;
  color: white;
  line-height: 55px;
  max-width: 1170px;
}

a {
  color: #bfbfbf;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  font-style: italic;
}

img{
    display: none
}

span:hover + img{
    display: block;
    z-index: 1;
}

.showoff {
  border-bottom: 2px solid cyan;
  display: inline-block;
  line-height: 0.85;
}

.shardurv-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
} 

ol{
  display:none;
  list-style: none;
  counter-reset: li;
}

span:hover + ol{
  display:block;
  position: absolute;
  top: 50%;
  left: 35%;
}

ol li:before {
  content: counter(li) ".";
  counter-increment: li; 
  color: white;
  display: inline-block;
  margin-left: 2em;
  text-indent: -1.5em;
}

.veggie {
    border-radius: 2px;
    background: #bcbcbc;
    border: 2.5px solid white;
    padding: 20px; 
    width: 200px;
    text-align: left;
    font-size: 25px;
    line-height: 1.75;
    color: #0000ff;
    letter-spacing: 1px;
}



@media (max-width: 768px) {
  .main-text {
    width: 600px;
    box-sizing: border-box;
    padding: 120px 30px;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 42px;
  }
  .title {
    font-size: 28px;
  }
}

@media (max-width: 568px) {
  .main-text {
    width: 320px;
    box-sizing: border-box;
    padding: 145px 10px;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
   }
  .title {
    font-size: 19px;
  }
}

@font-face {
  font-family: 'leawood_stdbook';
  src: url('./webfontkit/leawoodstd-book-webfont.woff2') format('woff2'),
       url('./webfontkit/leawoodstd-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}