/* text-block */
ul#teams-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

ul#teams-list li {
  display: block;
  flex: 7em;
  height: 6em;
  padding: 1em 0.5em 0 0.5em;
  margin-bottom: 0.5em;
  font-family: 'zilla_slab', sans-serif;
  font-weight: 100;
  text-align: center; }
  ul#teams-list li a {
    text-decoration: none;
    color: #444; }
  ul#teams-list li:hover a {
    color: #000; }
  ul#teams-list li a h2 {
    text-decoration: none;
    color: #777; }
  ul#teams-list li:hover a h2 {
    color: #000;
    text-decoration: underline; }
  @media only screen and (min-width: 46em) {
    ul#teams-list li {
      flex: 8em;
      height: 7em; } }
  @media only screen and (min-width: 61em) {
    ul#teams-list li {
      flex: 11em;
      height: 9em; } }
  ul#teams-list li h2 {
    font-weight: 600;
    font-size: 170%;
    line-height: 100%;
    margin-bottom: 0.2em; }
    @media only screen and (min-width: 46em) {
      ul#teams-list li h2 {
        font-size: 250%;
        line-height: 100%; } }
    @media only screen and (min-width: 61em) {
      ul#teams-list li h2 {
        font-size: 300%;
        line-height: 100%; } }
