@font-face {
  font-family: "webdebute";
  src: url("../fonts/Debute.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Debute.eot?#iefix") format("embedded-opentype"), url("../fonts/Debute.woff") format("woff"), url("../fonts/Debute.ttf") format("truetype"), url("../fonts/Debute.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
/*	
*	HOME BLOCKS
*/
#home-blocks {
  background-color: black;
}

#home-blocks-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media only screen and (min-width : 768px) {
  #home-blocks-ul {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
}

.home-blocks-li {
  display: block;
  height: 35vh;
  min-height: 250px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width : 768px) {
  .home-blocks-li {
    flex: 0 0 calc(100% / 3);
    height: 65vh;
    min-height: 350px;
  }
}
@media only screen and (min-width : 768px) and (-ms-high-contrast: active), only screen and (min-width : 768px) and (-ms-high-contrast: none) {
  .home-blocks-li {
    width: calc(100% / 3);
  }
}
.home-blocks-li img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-blocks-li img {
    opacity: 0.5;
  }
}

.home-blocks-a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.home-blocks-a:hover, .home-blocks-a:focus {
  color: white;
}
.home-blocks-a:hover:after, .home-blocks-a:focus:after {
  background-color: rgba(22, 75, 106, 0.75);
}
.home-blocks-li:nth-child(even) .home-blocks-a:hover:after, .home-blocks-li:nth-child(even) .home-blocks-a:focus:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.home-blocks-a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(22, 75, 106, 0.9);
  z-index: -1;
  transition: background-color 250ms linear;
}
.home-blocks-li:nth-child(even) .home-blocks-a:after {
  background-color: rgba(0, 0, 0, 0.85);
}

.home-blocks-span {
  font-family: webdebute;
  display: block;
  width: 80%;
  max-width: 380px;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
.home-blocks-span {
  font-size: 28px;
}
@media screen and (min-width: 320px) {
  .home-blocks-span {
    font-size: calc(28px + 36 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  .home-blocks-span {
    font-size: 64px;
  }
}

/*# sourceMappingURL=acf-styles.css.map */