.landing {
  width:100%;
  height: 600px;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-image: url(https://images.pexels.com/photos/1373748/pexels-photo-1373748.jpeg?auto=compress&cs=tinysrgb&w=800);
  background-attachment: fixed;
}

* {
  font-family: verdana;
  background-color: #F7ECDE;
}

h1, h2, h3, h4, h5, h6 {
  color: #54BAB9;
  text-align: center;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

nav {
  background-color: #E9DAC1;
  height: 50px;
}

nav a {
  text-decoration: none;
  color: black;
  background-color: inherit;
  margin: 1% 5% 0 5%;
  float: right;
}

.small-pic {
  float: left;
  width: 250px;
  height: 250px;
  margin: 50px;
}

.pic-desc {
  float: left;
  width: 250px;
  margin: 0 50px 50px 50px;
}

.space {
  height: 800px;
  visibility: hidden;
}

.current {
  padding: 10px;
  background-color: #F7ECDE;
  border-style: solid;
  border-color: #9ED2C6;
  border-radius: 3px;
  border-width: 5px;
  margin-top: 0;
}

table tbody tr td img {
  width: 150px;
}

table {
  margin: 10%;
}

#app-form {
  margin: 5%;
}

#footer {
  background-color: #9ED2C6;
}
