﻿body {
    padding-top:2rem;
}


.control-label {
    font-size: .9rem;
    font-weight: 600;
}

.form-control {
    border: 1px solid black;
}

  .form-control::-webkit-input-placeholder {
        color: darkgrey;
        font-weight: 100;
    }

.dropdown-menu li {
    padding-left: 1rem;
    padding-top: .3rem;
}

.dropdown-divider {
    margin-bottom: 0;
    padding-bottom: 0;
}

.hero-image-books {
    background-image: url(../images/main_copy.jpg);
    width: 100%;
    height: 20rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    width: 100%;
}

.hero-title {
   font-family: "Rubik Dirt", system-ui;
   margin: 0;

}

.book-carousel {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.book-carousel::-webkit-scrollbar {
  display: none;
}


@media (min-width: 992px)
{
    .hero-text {
        white-space: nowrap;
    }
    .category-name {
        margin-left: 3rem !important;
    }
}

@media (max-width: 991px) {

}
