@font-face { font-family: 'Adobe Clean'; src: url('../../fonts/AdobeClean.ttf'); }
@font-face { font-family: 'Ember'; src: url('../../fonts/AmazonEmber_Rg.ttf'); }
@font-face { font-family: 'BerkshireSwash'; src: url('../../fonts/BerkshireSwash-Regular.ttf'); }
@font-face { font-family: 'zai_ConsulPolishTypewriter'; src: url('../../fonts/zai_ConsulPolishTypewriter.ttf'); }
@font-face { font-family: 'Kabrio'; src: url('../../fonts/Kabrio-Extrabold.ttf'); }
@font-face { font-family: 'Poppins'; src: url('../../fonts/Poppins-Regular.ttf'); }
@font-face { font-family: 'Drukarnia'; src: url('../../fonts/zai_DrukarniaWydawnicza1870.ttf'); }

html,body {
   margin: 0;
   padding: 0;
   height: 100%;
}

body {
    font-family: 'Adobe Clean';
    background-color: #f7f7f7;
    background-image: url(../../../images/design/white/bg_header.png);
    word-break: break-word;
}

a {
    text-decoration: none;
}



.quote {
    display: none;
}

.footer {
    width: 100%;
    background-image: url(../../../images/design/white/bg_footer.png);
    border-top: 1px solid lightgrey;
}

.footer .info {
    padding: 2rem 0;
    color: #2e3540;
    text-align: center;
    font-size: 11pt;
}

.footer .copyright {
    padding: 0.3rem;
    color: #939393;
    border-top: 2px solid lightgrey;
    text-align: center;
    font-size: 9pt;
    letter-spacing: 1px;
}

/* HEADER */

.content {
    min-height: 100%;
    padding: 1rem;
    background-color: #f7f7f7;
    background-image: url(../../../images/design/white/bg_header.png);
}

.header {
    background-color: #f7f7f7;
    background-image: url(../../../images/design/white/bg_header.png);
    box-shadow: 0 5px 10px #d1d1d1;
}

.header .logo {
    padding: 1rem 0rem;
    color: #2b3440;
    font-family: 'BerkshireSwash';
    font-size: 30pt;
}

/* NAVBAR */

.m-menu .line {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}

.menu,.m-menu {
    padding: .4rem 0rem;
    background-color: #2e3540;
    background-image: url(../../../images/design/blue/bg_menu.png);
}

.m-menu {
    padding: 0;
}

.menu a,.m-menu a {
    margin: 0 0.2rem;
    padding: 1rem;
    background-color: #212833;
    background-image: url(../../../images/design/blue/bg_menu_btn.png);
    color: #d1d7e1;
    border-radius: 20px;
    font-family: 'zai_ConsulPolishTypewriter';
    font-size: 15pt;
}

.menu a:hover,.m-menu:hover {
    background-color: #2d3644;
    background-image: url(../../../images/design/blue/bg_menu_btn_a.png);
    box-shadow: 0 0 5px #4f607e;
}

.menu .active,.m-menu .active {
    background-color: #3d495c;
    background-image: url(../../../images/design/blue/bg_menu_btn_a_hover.png) !important;
    background-image: unset;
    box-shadow: 0 0 5px #7992b1;
    cursor: default;
}

.menu .active:hover,.m-menu .active:hover {
    background-color: #3d495c;
    background-image: unset;
    box-shadow: 0 0 5px #7992b1;
}

/* EVERYTHING ELSE */

.single-book {
    background-color: white;
    box-shadow: 0 0 5px #b3b3b3;
}

.single-book .info {
    margin-top: 1.5rem;
}

.single-book .info .image {
    border-radius: 10px;
}

.single-book .info .category {
    border-top-left-radius: 10px;
}

.single-book .info .date {
    border-top-right-radius: 10px;
}

.single-book .info .language {
    border-bottom-left-radius: 10px;
}

.single-book .info .print-length {
    border-bottom-right-radius: 10px;
}

.single-book .chapter-one {
    padding: 0;
    box-shadow: 0 0 5px #b3b3b3;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.single-book .chapter-one .label {
    position: sticky;
    top: 0;
    margin-bottom: 1rem;
    padding: .5rem 0 .5rem 1rem;
    color: #4a5a74;
    background-color: white;
    border-bottom: 1px solid #e7e7e7;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 15pt
}

.single-book .chapter-one .label span {
    display: block;
    font-size: 11pt;
    font-weight: normal;
}

.single-book .chapter-one .description {
    padding: 0 1rem;
    height: 1000px;
    overflow-y: hidden;
    box-shadow: 0 15px 10px -15px #b9b9b9;
}

.single-book .chapter-one .read-more {
    margin: 1.5rem 0 1.3rem;
    text-align: center;
    font-weight: bold;
}

.single-book .chapter-one .read-more a {
    padding: .7rem .7rem .5rem;
    border-radius: 5px;
    background-color: #efefef;
    color: #4d5c91;
}

.single-book .label h2 {
    padding: 0 .5rem .8rem;
    color: #4a5a74;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 18pt;
    border-bottom: 1px solid #e7e7e7;
}

.single-book .title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #4a5a74;
    font-weight: bold;
    font-size: 18pt;
    letter-spacing: 1px;
    line-height: 0;
}

.single-book .details .col-6 {
    padding: 1rem;
    display: grid;
    box-shadow: 0 0 2px #979797;
    font-size: 10pt;
}

.single-book .details div span {
    color: #4d5c91;
    font-size: 11pt;
    font-weight: bold;
}

