/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-aug-2019, 10:03:50
    Author     : chriseneman
*/
html {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%; }

body {
  width: 100%;
  padding-top: 10px;
  font-size: 1.6rem; }

.grid {
  width: 116.8rem;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 8rem;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  color: black;
  padding: 8rem 0 0 0; }
  .grid .gridCell {
    text-align: center;
    height: 16.8rem; }
    .grid .gridCell a, .grid .gridCell img, .grid .gridCell p {
      text-align: center; }
    .grid .gridCell .imgLink {
      width: 12.8rem;
      height: 12.8rem; }

/*# sourceMappingURL=team.css.map */
