body {
  background-image: url(../images/brick-wall.jpg);
}

.nav-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  font-family: 'Spectral SC', serif;
  margin-bottom: 50px;
}

.welcome-container {
  color: white;
  font-size: 1.2em;
  margin: 15px;
  font-family: 'Spectral SC', serif;
}

.nav-list {
  /*flex-grow: 1;
  font-size: 1.2em*/
}

.nav-list a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.nav-list li {
  display: inline;
  text-decoration: none;
  margin-right: 20px;
}

.tile-container {
  color: white;
  margin-top: 150px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.tile {
  flex-grow: 1;
  width: 300px;
  height: 250px;
  margin: 20px;
  background: rgba(  222, 239, 242 , .5);
  font-family: 'Spectral SC', serif;
  box-shadow: 20px 8px 8px black;
  border-radius: 5px;

}

.tile h3 {
  text-align: center;
}

.tile p {
  text-align: center;
  margin: 5px;
}

.bird-watcher {
  background: rgba(  222, 239, 242 , .5);
  justify-content: center;
  display: flex;
  padding: 10px;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 20px 8px 8px black;


}

.bird-watcher div {
  flex-grow: 1;
  font-family: 'Spectral SC', serif;
  font-size: 1.2em;
  width: auto;
}

.gallery-container {
  background: rgba(  222, 239, 242 , .5);
  justify-content: center;
  display: flex;
  padding: 10px;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 20px 8px 8px black;


}

img {
  width: auto;
  height: auto;
  padding: 5px;
  flex-grow: 1;
}

iFrame {
  width: auto;
}
