.welcome {
  background: url(img/background.jpg) 0 0 repeat;
  background-size: cover;
  max-height: 400px;
  height: 400px;
  margin-top: 51px;
  position: relative;
}

.overlay {
  height: 400px;
  position: absolute;
  background-color: rgba(255,255,255,.5);
  top: 0;
  left: 0;
  width: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('./img/header.png') center center no-repeat;
  background-size: cover;
}

h2 {
    padding-bottom: 10px;
    border-bottom:  1px solid gray;
}

nav.top-nav {
  height: 100px;
  width: 100%;
  background-color: gray;
  box-sizing: border-box;
}

.navbar-brand img {
    width: 50px;
    margin-top: -16px
}

.navbar-inverse {
    background-color: #061F4C;
}

.nav-header {
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-top: 28px;
  padding-left: 5px;
}

.top-nav > ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.top-nav > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.about-photo {
  width: 100%;
  max-height: 500px;
}

.photo-wrapper {
  width: 40%;
  height: 400px;
  vertical-align: top;
  display: inline-block;
  background-image: url('./img/john2.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.about-wrapper {
  width: 57%;
  margin-left: 1.5%;
  height: 300px;
  display: inline-block;
}

.about-wrapper p {
  font-size: 1.25em;
}

.btn-primary {
  background-color: #061F4C;
}

.btn-primary:hover {
  background-color: #021433;
}

h3 {
  margin-top: 0;
}

footer {
  height: 50px;
  background-color: #061F4C;
  margin-top: 20px;
  text-align: center;
}

footer img {
  width: 50px;
}

footer span {
  font-family: 'Arapey';
  font-size: 1.25em;
  font-style: italic;
  color: #fff;
}

@media (max-width: 768px) {
  .header {
    background-size: 160%;
  }

  h3 {
    margin-top: 20px;
  }

  .photo-wrapper, .about-wrapper {
    width: 100%;
  }

  .photo-wrapper {
    background-position: center 13%;
  }
}
