.navbar {
  min-height: 65px;
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif
}

.navbar-brand {
  padding: 0 15px;
  height: 65px;
  line-height: 65px;
  font-size: 32px;
}

body {
  padding-top: 54px;
  background-color: #e9e9e9;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 588px;
  margin-top: 25px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
