h1 {
    font-size: 24px;
    margin: 0 auto;
    padding: 1rem;
}
h2 {
    font-size: 26px;
    margin: 1.5rem 0;
}
h3 {
    font-size: 20px;
}

#slide-out {
    z-index: 100;
}
.sidenav-overlay {
    display: none !important;
}
.slide-out li {
    padding: 1rem;
}
.slide-out li:hover a{
    border-bottom: 1px solid #303f9f;
}
.sidenav-close {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    margin-bottom: 2rem;
    z-index: 10;
}
#slide-out {
    padding-top: 40px;
}
.carousel {
    position: relative;
}
.carousel-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-fixed-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.carousel h2, .carousel p {
    text-shadow: 1px 1px black;
    padding: 0 0.5rem;
}
.carousel-fixed-item.bottom {
    bottom: 0;
    top: unset;
}
.waves-effect.waves-indigo .waves-ripple {
     background-color: #303f9f;
}
.waves-effect.waves-indigodark .waves-ripple {
    background-color: #192578;
}
.btn {
    z-index: 0;
}
.selection {
    padding: 0.5rem 1rem 2rem 1rem;
    margin: 2rem 0;
}
.selection-btns {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.row .col {
    padding: 0;
}
.card .card-image {
    height: 200px;
    position: relative;
    overflow: hidden;
}
.card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card .card-image .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
    padding: 10px;
}
.card .card-content {
    padding: 1.5rem 1rem;
}
.card-content i {
    margin-left: 0;
}
.tabs .tab {
    background-color: #fff;
}
.tabs .tab a {
    color: #192578;
}
.tabs .tab a:hover {
    background-color: #c5cae9 !important;
    color: #192578 !important;
}

.tabs .tab a.active {
    background-color: #c5cae9 !important;
    color: #192578 !important;
}
.tabs .indicator {
    background-color: #303f9f !important;
}
.buy-img img {
    min-height: 200px;
    margin-top: 10px;
    margin-left: 0.5rem;
}
.package-img {
    margin: 0 1rem;
}
.package-img img{
    max-height: 400px;

}
.bg-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%), url('../img/reading-area.jpg');
    background-size: cover;
    background-position: center;
    padding: 1rem;
    height: 300px;
    color: white;
}
.bg-banner p {
    max-width: 400px;
}
.bottom {
    margin-top: auto;
    margin-bottom: 1rem;
}
#book-club {
    margin-bottom: 2rem;
}
footer {
    padding: 3rem 1rem;
}
.footer .underline {
    text-decoration: underline;
}