body {
  padding-top: 55px;
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.75);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1);
}

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

.bg-1 {
  background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 75%, #161616 100%), url('../img/house-2.jpg')
}

.bg-2 {
  background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 75%, #161616 100%), url('../img/house.jpg')
}

.bg-3 {
  background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 75%, #161616 100%), url('../img/lage.jpg')
}

.project-text {
  padding: 4rem;
  font-size: 90%;
}

hr {
  border-width: .25rem;
  width: 3rem;
}

.py-6 {
  padding: 4rem;
}