#top {
  position: relative;
  background-image: url(../images/Collage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 20px solid #000;
  min-height: 400px;
}
@media (min-width: 768px) {
  #top {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  #top {
    min-height: 1000px;
  }
}
#top img {
  max-width: 100%;
}
#top .logobox {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
#middle {
  padding: 20px 0;
}
#middle .person {
  font-size: 30px;
  padding-bottom: 20px;
}
#middle .person div:first-of-type {
  font-weight: bold;
}
#middle .addy {
  font-size: 24px;
  padding-bottom: 15px;
}
#middle .addy div:first-of-type {
  font-weight: bold;
}
#middle .fbook {
  text-align: center;
}
#bottom {
  padding: 18px 0;
  background: #991B1E;
  color: #fff;
  text-align: center;
}
#bottom a {
  color: #fff;
}
#bottom img {
  max-width: 100%;
}
