/* Site Styles */

* {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

body {
    min-height: 100vh !important;
    position: relative;
    min-height: 100vh;
    padding-bottom:96px;
}

img:not(.icons img, .booklinks img) {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    max-height: 75vh !important;
}

/* Navbar Styles */

.nav-placeholder {
    height: 86px;
}

.navbar {
    background: white !important;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.05);

}

.navbar-brand {
    font-weight: bold;
    font-size: 2.5rem;
}

.icons img {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    margin-right: 15px;
}

.icons img:hover {
    width: 40px;
    height: 40px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -4px;
    margin-bottom: -4px;
    transition-duration: .3s;
}

.dropdown-content {
   display: none;
   position: absolute;
   z-index: 5;
   background-color: white;
}

.dropdown-item {
   padding: 5px;
}

.dropdown:hover .dropdown-content {
   display: block;
}

.nav-item.dropdown .dropdown-content .dropdown-item:hover {
   background-color: lightgray;
   transition-duration: .3s;
}

/* Footer Styles */

.footer-placeholder {
    margin-top: 15px;
}

footer {
    /* box-shadow: 0 -1px 10px rgba(0,0,0,0.05), 0 -2px 4px -1px rgba(0,0,0,0.05); */
    text-align: center;
    padding: 1rem;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

/*Homepage Styles*/

.card {
    border: none;
    text-align: center;
}

.honeypot {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* Bookshelf Styles */

.series {
    scroll-margin-top: 86px;
}

/* Book Page Styles */

.booklinks img {
    margin: 10px !important;
}