/* Show it is fixed to the top */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}
nav{
  height: 100px;
  background: rgba(247,247,247,0.3);
}
#navbarCollapse{
  position: relative;
  top: 15px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.nav-link{
  color: #4C4D4F;
  font-size: 18px;
}
.logo-img{
  padding-left: 7rem;
}
.nav-icon{
  width: 100%;
}
.space-1{
  width:30px;
}
body {
    min-height: 75rem;
}
  