/*code below creats the image gallery needed for the board members and ambassadors sections*/
.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

.gallery:hover {
  border: 1px solid #777;
}

.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}

#skip-links {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
    overflow:hidden; }
    
#skip-links a:focus{
position:static;
width:auto;
height:auto;
}
    