/* This stylesheet is meant for custom styles, on top of The 8 Template */
.thin-divider {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 20px 0 40px;
  }
  .project-summary {
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  
  .project-summary .col-md-4 {
    padding-left: 24px;
    padding-right: 24px;
  }  
  .project-divider {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 16px auto; /* tight, intentional */
    max-width: 1200px;
  }    
  @media (max-width: 768px) {
    .project-summary {
      margin-bottom: 35px;
    }
  
    .project-summary .col-md-4 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 35px;
    }
  
    .project-summary h4 {
      margin-top: 0;
    }
  }
  .project-header h1 {
    margin-bottom: 8px;
  }
  
  .project-divider {
    margin: 12px auto 24px;
  }
  .project-hero {
    width: 100%;
    max-width: 1200px; /* controls how large it can get */
    height: auto;
    margin: 0 auto 40px;
    display: block;
  }
  /* Reduce space above footer */
section:last-of-type {
    margin-bottom: 40px; /* adjust if needed */
  }
  
  /* Reduce footer top spacing */
  footer {
    padding-top: 30px; /* was likely ~60px */
  }
  
  /* Reduce spacing caused by footer heading */
  footer h3 {
    margin-top: 0;
    padding-bottom: 10px; /* was 20px */
  }  