.container {
  width: 1200px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main-header {
  /* background-color: #c1d1d5; */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid black;
}

h3 {
  color: darkblue;
}

nav {
  font-size: 20px;
  color: white;
}

a {
  color: white;
}

a:link {
  text-decoration: none;
  /* color: white; */
  margin-left: 20px;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.banner {
  display: flex;
  justify-content: center;
  height: 300px;
  background-color: #c1d1d5;
}

/* .purpose-gif {
  height: 200px;
} */
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: black;
  height: 30px;
  /* margin-bottom: 30px; */
}

article {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: inline-block;
  margin: 30px;
}
.ahts-standoff {
  float: right;
  margin-left: 20px;
}

.twin-fsiv {
  float: left;
  margin-right: 20px;
}

.cmi-icon {
  margin-right: 10px;
}

.leader-z {
  float: right;
  margin-left: 20px;
}

/* .headshot {
  float: left;
  margin-right: 20px;
} */

.team-bio {
  display: flex;
}

.bio-thumbnail {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-right: 20px;
}

.bio-name {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.bio-title {
  text-align: center;
  text-decoration: underline;
}

footer {
  display: block;
  font-style: italic;
  text-align: end;
  border: 3px #c1d1d5 solid;
  padding-right: 10px;
  /* margin-top: 60px; */
}
