#main-header {
    background-color: rgba(0, 0, 0, 0.842);
    /* position: absolute; */
    /* z-index: 4; */
    width: 100%;
    background-image: url('../img/headerBg.jpg');
    background-position: center;
    background-size: cover;
  }
  
@media only screen and (min-width: 768px){
  .carousel{
    margin-left: -15px;
    margin-right: -15px;
  }
}
  .main-grid > h3 {
    background-color: rgb(194, 52, 0);
    margin-left: -15px;
    margin-right: -15px;
  }
  .sidebar h3 {
    background-color: rgb(194, 52, 0);
    margin-left: -15px;
    margin-right: -15px;
  }
  .quick-links-cover ul {
    list-style: none;
  }
  .news-cover {
    margin-top: -10px;
    margin-left: -15px;
    margin-right: -15px;
    height: 200px;
    overflow: hidden;
    background-color: #ad2e00;
    font-size: 13px;
  }
  /* .news-cover p{
    height: 38px;
    overflow: hidden;
  } */
  