#header, main, footer {
    padding-left: 300px;
}
@media only screen and (max-width : 992px) {
    #header, main, footer {
      padding-left: 0;
    }
  }
blockquote {
  border-left: 5px solid #64b5f6;
}

/*****  This corrects the sidenav link location such that the h2 headers are no longer cut off. *****/
h2::before { 
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
  pointer-events: none;
}
ul.sidenav li:last-child {
  padding-bottom: 70px;
}
a.btn-small {
  margin-top: 20px;
  margin-left: 20px;
}

