.navbar {
    background-color: #f8f9fa;
}
.navbar-nav {
    width: 100%;
    justify-content: space-around;
}
.navbar .nav-link {
    padding: 10px 20px;
}
.page-contents {
    margin-top: 20px; 
    flex: 1;
}

h1, h2 {
    /* font-family: myriad-pro, sans-serif; */
}

#title {
    /* background-color: #6c9dd6; */
    background-color: #4c88cd;
}

#titleText {
    color: white;
    margin: 0;
}

.navButton {
    font-size: 1.5em;
    background-color: #1cb1e3;
    border-color: #387bc7;
}

.navButton:hover {
    font-size: 1.5em;
    background-color: #60c9eb;
}

.tabSelected {
    background-color: #60c9eb;
    color: #3a6699;
}

#navRow {
    background: linear-gradient(to bottom, #4c88cd 12%, white 100%);
}

#navRowStacked {
    background-color: white;
}



@media (max-width: 767px) {
    .navbar-nav {
    flex-direction: column;
    text-align: center;
    }
    .navbar .nav-link {
    margin-top: 10px;
    }
}

@media (min-width: 767px) {
    #titleText {
        font-size: 3.5em;
    }
}

@media (min-width: 767px) {
    #titleText {
        font-size: 3em;
    }
}

/* @media (min-width: 992px) {
    #titleText {
        font-size: 3.25em;
    }
} */

#bookDescription {
    /* background-color: #6aaedf; */
    background-color: #4c88cde3;
    border-color: #689fd5;
    color: #fbffff;
}

#coverImg {
    border: solid #689fd5 1px;
}

.logo-container {
    max-width: 125px;
}

.logo {
    width:100%;
    height:auto;
}

@media (max-width: 575px) {
    .logo {
        width:50%;
        height:auto;
    }
}


#homeButton {
    font-size: 1.5em;
    background-color: #1cb1e3;
    color: white;
}

#homeButton:hover {
    font-size: 1.5em;
    background-color: #60c9eb;
}

#homeButtonContainer {
    position: absolute; 
    top: 35px;
    width: 50px;

}


@media (max-width: 575px) {
    #homeButtonContainer {
        top: 15px;
        width: 45px;
    }

    #homeButton {
        width: 45px;
        padding: 0.1em;
    }
}


#orderButton {
    font-size: 1.5em;
    /* background-color: #1cb1e3; */
    border-color: #387bc7;
}

#orderButton:hover {
    font-size: 1.5em;
    background-color: #60c9eb;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

footer.page-footer {
    background-color: #4c88cd;
    color: white;
}

footer a {
    color: white;
}

.card-body a {
    color: #212529;
}

.placeholderImageText {
    color: #212529;
}

.imageLink {
    text-decoration: none !important;
}
