/* You can add global styles to this file, and also import other style files */
h1, .h1 {
    color: #000005e3 !important; /*#565656 !important; */   
    Font-family: "Georgia";
    font-weight: 600 !important;;
}

h3, .h3 {
    color: #76323F !important;
    margin-bottom: 0.5rem !important;
}

h2, .h2 {
    color: #76323F !important;
    margin-bottom: 0.5rem !important;
}

.navbar-brand {
    white-space: normal !important;
}

.container-fluid {
    flex-wrap: nowrap !important;
}

.navbar-themed {
    background-color: #D7CEC7 !important;
}

.main-panel .content {
    min-height: calc(100vh - 200px) !important;
}

.navbar {
    display: contents !important;
    border-bottom: 1px solid #565656 !important;
}

.main-panel {    
    background:linear-gradient(#D7CEC7,#FFFFFF 40%) !important;
    background-attachment: fixed !important;
}

p {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    font-size: 16px !important;
}

.blockquote.blockquote-primary,
.blockquoteRed {
    border-color: #76323F !important;
    color: #76323F !important;
}

.card {
    box-shadow: 3px 6px 10px 4px rgba(0, 0, 0, 0.18) !important;
}

.sold {
    position: absolute;
    top: 40px;
    left: 30px;
    border: none;
    width: 88%;
  }