.uranus.tparrows {
	background: #0000007d;
}

.fa, .fab, .fal, .far, .fas {
 
    line-height: 2; 
}

.navbar-brand {
    padding-top: 0px; 
    padding-bottom: 0px;
}

header {
    background-color:#2f3333c2;
}

.bookDetail-card h2 {
    font-size: 25px;
   color: #3a4343;
}

h6 {
    font-family: Poppins, Sans-serif;
    color: var(--color1);
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: 1px 2px 3px #000;
    font-weight: 700;
}

/*
hr:not([size]) {
    height: 19px;
}
    */

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border-top: none;
    background: url(../images/hr.png) center no-repeat;
    height: 19px;
    width: 100%;
}

hr.hr-left {
    margin-left: 0px;
    display: block;
   /* margin: 25px auto;*/
    padding: 0;
    width: 120px;
    background: #848485;
    clear: both;
    opacity: 1;
    height: 2px;
}

footer h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 23px;
    /*border-bottom: 1px solid #DDD;*/
}


