/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 
 html{
  scroll-behavior: smooth;
 }

 body {
  font-family: 'Poppins', sans-serif;
  margin-top: 40px;
}

@media (min-width: 980px) {
  body {
    padding-top: 56px;
  }
}


.fasilitas {
  background-color: aliceblue;
}

.portfolio-item {
  margin-bottom: 30px;
}

.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background: #27ae60;
  bottom: 20px;
  right: 20px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}

footer{
 list-style: none;
 padding: 0;
 color: white;
}

footer ul{
 list-style: none;
}
