.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.team-item a{
color: inherit;
}

.team-item{
position: relative;
transition: transform 0.5s ease;
}

.blocklink{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blocklink:hover{
text-decoration: none;
}

.team-item:hover{
transform: translateY(-8px);
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
}

.team-item:hover .h3-heading{
color: var(--brown);
}

#reps-note{
    font-size: .8em;
    font-style: italic;
    color: white;
    text-align: center;
}