.navbar {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.navbar .navbar-brand {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
}

.fold {
  height: 100vh;
  position: relative;
  color: #fff;
}

.fold .intro-content {
  text-align: center;
  position: absolute;
}

.fold .overlay-intro {
  background-color: rgba(0, 0, 0, .65);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.intro-title {
  height: 100vh;
  position: center;
  color: #fff;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.intro-title .contents {
  text-align: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
 }
