
body {
    background-image: url('/r/teambanner.jpg');
    background-size:contain;
    background-attachment:fixed;
    background-repeat:no-repeat;
}


.teamcardname {
    text-transform: uppercase;
    font-weight:900;   
    letter-spacing: 0pt; 
    font-size: 16pt;
    margin:16px 0 10px 0;
    line-height: 100%;
    text-decoration: none;
      }
    
    div.teamcard {
        min-width: 250px;
        width:250px;
      text-transform: normal;
      font-weight:300;   
      letter-spacing: 0pt; 
      font-size: 12pt;
      margin:0 0 10px 0;
      line-height: 100%;
      border-radius:10px; 
      background-color: rgba(54, 65, 73, 0.6);
      color: var(--wx-grey-100);
      text-decoration:none;
      filter:grayscale(1);
      }

      div.teamcard:hover {
        filter:grayscale(0);
      }
    
      a.teamcard {
        /* display: block; */
        height: 100%;
        width: 100%;
        text-decoration: none;
      }

      img.team {
        border-bottom:#aeff66 5px solid;
        width:100%;

        }

.tmc {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}
  