﻿body {
    font-family: "Gloucester MT";
}

#title {
    font-size: x-large;
    font-weight: 500;
    padding: 0;
}

.title {
    color: black;
}

.subtitle {
    color: black;
}

.titleAddBook {
    color: black;
    font-size: x-large;
    font-weight: 700;
    border-style: solid;
}

.subtitleAddBook {
    color: darkgreen;
}

#navSection {
    background-color: lightseagreen;
}

#nav {
    padding: 10px 30px;
    box-shadow: none;
}

.navbar-item {
    margin-top: auto;
    margin-bottom: auto;
}

#filterBookSection {
    background-color: paleturquoise;
    padding: 30px;
}

.book-filter {
    width: 350px;
    margin-left: 10px;
    margin-right: 10px;
}

#book-filters {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-filter-title {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#bookSection {
    background-color: lightgrey;
    padding-top: 20px;
    padding-bottom: 20px;
}

#reviewSection {
    background-color: paleturquoise;
    padding-top: 20px;
    padding-bottom: 20px;
}

#recommendationSection {
    background-color: paleturquoise;
    padding-top: 20px;
    padding-bottom: 20px;
}


#bookAddSection {
    background-color: paleturquoise;
    padding-top: 30px;
    padding-bottom: 30px;
}

#book-form {
    width: 25%;
    margin: auto;
}

#add-book-container {
    margin: auto;
    width: 85px;
    padding-top: 20px;
}

.card-content {
    background-color: lightslategrey;
    color: ghostwhite;
}

.button.is-warning, .button.is-warning:hover, .button.is-warning::selection {
    color: white;
}

.footer {
    background-color: lightseagreen;
}

#bookContainer {
    width: 100%;
    color: white;
}

.card {
    background-color: whitesmoke;
}

.card-list-item {
    clear: both;
}

.button-reviews:hover, .button-add-new:hover, .button-delete-book:hover, .button-reviews:active, .button-add-new:active, .button-delete-book:active {
    background-color: aqua;
}

.tabs a:hover {
    color: white;
}

.button-reviews, .button-add-new, .button-delete-book {
    font-weight: 500;
    font-size: 15px;
    color: white;
}

.tabs ul {
    border: none;
}

.column {
    padding: 10px;
}

.modal-card {
    margin-top: 5px;
}

.modal-card-head, .modal-card-foot {
    background-color: dimgrey;
}

.modal-card-body, .box {
    background-color: whitesmoke;
}

.modal-card-foot {
    background-color: dimgrey;
}

.card.book-card {
    max-width: 325px;
    margin-left: 15px;
    margin-right: 15px;
}

.modal .content:not(:last-child), .modal .content {
    padding: 5px;
    margin: 0;
}

.modal .box {
    margin: 0;
    padding-top: 0;
}

.box {
    box-shadow: none;
}

#review-user {
    width: 300px;
}

.field.has-addons {
    justify-content: center;
}

button {
    color: white;
}

#review-ImageDiv {
    margin: auto;
    margin-bottom: 30px;
    max-width: 50%;
}

#review-Image {
    border-radius: 5px;
}


.modal-card-body {
    max-height: 650px;
}
