body {
    background-color: #100e17;
}

#logoSpan {
    color: white;
}

#book-comment {
	font-family: 'McLaren', cursive;
	font-size: 20px;
}

.side-items {
	font-family: 'Bowlby One SC', cursive;
}

.side-items p {
	font-size: 15px;
}

.side-items h2 {
	font-size: 30px;
}


.blockquote h2 {
    font-family: 'McLaren', cursive;
}

.blockquote-footer {
    color: #f5576c;
    font-family: 'McLaren', cursive;
}

.top-box {
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('https://images.unsplash.com/photo-1507842217343-583bb7270b66?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2053&q=80');
    background-position:center top;
    height: 600px;
}

.top-box h1 {
    padding-top: 250px;
    color: white;
    font-family: 'Bowlby One SC', cursive;
}

.book-review-title hr {
    border: 0;
    height: 3px;
    background: black;
    width: 100%;
}

.content-ticket {
    background-color: #f5576c;
    font-size: 45px;
}



.hash-tag {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    padding:  2px 7px;
    margin-left: 7px;
    border-radius: 100px;
    width: 100px;
    background-color: #f5576c;
}



.rec-panel {
    background-color: #f5576c;
}

.rec-panel h2{
    font-family: 'Bowlby One SC', cursive;
	font-size: 25px;
}



.sapiens {
	color: black;
}
.sapiens:hover {
	color: black;
	text-decoration:none;
}
.whole-card {
    background-color: white;
}
.card-texts {
    color: black;
	font-size: 30px;
}

.text-card {
	font-family: 'McLaren', cursive;
}

.text-card:hover {
    text-decoration-color: #f5576c;
}






.introduction {
    background: #100e17;
    color: white;
}
.topText {
    font-size: 4rem;
}
.blurb h2 {
    color: #f5576c;
    font-weight: 100;
    font-size: 2.5rem;
}
.blurb p {
    color: white;
    font-weight: 100;
    font-size: 1.6rem;
    line-height: 2;
}
.content {
    margin-top: 100px;
    margin-bottom: 100px;
}




#headingGroup span {
    color: red;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 4rem;
}

#headingGroup p {
    font-weight: 100;
    color: black;
}
.headIntro {
    background-color: white;
}

.contactTop {
    color: white;
}

.contactLabel {
    background: #eb3b53;
    overflow: hidden;
    color: black;
}

.contactBoxElement hr {
    border: 0;
    border-radius: 10px;
    height: 5px;
    background: #100e17;
    width: 70%;
}



#bookIcon {
    font-size: 3rem;
    color: white;
}

/*Navbar edit*/
#logoSpan {
    color: white;
}

.navbar {
	font-family: 'Bowlby One SC', cursive;
}

.dropdown-menu {
    border-radius: 0;
    margin: 0;
    background-color: #100e17;
}

.dropdown-item {
    font-weight: 400;
    color: white;
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavbar .nav-link {
    color: white;
    background-color: #f5576c;
    /* background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%); */
    /* background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%); */
}


#mainNavbar .nav-link:hover {
    color: #100e17;
}

#mainNavbar .navbar-brand {
    color: #f5576c;
    font-weight: 100;
    font-size: 1.5rem;
}

.navbar-dark .navbar-toggler {
    background: #100e17;
    border-color: white;
}

/*navbar color change effect*/
.navbar.scrolled {
    background-color: transparent;
    transition: background 500ms;
}

/* copyright section */
.copyright {
	font-family: 'Bowlby One SC', cursive;
    color: white;
}

/*First Main Top Text fading effect*/
#topText1 {color: black;}
/* #topText2 {color: rgba(255, 255, 255, 0.9);}
#topText3 {color: rgba(255, 255, 255, 0.8);}
#topText4 {color: rgba(255, 255, 255, 0.7);}
#topText5 {color: rgba(255, 255, 255, 0.3);}
#topText6 {color: rgba(255, 255, 255, 0.2);}
#topText7 {color: rgba(255, 255, 255, 0.1);} */

/*navbar color change effect*/
.navbar.scrolled {
    background-color: transparent;
    transition: background 500ms;
}

/*Media query*/
@media (max-width: 1500px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    .blurb p {
        font-size: 1.125rem;
    }
}

@media (max-width: 500px) {
	.side-items h2 {
		font-size: 1.1rem;
	}
	.text-card h2{
		font-size: 1.1rem;
	}
}
	



/* comming soon section  */
.upcoming {
    background: #f5576c;
    font-family: 'Bowlby One SC', cursive;
    color: black;
}


