/* Body */
body {
  color: #f9f1e9;
}

/* Header */
.page-wrap {
  position: relative;
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

#page-wrap {
  background-image: url("bg.jpg");
}

#page-wrap .navbar .nav-item:hover {
  border-bottom: 4px solid #f4a556;
}


.thin {
  font-weight: 200;
}
