@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
body {
  font-family: "Montserrat", sans-serif;
  background-image: url("/assets/img/background.jpg");
  margin: 0;
  padding: 0;
  background-image: url("/assets/img/background.jpg");
  background-size: cover;
  background-position: center center;
  /* Center the image */
  background-attachment: fixed;
  /* Keep the image fixed while scrolling */
  min-height: 100%;
  /* Ensure the body takes at least the full viewport height */
  height: 100vh;
  scroll-behavior: smooth;
  height: 100vh;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.honeycomb-container{
  padding-top: 80px;
}

a {
  text-decoration: none;
  color: #fff;
}

.emc2 {
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
  height: 18vh;
  margin: -30px 0 15px 0;
}

.emc2 img {
  height: auto;
  width: 500px;
}

.emc2-logo {
  display: flex;
  justify-content: center;
  height: 20vh;
  flex-direction: column;
}

.honeycomb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  transform: translateY(34.375px);
}
.honeycomb-cell {
  flex: 0 1 245px;
  max-width: 245px;
  height: 135.5px;
  margin: 65.4761904762px 12.5px 25px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.honeycomb-cell__title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.50em;
  transition: opacity 350ms;
  transform: scale(0.8);
}
.honeycomb-cell__title > small {
  font-weight: 300;
  margin-top: 0.25em;
  display: block;
}
.honeycomb-cell__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.honeycomb-cell::before, .honeycomb-cell::after {
  content: "";
}
.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.honeycomb-cell::before {
  background: #373737;
  transform: scale(1.055);
}
.honeycomb-cell::after {
  background: #d2232a;
  opacity: 0.8;
  transition: opacity 350ms;
}
.honeycomb-cell:hover::before {
  background: #939598;
  transform: scale(1.1);
  transition: transform 350ms;
}
.honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 250px;
  margin: 0 12.5px;
}

@media (max-width: 550px) {
  .honeycomb-cell {
    margin: 81.25px 25px;
  }
}
@media (min-width: 550px) and (max-width: 825px) {
  .honeycomb-cell:nth-child(3n) {
    margin-right: calc(50% - 125px);
    margin-left: calc(50% - 125px);
  }
  .honeycomb__placeholder:nth-child(3n+5) {
    display: block;
  }
}
@media (min-width: 825px) and (max-width: 1100px) {
  .honeycomb-cell:nth-child(5n+4) {
    margin-left: calc(50% - 275px);
  }
  .honeycomb-cell:nth-child(5n+5) {
    margin-right: calc(50% - 275px);
  }
  .honeycomb__placeholder:nth-child(5n),
  .honeycomb__placeholder:nth-child(5n+3) {
    display: block;
  }
}
@media (min-width: 1100px) {
  .honeycomb-cell:nth-child(7n+5) {
    margin-left: calc(50% - 400px);
  }
  .honeycomb-cell:nth-child(7n+7),
  .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
    margin-right: calc(50% - 400px);
  }
  .honeycomb__placeholder:nth-child(7n+7),
  .honeycomb__placeholder:nth-child(7n+9),
  .honeycomb__placeholder:nth-child(7n+11) {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .emc2 img {
    width: 100%;
  }
  .emc2 {
    margin: 0 0 0 0;
  }
}/*# sourceMappingURL=styles.css.map */