* { box-sizing: border-box; }

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Regular.woff2') format('woff2'),
      url('../fonts/Heebo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Light.woff2') format('woff2'),
      url('../fonts/Heebo-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Medium.woff2') format('woff2'),
      url('../fonts/Heebo-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Bold.woff2') format('woff2'),
      url('../fonts/Heebo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Black.woff2') format('woff2'),
      url('../fonts/Heebo-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-Thin.woff2') format('woff2'),
      url('../fonts/Heebo-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heebo';
  src: url('../fonts/Heebo-ExtraBold.woff2') format('woff2'),
      url('../fonts/Heebo-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Heebo";
  margin: 0;
  overflow: hidden;
}

#filters {
    display: none;
}

.grid {
    margin-left: -15px;
    margin-right: -15px;
}

.grid-item {
    margin-bottom: 20px;
    cursor: pointer;
}

.grid-item h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.grid-item p {
    text-transform: capitalize;
    margin: 0;
}

.grid-item.grid-item-content {
    height: 60vw;
}

.imageholder {
    width: 100%;
    height: 88%
}

.imageholder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width:568px) {
    .grid-item:nth-child(2n+1) .grid-item-content {
        height: 36vw;
    }
    .grid-item {
        margin-bottom: 60px;
        cursor: pointer;
    }

    .grid-item:nth-child(2n+2) .grid-item-content {
        height: 50vw; 
    }
}
@media (min-width:1024px) {
    .grid-item {
        margin-bottom: 50px;
        cursor: pointer;
    }
}