body {
  background-color: black;
  opacity: 0.9;
  text-align: center;
  margin:0;
  font-family: helvetica;
  font-size: 22px;
  color: seashell
}

header {
  display: flex;
  z-index: 1;
  align-items: center;
  flex-direction: row;
  position: fixed;
  border-bottom: 1px solid seashell;
  width: 100%;
  min-height: 69px;
  background-color: black;
  justify-content: space-between;
}

.logo {
  height: 60px;
  padding-left: 10px;
  padding-bottom: 30px;
  text-align: left;
}

span a {
    text-align: right;
    padding: 20px 10px;
    text-decoration: underline;
    color: inherit;
}

#mission {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-image: url('../images/img-mission-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  height: 700px;
  width: 1200px;
  margin: auto;
}

.mission-container {
  display: inline-block;
  background-color: black;
  margin-top: 300px;
  padding: 10px;
  min-width: 100%;
  max-height: 140px;
  flex: 0 1 auto;
  position: relative;
}


#featured{
  width: 1000px;
  text-align: center;
  background-position: center;
  margin: auto;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.items {
  position: relative;
  display: inline-block;
	flex: 0 1 auto;
  justify-content: space-around;
}

.items img {
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
  display: block;
}

.flex-container {
  background-position: center;
  flex-wrap: wrap;
  flex-direction: column;
  vertical-align: middle;
  justify-content: space-around;
  align-items: center;
  height: 500px;
  width: 1200px;
  margin: auto;
  background-repeat: no-repeat;
  background-image:url("../images/img-locations-background.jpg");
}

.flex-container h2 {
  padding-top: 20px;
}

.location {
    background-color: black;
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
    align-content: center;
    min-width: 300px;
    min-height: 250px;
}

#contact {
  height: 200px;
}

footer {
  padding-left: 20px;
  text-align: left;
}
