﻿body {
    font-family: "Gloucester MT";
}

#title {
    font-size: x-large;
    font-weight: 500;
    padding: 0;
    color: aqua;
}

.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: black;
}

h1 {
    color: aqua;
}

#nav {
    padding: 10px 30px;
    box-shadow: none;
}

.navbar-item {
    margin-top: auto;
    margin-bottom: auto;
}

#filterBookSection {
    background-color: paleturquoise;
    padding: 30px;
}

.home-filter {
    width: 350px;
    margin-left: 10px;
    margin-right: 10px;
}

#home-filters {
    margin-top: 30px;
    margin-bottom: 30px;
}

.container-filter-title {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#homeSection {
    background-color: black;
    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;
}

#homeAddSection {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

#home-form {
    width: 25%;
    margin: auto;
}

#add-home-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: black;
}

#footerText {
    color: aqua;
}


#homeContainer {
    width: 100%;
    color: white;
}

.card {
    background-color: whitesmoke;
}

.card-list-item {
    clear: both;
}

.button-modify:hover, .button-delete:hover, .button-modify:active, .button-delete:active {
    background-color: aqua;
}

.button is-right: hover {
    background-color: white;
    color: black
}


.tabs a:hover {
    color: white;
}


.button-modify, .button-delete {
    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.home-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;
}
