body,td,th {
  font-family: Lato, sans-serif;
}

a:link {
  color: #009dda;
}

a:hover {
  color: #4F9DF1;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Montserrat, sans-serif;
}

.bg-map {
    position:absolute;
    top: 0;
    right:0;
    bottom: 0;
    left:0;
}

.team-headshots {
    display:flex;
    flex-wrap:nowrap;
    justify-content: center;
    background-image: url("../images/ObserveAndReport/Team Section/Shapes/photo-connector.png");
    background-repeat: no-repeat;
    background-position-y: 145px;
    background-position-x: center;
}

.headshot {
    display: flex;
    flex-flow: column;
    
    background-image: url("../images/ObserveAndReport/Team Section/Shapes/photo-container01.png");
    background-repeat: no-repeat;
    width: 240px;

    margin: 25px 50px;
}

.headshot img {
    width: 240px;
    height: 240px;
    padding: 4px;    
}

.headshot h5 {
    margin-top: .5em;
    margin-bottom: 0;
    text-align: center;
}

.headshot p {
    margin-top: .5em;        
    text-align: center;    
}

.ft-animation {    
    width: 75px;
    padding: 100px 0 50px 0;
}

.ft-hero-6-bg {
    padding: 100px 0 100px 0;
}

.ft-hero-6-title {
    margin-top: -1em;
}