.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


html,body {
  height: 100%;
  scroll-behavior: smooth;
}

.cover-space {
  height:20%!important;
}

.navbar-brand {
  font-family: 'Montserrat';
  font-weight: 800;
}

h1, .card-text{
  font-family: 'Montserrat';
  font-weight: 800;
}

h2, .up-service{
  font-family: 'Montserrat';
  font-weight: 800;
}

#dashboard-home {
  color: white;
}

#btn-back-to-top {
  position: fixed;
  bottom: 70px;
  display: none;
}