/*-- NAVBAR --*/
#main-navbar a{
  border-bottom: 5px solid #f8f9fa;
  text-transform: uppercase;
}
#main-navbar a:hover, #main-navbar .active{
  border-bottom-color: black;
  transition: border-color 500ms;
}


/*-- SHOWCASE --*/
#showcase1{
  background: url('../img/depan.png');
  height: 600px;
  padding-top: 150px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#showcase2{
  background: url('../img/sablon1.png');
  height: 600px;
  padding-top: 150px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#showcase3{
  background: url('../img/bordir.png');
  height: 600px;
  padding-top: 150px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#showcase h1{
  padding-top: 250px;
}

.dark-overlay{
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 600px;
}