.about .photos img {
    margin: .7rem .3rem;
    width: 150px;
    height: 150px;
    border-radius: 5px;
}

.about .about-text {
    margin: .3rem;
    padding: 1rem;
    box-shadow: 0 0 5px #d7d7d7;
    border-radius: 5px;
}

.section-name {
    padding: .5rem;
    color: #333a4e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Kabrio';
    font-size: 20pt;
    font-weight: 500;
}

.section-content .book {
    margin: auto;
    background-color: white;
    background-image: url(../../../images/design/blue/bg_box.html);
    box-shadow: 0 0 5px #b3b3b3;
    border-radius: 10px;
}

.section-content .title-of-book {
    display: block;
    margin: auto;
    padding: 1rem 0 1rem 1rem;
    background-color: #44525e;
    background-image: url(../../../images/design/blue/bg_title.png);
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 18pt;
}

.section-content .title-of-book:hover {
    background-color: #44525e;
    background-image: url(../../../images/design/blue/bg_title_hover.png);
}

.section-content .title-of-book:active {
    background-color: #44525e;
    background-image: url(../../../images/design/blue/bg_title.png);
}

.section-content .description {
    display: inline-flex;
    padding: 1rem;
    color: #44525e;
}

.section-content .cover {
    margin: auto;
    text-align: center;
}

.section-content .cover img {
    border-radius: 15px;
}

.section-content .description .text {
    box-shadow: 0 0 5px #c3c3c3;
    border-radius: 5px;
}

.section-content .description .text .label {
    padding: .3rem;
    font-family: 'Drukarnia';
    font-size: 18pt;
    font-weight: 600;
}

.single-book iframe {
    margin-top: 1.3rem;
}

.book .description .text {
    color: unset;
}

.book .link, .single-book .link {
    text-align: center;
    font-family: 'Drukarnia';
    font-size: 14pt;
    font-weight: 600;
}

.single-book .link {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.book .link {
    padding: 1rem 0 0;
    color: #cd2828;
}

.book-tooltip {
    padding-left: .5rem;
    color: #cd2828;
}

.single-book .details .link span {
    font-size: 13pt;
    color: #cd2828;
}

.book .link img, .single-book .link img {
    width: 70px;
}

.single-book .link img {
    padding: 0.5rem;
    box-shadow: 0 0 5px #a9a9a9;
    border-radius: 5px;
}

.book .link .image {
    padding: .5rem;
    box-shadow: 0 0 5px #a9a9a9;
    border-radius: 5px;
}

.book .link .image:hover, .single-book .link img:hover {
    background-color: #fff5d0;
}

.section-content .text {
    padding-left: 1rem;
    overflow: hidden;
}

.music-featured {
    padding: 0.8rem 0 0.5rem;
    text-align: center;
    color: #e6e2f7;
    background-color: #1e1e1e;
    border-bottom: 3px solid #0e0e0e;
}

.single-book iframe {
    margin:0;
    padding:0;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    background-image: url(../../../images/design/white/bg_quotes.png);
    box-shadow: 0 0 2px #707070;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 2rem;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: #b1b1b1;
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
      text-align: center;
      padding: 12px;
      background-image: url(../../../images/design/white/bg_quotes.png);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      box-shadow: 0 0 2px #707070;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px -2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {margin: 0;color: cornflowerblue;}

.about {
    padding: 1rem;
    background-color: white;
    box-shadow: 0 0 5px #d7d7d7;
    border-radius: 5px;
}
  
/* FAQ */

.wrapper .search {
    border: 1px solid #c8c8c8;
    overflow: hidden;
    border-radius: 25px;
    padding: 0 10px;
    margin: 15px 0 20px;
    transition: all 0.3s;
}

.wrapper .search:hover,
.wrapper .search:focus-within {
    border: 1px solid transparent;
    box-shadow: 2px 5px 8px #1f1f1f10, 0px -4px 5px #1f1f1f10;
}

.wrapper .search .form-control{
    box-shadow: none;
    outline: none;
    border: none;
}

.wrapper .search .form-control:focus::placeholder {opacity: 0}
.wrapper .accordion-button {font-size: 0.9rem;font-weight: 500}
.wrapper .accordion-button:hover {background-color: #f8f8f8}
.wrapper .accordion-button:focus {box-shadow: none}

.wrapper .accordion-button::after {
    background-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8c8c8;
    background-position: center center;
    border-radius: 50%;

}

.wrapper .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f7f7f7;
    font-weight: 600;
    border-bottom: 1px solid #ddd !important;
}

.accordion-button:not(.collapsed)::after {border-color: #1E88E5}
.wrapper .accordion-button.collapsed {border-bottom: 1px solid #ddd !important}
.wrapper .accordion-collapse.show {border-bottom: 1px solid #ddd !important}
.wrapper .accordion-collapse {background-color: #efefef}

.wrapper .accordion-collapse ul li {
    line-height: 2rem;
    width: 100%;
    padding: 0.5rem 1.3rem;
}

.wrapper .accordion-collapse ul li:hover {background-color: #c9e7ff}

.wrapper .accordion-collapse ul li a {
    text-decoration: none;
    color: #333;
    font-size: 0.85rem;
    font-weight: 400;
    display: block;
}

.wrapper .accordion-collapse ul li:hover a{color: #222}

@media (max-width: 365px) { .w-75{width: 90% !important} }

.accordion-flush .accordion-item .accordion-button {
    padding-bottom: 0.8rem;
    font-size: 12pt;
}