.sectionlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #E0CFAF;
}

.section-item {
/*    display: flex;*/
    position: relative;
    overflow: hidden;
/*    height: 160px;*/
    max-width: 8.33333333%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    background-color: #610000;    
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAI0lEQVQImU3HsQ0AIAADIF619/YnnUw6MCD0O1ybUJtQm9AHkYoTqYQLvCoAAAAASUVORK5CYII=) repeat;
    /*width: 0;
    height: 0;*/
    /*padding: 0 8.33333333% 8.33333333% 0;*/
    width: 8.33333333vw;
    height: 8.33333333vw;
    text-align: center;
}
.section-item-link {
    padding: 10px;
    text-decoration: none;
    text-align: center;
}
.section-item-link__name {
    color: #fff;
    position: absolute;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    top: 20%;
    display: block;
    padding: 2%;
    width: 96%;
    left: 2%;
/*    font-size: 14px;*/
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-transform: lowercase;
}
.section-item-link__picture {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease-out;
}

.section-item:hover .section-item-link__picture {opacity: 0.4;}
.section-item:hover .section-item-link__name {opacity: 1;}

@media screen and (max-width: 80em) {
  .sectionlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-item {
    width: 16.6666666vw;
    height: 16.6666666vw;
    max-width: 16.66666666% !important;
    -ms-flex-preferred-size: 16.66666666% !important;
        flex-basis: 16.66666666% !important;
  }
}

@media screen and (max-width: 767px) {
  .section-item {
    width: 25vw;
    height: 25vw;
    max-width: 25% !important;
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
  }
}
@media screen and (max-width: 479px) {
  .section-item {
    width: 33.3333333vw;
    height: 33.3333333vw;
    max-width: 33.3333333% !important;
    -ms-flex-preferred-size: 33.3333333% !important;
        flex-basis: 33.3333333% !important;
  }
}
/*
     FILE ARCHIVED ON 00:06:26 Jun 11, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:36:34 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.668
  exclusion.robots: 0.118
  exclusion.robots.policy: 0.108
  esindex: 0.009
  cdx.remote: 158.258
  LoadShardBlock: 1007.662 (3)
  PetaboxLoader3.resolve: 674.29 (4)
  PetaboxLoader3.datanode: 356.509 (5)
  load_resource: 708.688
  loaddict: 218.103
*/