.background1 {
    background-image: url(Images/Bookshelf.jpg);
}

.background2 {
    background-image: url(Images/Sounds.png);
}

div.top-bar {
    background-color: #f8c50f;
}

ul.menu {
    background-color: #f8c50f;
}

ul.dropdown.menu {
    background-color: #f8c50f;
}

.button,
.button:focus {
    background-color: #ff722c;
    border: none;
}

.button:hover {
    background-color: #f62502;
}

#bookNook {
    color: #f62502
}

#bookNook:hover {
    font-size: 18px;
}

#bookNookButton:focus {
    color: #f62502
}

#bookNookCard,
#libraryCard {
    background-color: #ff722c;
}

a {
    color: #5e8205;
}

a:hover {
    color: #15af9d;
}

.grid-container {
    margin-top: 40px;
    margin-bottom: 80px;
    height: auto;
    width: auto;
}

#grid-container {
    display: none;
}

.card {
    /* height: 100%; */
    min-height: 730px;
    max-height: 730px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

h3 {
    font-weight: bold;
}

div.card-divider {
    background-color: #15af9d;
    color: White;
    font-weight: bolder;
    font-size: larger;
}

.scroll {
    overflow-y: auto;
}

.card-img {
    text-align: center;
}

.image {
    padding: 20px;
    height: auto;
    width: 291px;
    margin-left: auto;
    margin-right: auto;
}


footer.footer-nav.row.top-bar {
    background-color: #15af9d;
}

footer {
    margin-bottom: 0;
    margin-top: 40px;
    position: fixed;
    bottom: 0;
    min-width: 100%;
    min-height: 60px;
}

#credit {
    color: white;
    font-size: small;
}

#creditLink {
    color: #f8c50f
}

#creditLink:hover {
    color: #f62502;
}

/* @media screen and (max-width: 39.9375em) {

        header {
            text-align: center;
        }
        .top-bar-left {
            text-align: center;
        }
        .ul-menu {
            text-align: right;
        }
    } */

/* 
@import 'util/util'; */
/* Small only
@media screen and (max-width: 39.9375em) {}
/* Medium and up */
/* @media screen and (min-width: 40em) {} */
/* Medium only */
/* @media screen and (min-width: 40em) and (max-width: 63.9375em) {} */
/* Large and up */
/* @media screen and (min-width: 64em) {} */
/* Large only */
/* @media screen and (min-width: 64em) and (max-width: 74.9375em) {} */
