
/* BODY ======================================================================*/

/* HEADER ====================================================================*/
    
/* ASIDE =====================================================================*/

/* ARTICLE ===================================================================*/

 /* Three columns side by side */
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 4%;
  padding: 0 1%;
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    padding-left:0%;
    padding-right:0%;
}

/* Some left and right padding inside the container */
.container {
  padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

a.team {
    text-decoration:none;
    color:rgb(200,0,0);
    font-size:1em;
}

img.team {
    padding-left: ;
    margin-left: 0px;
    width:100%;
}

/* FOOTER ====================================================================*/

/* FLEX =====================================================================*/

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
    display: block;
  }
}
