/* Home Page */
.center { margin: auto; text-align: center; transform: skew(-20deg); }
a.btn-red { color: #fff; text-decoration: none; background-color: red; padding: 20px; text-align: center; }
.home-list-box { display: flex; justify-content: center;  /*flex-wrap: wrap;*/  height: 410px; align-items: center;  }

.home-list-box .wp-block-column { position: relative; margin: 10px; height: 370px; overflow: hidden; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
  transition: height 0.3s, box-shadow 0.3s;  flex: 1 1 280px; margin-bottom: 25px;}
.home-list-box .wp-block-column:hover { height: 410px;  box-shadow: 20px 20px 40px 0px rgba(0,0,0,0.5);}
.wp-block-image { position: absolute; left: -9999px; right: -9999px; margin: auto; overflow: hidden; height: 220px; min-width: 100%;
  transition: height 0.3s, opacity 0.3s;}
.home-list-box .wp-block-column:hover .wp-block-image { height: 410px; opacity: 0.3; border: 1px solid red;}
.home-list-content { width: 280px; position: absolute; bottom: 0; height: 130px; padding: 10px 15px; font-family: Helvetica; width: 83%; margin: 0;}

/* Footer */
.site-footer { padding: 30px; padding-bottom: 10px; border: none; background-color: #2c2c2c; }
.site-footer nav.site-nav ul, .site-footer nav.small-menu ul { display: flex; justify-content: space-evenly;}
.site-footer nav.small-menu { padding: 0; margin: 20px;}
.site-footer nav ul li { border-right: none; }
.site-footer nav ul li a { font-style: italic; text-decoration: none;}
.site-footer nav.site-nav ul li a { color: #fff; text-transform: uppercase; font-weight: 700; font-size: 16px; }
.site-footer nav.small-menu ul li a { color: #7c7c7c; font-size: 14px; font-weight: normal;}

.footer-social { display: flex; justify-content: center; }
.footer-social img { padding: 5px;}
.footer-logo { text-align: center; margin-bottom: 20px;}
.footer-copyright { font-style: italic; text-align: center; color: #b8b8b8; margin-top: 30px; }
