:root{

   /* 
    --bs-secondary: #FCB9B2;
    --bs-secondary-rgb: 252, 185, 178;
    --bs-secondary-text: #FCB9B2;
  */

  --bs-secondary: #fbba72;
  --bs-secondary-rgb: 251, 186, 114;
  --bs-secondary-text: #fbba72;

}

html,
body {
    min-height: 100vh;
}

body {
    background: #ebebeb;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
}

a:hover {
    color: #FCB9B2;
}


img {
    max-width: 100%;
    height: auto;
}

#app {
    flex: 1 0 auto;
}

footer {
    margin-top: auto;
    background: #8C2F39;
}

h1:not(.title-no-bg),
.h1:not(.title-no-bg) {
    color: #fff;
    background: #8C2F39;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 2rem;
    border-radius: 0.9rem;
}

.markdown-body h1:not(.title-no-bg),
.markdown-body .h1:not(.title-no-bg) {
    color: inherit;
    background: inherit;
    padding: inherit;
    text-transform: inherit;
    font-size: 1.75rem;
}

.content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.content-parent .content {
    margin: 0;
}

.card {
    box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
    background: #BF4342;
    border-radius: 0.9rem;
}

.card-body {
    padding: 15px;
}

.list-group-item {
    padding: 1rem 1.5rem;
}

.navbar {
    background: #8C2F39;
    font-weight: 500;
    font-size: 1.0rem;
}

/*.navbar-nav {
    display: flex;
    align-items: center;
} */

.navbar-brand {
    font-size: 2rem;
}

.navbar-brand img {
    max-height: 75px;
    max-width: 150px;
}

.navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;;
}

.home-background {
    height: 450px;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.home-background img {
    max-height: 400px;
}

.home-background .btn {
    border-radius: 0;
    padding: 10px 35px;
}

.post-preview {
    position: relative;
}

.post-preview .post-img {
    border-radius: 5px;
    width: 100%;
}

.post-preview .post-body {
    padding: 10px;
    color: #fff;
    background: #232323;
    border-radius: 5px;
}

.post-preview .post-img ~ .post-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.5);
}

.post-preview .card-title {
    color: inherit;
}

.post-preview {
    border-radius: 0;
}

.post-preview .card-img-top {
    border-radius: 0;
}

.discord-widget {
    border: none;
    width: 100%;
}

.social-link {
    display: inline-block;
    padding: .6rem;
    border-radius: 1rem;
}

.post-header {
    color: #fff;
    background: #8C2F39;
    padding: 1rem;
    border-top-left-radius: 0.9rem;
    border-top-right-radius: 0.9rem;
}

.post-card {
    box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
    background: #BF4342;
    border-radius: 0.9rem;
}

.editor-toolbar {
    background-color: #fff;
}

.editor-toolbar .table {
    width: auto!important;
}

.payments {
    border-radius: 0.9rem!important;
}