/**
 *
 * Project listing Bladed styling
 *
 */

header {
  height: 100vh;
  max-height: 550px;
}
  main section.project-listings {
    max-height: unset;
  }
  .border-radius-0 {
    border-radius: 0;
  }
  .project-listings .card.project-listing {
    padding: 0;
    margin: 1rem;
  }
  .project-listings .project-listing a,
  .project-listings .project-listing a:hover,
  .project-listings .project-listing a:active,
  .project-listings .project-listing a:focus {
    color: #ececec;
    text-decoration: none;
    text-transform: uppercase;
  }
  .project-listings .project-listing .card-body {
    padding: 0.625rem 1rem;
    margin-top: 2.5px;
  }
  .project-listings .project-listing .card-body h5 {
    font: normal normal 15px var(--font-raleway);
    font-weight: 500;
    letter-spacing: calc( 1em * ( 60 / 1000 ) );
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
  }
  .project-listings img.card-img-top.border-radius-0 {
    max-height: 250px;
  }
  @media only screen and (max-width: 768px) {
    .project-listings .card.project-listing {
      margin: 1rem auto;
    }
  }
