html {
  font-size: 1.1rem;
}

body {
  font-size: 1.1rem;
  color: #BBBBBB;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-family: "Tektur", cursive;
  padding-top: 4rem;
  overflow: hidden !important;
}

::-webkit-scrollbar-thumb {
  background: #222;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background: #111111;
}

::-webkit-scrollbar-thumb:hover {
  background: #333;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.main-content {
  height: calc(100vh - 4.1rem);
  overflow: auto;
}

.section {
  top: -5rem;
  padding-top: 1rem;
}

.section-title {
  margin-bottom: 1rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 600;
  color: #DDDDDD;
}

.section-title::after {
  content: "";
  display: block;
  width: 20vw;
  height: 1px;
  margin-left: 1rem;
  background-color: #888;
}

.tmp-content {
  height: 46rem;
}
.tmp-content::after {
  content: "comming...";
}

.navbar {
  background-color: #111111;
  color: #BBBBBB;
  text-align: center;
}
.navbar .container-fluid a.navbar-brand {
  color: #BBBBBB;
}
.navbar .container-fluid .navbar-nav {
  list-style-type: none;
}
.navbar .container-fluid .navbar-nav .nav-item {
  display: inline-block;
  position: relative;
}
.navbar .container-fluid .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #888;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
}
.navbar .container-fluid .navbar-nav .nav-item:hover::before {
  transform: scaleX(1);
}
.navbar .container-fluid .nav-link {
  color: #BBBBBB;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 1rem;
}
.navbar .container-fluid .nav-link.active {
  border-bottom: 1px solid #888;
}

@media (max-width: 768px) {
  html {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
  }
  .container {
    outline: 1px solid #f00;
  }
  .navbar {
    border-bottom: 1px solid #232323;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-nav .nav-link.active {
    border-bottom: none !important;
  }
}

/*# sourceMappingURL=main.css.map */

.book-list {
	
   overflow-y: auto !important;
}
