body,
html {
  height: 100%;
  font-family: 'roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.bg-dark {
  background-color: #121212 !important;
}

.navbar--ontop {
  transition: background-color 0.5s ease;
  background-color: transparent !important;
  height: 100px;
}

.navbar-brand img {
  height: 35px;
  transition: all 0.5s ease;
}

.navbar--ontop .navbar-brand img {
  height: 80px;
  transition: all 0.5s ease;
}

a.nav-link {
  color: white;
}

a.nav-link.active {
  color: #337ab7;
}

a.nav-link:hover {
  color: #337ab7;
}

#mobile-nav-button {
  background-color: transparent;
  border: unset;
  color: #fff;
  font-size: 24px;
  /* z-index: 1070; */
}

#mobile-nav-button-close {
  background-color: transparent;
  border: unset;
  color: #fff;
  font-size: 24px;
  z-index: 1070;
  right: 10px;
  top: 10px;
  position: fixed;
}

#mobile-sidebar.mobile--active {
  left: 0;
}

#mobile-sidebar {
  left: 0;
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 1060;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-overlay.mobile--active {
  display: block;
}

#mobile-overlay {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1050;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

.intro-homepage {
  height: 100%;
}

.intro-homepage .jumbotron {
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-team .jumbotron,
.intro-blog .jumbotron {
  /* Full height */
  /* height: 100%; */
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#intro .jumbotron {
  border-radius: unset;

}

#activities .media .fa {
  width: 32px;
  text-align: center;
}

#footer {
  background-color: #000;
}

.parallax {
  /* background-image:linear-gradient(rgba(255, 255, 255, 255.7), rgba(255, 255, 255, 0.7)),url('/image/website/about-bg.jpg'); */
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 60px 0 40px 0; */
  background-attachment: fixed;
}

.tns-outer .tns-nav {
  text-align: center;
}

.tns-outer button {
  display: none;
}

.tns-outer .tns-nav .tns-nav-active {
  text-align: center;
}

#content-blog img {
  width: 100%;
}

#content-blog-list .card-img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  #intro h2 {
    font-size: 2.5rem !important;
  }

  .navbar--ontop .navbar-brand img {
    height: 50px;
    transition: all 0.5s ease;
  }
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 2rem !important;
  }
}

@media (max-width: 576px) {
  #intro h2 {
    font-size: 1.5rem !important;
  }
}

/* #intro .jumbotron ::after{
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
} */
