/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #4CAF50;
    color: white;
  }

  body {
      background-image: url("websiteBackground.jpg");
      background-size: 100%;
  }

  .block {
      background-color: white;
      border-radius: 50px;
      padding-left: 15%;
      padding-right: 15%;
      padding-top: 2%;
      padding-bottom: 2%;
      width: 60%;
      margin: 2% auto 0 auto;
      font-size: 150%;
  }
  .teamLogo {
      width: 24%;
      margin-left: 38%;
      margin-right: 38%;
      margin-bottom: 5%;
  }
  #altPage {
    display: none;
  }

  #headshots img {
    margin: 0 2.2% 0 2.2%;
    height: 20%;
    width: 15%;
  }
  #headshots div {
    margin-bottom: 1em;
    padding-left: 22px ;
    text-indent: -22px ;
  }