﻿.Shead
{
    width: 100%;
    height: 500px;
    background-image: url('../images/Staff/Staff.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.Smain
{
    width: 100%;
    height: auto;
    padding: 50px;
}

.Sh2
{
    padding-left: 20px;
}

.Spolaroid {
  width: 23%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 25px 10px;
  display:inline-block;
}

.Scontainer {
  padding: 10px 20px;
}