.navbar-brand {
    display:flex;
}

.logo {
    width: 100%;
    max-width: 25px;
    padding: 5px;
    border-radius: 15px;
}

.chapter {
    position:relative;
}

.offToSide {
    position: absolute;
}

.book-info {
  transition: all 0.3s ease; /* smooth animation */
}

.page-item {
    transition: all 0.3s ease;
}

.page-item.shrink {
    font-size:8px;
}

.chapter-title {
    transition: all 0.3s ease;
    overflow:hidden;
    max-height: 50px;
}

.chapter-title.shrink {
    max-height:0px;
}

.version-language {
    transition: all 0.3s ease;
    overflow: hidden;
    max-height: 50px;
    text-align: center;
    padding: 15px;
}

.version-language.shrink {
    max-height:0px;
    padding:0px;
}

.book-chapter {
    transition: all 0.3s ease;
}

.book-chapter.shrink {
    font-size:18px;
    margin: 0px;
}

.book-dropdown {
    font-size:10px;
}

.chapterValue {
    font-size:10px;
}

.book-info.shrink {
padding: 3px;
}

.book-with-arrows {
    display:flex;
    justify-content: center;
}

.dropdown-toggle {
    transition: all 0.3s ease;
}

.dropdown-toggle.shrink {
    font-size:12px;
}
.scroll-to {
    position: relative;
    top: 200px;
}
.chapters-wrapper {

}

.sticky-top {
    top: 45px;
}
.sticky-bottom {
    bottom: 0px;
}

.bookloading {
    display: flex;
    justify-content: center;
    margin: 15px;
    height:40px;
}

.chapter {
    min-height:0px;
}

#bottom-margin {
    height:250px;
}

.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10001;
}

.dropdown-menu {
    position:fixed;
    z-index:110;
}

.dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    justify-content: center;
}

a.dropdown-item {
    cursor: pointer;
    text-align:center;
}
.book-nav {
    position: relative;
}
.book-nav-preview {
    position: absolute;
    top:-14px;
    font-weight:bold;
    font-size:14px;
}
.small-padding {
    padding:3px;
}
.new-book-heading {
    text-align:center;
    padding:15px;
}

.navbar-markers {
    width:100%;
    position:relative;
    display:flex;
}
#verticalMarkers .navbar-marker {
    transform: rotate(270deg);
}
#verticalPreview {
    transform: rotate(270deg);
}
.navbar-marker {
    cursor:pointer;
}
.navbar-marker:hover {
    opacity:.8;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.shakeit {
      animation: shake 0.2s;

  animation-iteration-count: infinite
}

nav#book-range-wrapper-vertical {
    transform: rotate(90deg);
    transform-origin: center;
    opacity: 0;
}

#sideNav {
    position: fixed;
    z-index: 10;
    left: -1000px;
}

.nav-section {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-wrapper {
    padding:5px;
    max-width:490px;
}

.nav-subsection {
    min-width:250px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.subsection-wrapper {
    padding: 5px;
    border-radius: 5px;
    margin:5px;
}

.book-option {
    font-size: 12px;
    list-style: none;
    min-width:100px;
}
.section-header {
    font-weight: 900;
    text-align:center;
}
.subsection-header {
    font-weight:700;
    text-align:center;
}
.chapters-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow: hidden;
    max-height: 0px;
    width: 0px;
    /* transition: max-height .25s ease-in-out; */
}
.chapters-list.show {
    width: 100%;
    max-height: 250px;
}

.item-chapter:hover {
    background-color: #0000ff61;
    color: white;
}
.item-chapter {
    margin: 2px;
    background-color: #80808057;
    width: 20px;
    cursor: pointer;
    border-radius: 10px;
    padding: 2px 0px;
    font-size: 9px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.item-chapter.active {
    background-color: #0000ff61;
    color: white;
}
.clickable-background {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display:none;
    background-color:#8080803b;
}
.home-wrapper {
        max-width: 1000px;
    margin: 10px auto;
}
.home-h1 {
    text-align:center;
}
.languages-wrapper {
}
.language-wrapper {
    margin: 10px;
}
.versions-wrapper {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sections-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.section-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.language-title {
    text-align:center;
}
.version-card {
    padding: 10px;
}
.version-link {
    text-decoration:none;
}